Test Info
| Library Name | nuts |
| Version #1 | 0.8.1 |
| Version #2 | 0.8.3 |
| Subject | Binary Compatibility |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 6800 / 535 |
| Compatibility |
33% |
Problem Summary
| Severity | Count |
| Added Methods | - | 2123 |
| Removed Methods | High | 1263 |
Problems with Data Types | High | 437 |
| Medium | 4 |
| Low | 7 |
Problems with Methods | High | 103 |
| Medium | 0 |
| Low | 0 |
Other Changes in Data Types | - | 555 |
Added Methods 2123
nuts-0.8.3.jar,
BasePredicate.class
package net.thevpc.nuts
NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other ) : NutsPredicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.and:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsPredicate;
NutsPredicates.BasePredicate<T>.describe ( NutsElements elems ) : NutsElement
net/thevpc/nuts/NutsPredicates.BasePredicate.describe:(Lnet/thevpc/nuts/NutsElements;)Lnet/thevpc/nuts/NutsElement;
NutsPredicates.BasePredicate<T>.negate ( ) : NutsPredicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.negate:()Lnet/thevpc/nuts/NutsPredicate;
NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other ) : NutsPredicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.or:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsPredicate;
nuts-0.8.3.jar,
Cursor.class
package net.thevpc.nuts.spi
NutsSystemTerminalBase.Cursor.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsSystemTerminalBase.Cursor.equals:(Ljava/lang/Object;)Z
NutsSystemTerminalBase.Cursor.getX ( ) : int
net/thevpc/nuts/spi/NutsSystemTerminalBase.Cursor.getX:()I
NutsSystemTerminalBase.Cursor.getY ( ) : int
net/thevpc/nuts/spi/NutsSystemTerminalBase.Cursor.getY:()I
NutsSystemTerminalBase.Cursor.hashCode ( ) : int
net/thevpc/nuts/spi/NutsSystemTerminalBase.Cursor.hashCode:()I
NutsSystemTerminalBase.Cursor.NutsSystemTerminalBase.Cursor ( int x, int y )
net/thevpc/nuts/spi/NutsSystemTerminalBase.Cursor."<init>":(II)V
NutsSystemTerminalBase.Cursor.toString ( ) : String
net/thevpc/nuts/spi/NutsSystemTerminalBase.Cursor.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
Fct.class
package net.thevpc.nuts
NutsExpr.Fct.eval ( String p1, NutsExpr.Node[ ] p2, NutsExpr p3 ) [abstract] : Object
net/thevpc/nuts/NutsExpr.Fct.eval:(Ljava/lang/String;[Lnet/thevpc/nuts/NutsExpr$Node;Lnet/thevpc/nuts/NutsExpr;)Ljava/lang/Object;
nuts-0.8.3.jar,
Mode.class
package net.thevpc.nuts
NutsRunAs.Mode.parse ( String value, NutsRunAs.Mode emptyValue, NutsSession session ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRunAs$Mode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.parse ( String value, NutsSession session ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRunAs$Mode;
nuts-0.8.3.jar,
Node.class
package net.thevpc.nuts
NutsExpr.Node.eval ( NutsExpr p1 ) [abstract] : Object
net/thevpc/nuts/NutsExpr.Node.eval:(Lnet/thevpc/nuts/NutsExpr;)Ljava/lang/Object;
NutsExpr.Node.getChildren ( ) [abstract] : NutsExpr.Node[ ]
net/thevpc/nuts/NutsExpr.Node.getChildren:()[Lnet/thevpc/nuts/NutsExpr$Node;
NutsExpr.Node.getName ( ) [abstract] : String
net/thevpc/nuts/NutsExpr.Node.getName:()Ljava/lang/String;
NutsExpr.Node.getType ( ) [abstract] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.Node.getType:()Lnet/thevpc/nuts/NutsExpr$NodeType;
nuts-0.8.3.jar,
NodeType.class
package net.thevpc.nuts
NutsExpr.NodeType.id ( ) : String
net/thevpc/nuts/NutsExpr.NodeType.id:()Ljava/lang/String;
NutsExpr.NodeType.parse ( String value, NutsExpr.NodeType emptyValue, NutsSession session ) [static] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.NodeType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$NodeType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExpr$NodeType;
NutsExpr.NodeType.parse ( String value, NutsSession session ) [static] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.NodeType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExpr$NodeType;
NutsExpr.NodeType.parseLenient ( String value ) [static] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.NodeType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$NodeType;
NutsExpr.NodeType.parseLenient ( String value, NutsExpr.NodeType emptyOrErrorValue ) [static] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.NodeType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$NodeType;)Lnet/thevpc/nuts/NutsExpr$NodeType;
NutsExpr.NodeType.parseLenient ( String value, NutsExpr.NodeType emptyValue, NutsExpr.NodeType errorValue ) [static] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.NodeType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$NodeType;Lnet/thevpc/nuts/NutsExpr$NodeType;)Lnet/thevpc/nuts/NutsExpr$NodeType;
NutsExpr.NodeType.valueOf ( String name ) [static] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.NodeType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$NodeType;
NutsExpr.NodeType.values ( ) [static] : NutsExpr.NodeType[ ]
net/thevpc/nuts/NutsExpr.NodeType.values:()[Lnet/thevpc/nuts/NutsExpr$NodeType;
nuts-0.8.3.jar,
Nuts.class
package net.thevpc.nuts
Nuts.openInheritedWorkspace ( NutsBootTerminal term, String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.openInheritedWorkspace:(Lnet/thevpc/nuts/NutsBootTerminal;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( NutsBootOptions options ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsBootOptions;)Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( NutsBootTerminal term, String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsBootTerminal;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.runWorkspace ( NutsBootTerminal term, String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.runWorkspace:(Lnet/thevpc/nuts/NutsBootTerminal;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.runWorkspace ( String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.runWorkspace:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
nuts-0.8.3.jar,
NutsAddRepositoryOptions.class
package net.thevpc.nuts
NutsAddRepositoryOptions.getDeployWeight ( ) : int
net/thevpc/nuts/NutsAddRepositoryOptions.getDeployWeight:()I
NutsAddRepositoryOptions.setDeployWeight ( int value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setDeployWeight:(I)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.3.jar,
NutsAnsiTermHelper.class
package net.thevpc.nuts.spi
NutsAnsiTermHelper.backColor ( NutsColor c, NutsSession session ) : String
net/thevpc/nuts/spi/NutsAnsiTermHelper.backColor:(Lnet/thevpc/nuts/NutsColor;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsAnsiTermHelper.command ( NutsTerminalCommand command, NutsSession session ) : String
net/thevpc/nuts/spi/NutsAnsiTermHelper.command:(Lnet/thevpc/nuts/NutsTerminalCommand;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsAnsiTermHelper.foreColor ( NutsColor c, NutsSession session ) : String
net/thevpc/nuts/spi/NutsAnsiTermHelper.foreColor:(Lnet/thevpc/nuts/NutsColor;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsAnsiTermHelper.NutsAnsiTermHelper ( )
net/thevpc/nuts/spi/NutsAnsiTermHelper."<init>":()V
NutsAnsiTermHelper.of ( NutsSession session ) [static] : NutsAnsiTermHelper
net/thevpc/nuts/spi/NutsAnsiTermHelper.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsAnsiTermHelper;
NutsAnsiTermHelper.plain ( ) : String
net/thevpc/nuts/spi/NutsAnsiTermHelper.plain:()Ljava/lang/String;
NutsAnsiTermHelper.styled ( NutsColor foreground, NutsColor background, boolean bold, boolean blink, boolean underlined, boolean striked, boolean italic, boolean reversed, int intensity, NutsSession session ) : String
net/thevpc/nuts/spi/NutsAnsiTermHelper.styled:(Lnet/thevpc/nuts/NutsColor;Lnet/thevpc/nuts/NutsColor;ZZZZZZILnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsAnsiTermHelper.styled ( NutsTextStyles styles, NutsSession session ) : String
net/thevpc/nuts/spi/NutsAnsiTermHelper.styled:(Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
nuts-0.8.3.jar,
NutsApiUtils.class
package net.thevpc.nuts.boot
NutsApiUtils.checkNonNullEnum ( T objectValue, String stringValue, Class<T> enumType, NutsSession session ) [static] : void
net/thevpc/nuts/boot/NutsApiUtils.checkNonNullEnum:(Lnet/thevpc/nuts/NutsEnum;Ljava/lang/String;Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)V
NutsApiUtils.createSessionCachedType ( Class<T> t, NutsSession session, Supplier<T> sup ) [static] : T
net/thevpc/nuts/boot/NutsApiUtils.createSessionCachedType:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsApiUtils.createSessionCachedType ( String name, Class<T> t, NutsSession session, Supplier<T> sup ) [static] : T
net/thevpc/nuts/boot/NutsApiUtils.createSessionCachedType:(Ljava/lang/String;Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsApiUtils.defaultToString ( NutsBootOptions options ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.defaultToString:(Lnet/thevpc/nuts/NutsBootOptions;)Ljava/lang/String;
NutsApiUtils.findClassLoaderJar ( NutsBootId id, URL[ ] urls ) [static] : URL
net/thevpc/nuts/boot/NutsApiUtils.findClassLoaderJar:(Lnet/thevpc/nuts/spi/NutsBootId;[Ljava/net/URL;)Ljava/net/URL;
NutsApiUtils.isBlank ( char[ ] string ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.isBlank:([C)Z
NutsApiUtils.isBlank ( CharSequence s ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.isBlank:(Ljava/lang/CharSequence;)Z
NutsApiUtils.isBlank ( Object any ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.isBlank:(Ljava/lang/Object;)Z
NutsApiUtils.parseFileSizeInBytes ( String value, Integer defaultMultiplier, Integer emptyValue, Integer errorValue ) [static] : Integer
net/thevpc/nuts/boot/NutsApiUtils.parseFileSizeInBytes:(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsApiUtils.parseInt ( String value, Integer emptyValue, Integer errorValue ) [static] : Integer
net/thevpc/nuts/boot/NutsApiUtils.parseInt:(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsApiUtils.parseInt16 ( String value, Integer emptyValue, Integer errorValue ) [static] : Integer
net/thevpc/nuts/boot/NutsApiUtils.parseInt16:(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsApiUtils.parseLenientLogLevel ( String value, Level emptyValue, Level errorValue ) [static] : Level
net/thevpc/nuts/boot/NutsApiUtils.parseLenientLogLevel:(Ljava/lang/String;Ljava/util/logging/Level;Ljava/util/logging/Level;)Ljava/util/logging/Level;
NutsApiUtils.parseNutsArguments ( String[ ] args, NutsBootOptions nutsBootOptions, PrivateNutsBootLog log ) [static] : void
net/thevpc/nuts/boot/NutsApiUtils.parseNutsArguments:([Ljava/lang/String;Lnet/thevpc/nuts/NutsBootOptions;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)V
NutsApiUtils.processThrowable ( Throwable ex, String[ ] args ) [static] : int
net/thevpc/nuts/boot/NutsApiUtils.processThrowable:(Ljava/lang/Throwable;[Ljava/lang/String;)I
NutsApiUtils.resolveNutsIdDigest ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsIdDigest:()Ljava/lang/String;
NutsApiUtils.resolveNutsIdDigest ( NutsBootId id, URL[ ] urls ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsIdDigest:(Lnet/thevpc/nuts/spi/NutsBootId;[Ljava/net/URL;)Ljava/lang/String;
NutsApiUtils.resolveNutsIdDigestOrError ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsIdDigestOrError:()Ljava/lang/String;
NutsApiUtils.resolveNutsVersionFromClassPath ( PrivateNutsBootLog bLog ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsVersionFromClassPath:(Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/lang/String;
nuts-0.8.3.jar,
NutsAppCmdProcessor.class
package net.thevpc.nuts
NutsAppCmdProcessor.onCmdAutoComplete ( NutsCommandAutoComplete autoComplete, NutsApplicationContext context ) : void
net/thevpc/nuts/NutsAppCmdProcessor.onCmdAutoComplete:(Lnet/thevpc/nuts/NutsCommandAutoComplete;Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsAppCmdProcessor.onCmdExec ( NutsCommandLine p1, NutsApplicationContext p2 ) [abstract] : void
net/thevpc/nuts/NutsAppCmdProcessor.onCmdExec:(Lnet/thevpc/nuts/NutsCommandLine;Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsAppCmdProcessor.onCmdFinishParsing ( NutsCommandLine commandline, NutsApplicationContext context ) : void
net/thevpc/nuts/NutsAppCmdProcessor.onCmdFinishParsing:(Lnet/thevpc/nuts/NutsCommandLine;Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsAppCmdProcessor.onCmdInitParsing ( NutsCommandLine commandline, NutsApplicationContext context ) : void
net/thevpc/nuts/NutsAppCmdProcessor.onCmdInitParsing:(Lnet/thevpc/nuts/NutsCommandLine;Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsAppCmdProcessor.onCmdNextNonOption ( NutsArgument nonOption, NutsCommandLine commandline, NutsApplicationContext context ) : boolean
net/thevpc/nuts/NutsAppCmdProcessor.onCmdNextNonOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;Lnet/thevpc/nuts/NutsApplicationContext;)Z
NutsAppCmdProcessor.onCmdNextOption ( NutsArgument option, NutsCommandLine commandline, NutsApplicationContext context ) : boolean
net/thevpc/nuts/NutsAppCmdProcessor.onCmdNextOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;Lnet/thevpc/nuts/NutsApplicationContext;)Z
nuts-0.8.3.jar,
NutsApplicationContext.class
package net.thevpc.nuts
NutsApplicationContext.createSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsApplicationContext.createSession:()Lnet/thevpc/nuts/NutsSession;
NutsApplicationContext.getAppsFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getCacheFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getConfigFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getLibFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getLogFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getRunFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedLibFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedLogFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedRunFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedTempFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedVarFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getStoreLocationResolver ( ) [abstract] : NutsAppStoreLocationResolver
net/thevpc/nuts/NutsApplicationContext.getStoreLocationResolver:()Lnet/thevpc/nuts/NutsAppStoreLocationResolver;
NutsApplicationContext.getTempFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getVarFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getVersionFolder ( NutsStoreLocation p1, String p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getVersionFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.of ( String[ ] args, long startTimeMillis, Class appClass, String storeId, NutsSession session ) [static] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.of:([Ljava/lang/String;JLjava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplicationContext.processCommandLine ( NutsAppCmdProcessor p1 ) [abstract] : void
net/thevpc/nuts/NutsApplicationContext.processCommandLine:(Lnet/thevpc/nuts/NutsAppCmdProcessor;)V
NutsApplicationContext.setAppVersionStoreLocationSupplier ( NutsAppStoreLocationResolver p1 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.setAppVersionStoreLocationSupplier:(Lnet/thevpc/nuts/NutsAppStoreLocationResolver;)Lnet/thevpc/nuts/NutsApplicationContext;
nuts-0.8.3.jar,
NutsApplicationContexts.class
package net.thevpc.nuts.spi
NutsApplicationContexts.create ( String[ ] p1, long p2, Class p3, String p4 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/spi/NutsApplicationContexts.create:([Ljava/lang/String;JLjava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplicationContexts.of ( NutsSession session ) [static] : NutsApplicationContexts
net/thevpc/nuts/spi/NutsApplicationContexts.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsApplicationContexts;
nuts-0.8.3.jar,
NutsApplicationExceptionHandler.class
package net.thevpc.nuts
NutsApplicationExceptionHandler.of ( NutsSession session ) [static] : NutsApplicationExceptionHandler
net/thevpc/nuts/NutsApplicationExceptionHandler.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationExceptionHandler;
NutsApplicationExceptionHandler.processThrowable ( String[ ] p1, Throwable p2, NutsSession p3 ) [abstract] : int
net/thevpc/nuts/NutsApplicationExceptionHandler.processThrowable:([Ljava/lang/String;Ljava/lang/Throwable;Lnet/thevpc/nuts/NutsSession;)I
nuts-0.8.3.jar,
NutsApplicationMode.class
package net.thevpc.nuts
NutsApplicationMode.parse ( String value, NutsApplicationMode emptyValue, NutsSession session ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsApplicationMode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.parse ( String value, NutsSession session ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationMode;
nuts-0.8.3.jar,
NutsApplications.class
package net.thevpc.nuts
NutsApplications.runApplication ( NutsApplication applicationInstance, NutsApplicationContext applicationContext ) [static] : void
net/thevpc/nuts/NutsApplications.runApplication:(Lnet/thevpc/nuts/NutsApplication;Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplications.runApplication ( NutsApplication applicationInstance, NutsSession session, String[ ] args ) [static] : void
net/thevpc/nuts/NutsApplications.runApplication:(Lnet/thevpc/nuts/NutsApplication;Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;)V
nuts-0.8.3.jar,
NutsAppStoreLocationResolver.class
package net.thevpc.nuts
NutsAppStoreLocationResolver.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsAppStoreLocationResolver.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
nuts-0.8.3.jar,
NutsArchFamily.class
package net.thevpc.nuts
NutsArchFamily.getCurrent ( ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.getCurrent:()Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.parse ( String value, NutsArchFamily emptyValue, NutsSession session ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArchFamily;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.parse ( String value, NutsSession session ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArchFamily;
nuts-0.8.3.jar,
NutsArgument.class
package net.thevpc.nuts
NutsArgument.getBooleanValue ( Boolean p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsArgument.getBooleanValue:(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsArgument.getKey ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsArgument.getKey:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsArgument.getOptionName ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsArgument.getOptionName:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsArgument.getOptionPrefix ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsArgument.getOptionPrefix:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsArgument.getSeparator ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getSeparator:()Ljava/lang/String;
NutsArgument.getValue ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsArgument.getValue:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsArgument.isActive ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isActive:()Z
NutsArgument.isInactive ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isInactive:()Z
NutsArgument.toElement ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsArgument.toElement:()Lnet/thevpc/nuts/NutsPrimitiveElement;
nuts-0.8.3.jar,
NutsArgumentCandidate.class
package net.thevpc.nuts
NutsArgumentCandidate.equals ( Object o ) : boolean
net/thevpc/nuts/NutsArgumentCandidate.equals:(Ljava/lang/Object;)Z
NutsArgumentCandidate.hashCode ( ) : int
net/thevpc/nuts/NutsArgumentCandidate.hashCode:()I
NutsArgumentCandidate.NutsArgumentCandidate ( String value )
net/thevpc/nuts/NutsArgumentCandidate."<init>":(Ljava/lang/String;)V
NutsArgumentCandidate.NutsArgumentCandidate ( String value, String display )
net/thevpc/nuts/NutsArgumentCandidate."<init>":(Ljava/lang/String;Ljava/lang/String;)V
NutsArgumentCandidate.toString ( ) : String
net/thevpc/nuts/NutsArgumentCandidate.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsArgumentName.class
package net.thevpc.nuts
NutsArgumentName.of ( String type, NutsSession session ) [static] : NutsArgumentName
net/thevpc/nuts/NutsArgumentName.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentName;
NutsArgumentName.of ( String type, String label, NutsSession session ) [static] : NutsArgumentName
net/thevpc/nuts/NutsArgumentName.of:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentName;
nuts-0.8.3.jar,
NutsArgumentType.class
package net.thevpc.nuts
NutsArgumentType.parse ( String value, NutsArgumentType emptyValue, NutsSession session ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArgumentType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.parse ( String value, NutsSession session ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentType;
nuts-0.8.3.jar,
NutsArrayElement.class
package net.thevpc.nuts
NutsArrayElement.builder ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElement.builder:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
nuts-0.8.3.jar,
NutsArrayElementBuilder.class
package net.thevpc.nuts
NutsArrayElementBuilder.addAll ( Collection<NutsElement> p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.build ( ) : NutsElement
net/thevpc/nuts/NutsArrayElementBuilder.build:()Lnet/thevpc/nuts/NutsElement;
nuts-0.8.3.jar,
NutsArtifactCallBuilder.class
package net.thevpc.nuts
NutsArtifactCallBuilder.of ( NutsSession session ) [static] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArtifactCallBuilder;
nuts-0.8.3.jar,
NutsAuthenticationAgent.class
package net.thevpc.nuts.spi
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 ) [abstract] : void
net/thevpc/nuts/spi/NutsAuthenticationAgent.checkCredentials:([C[CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)V
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 ) [abstract] : char[ ]
net/thevpc/nuts/spi/NutsAuthenticationAgent.createCredentials:([CZ[CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)[C
NutsAuthenticationAgent.getCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/spi/NutsAuthenticationAgent.getCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)[C
NutsAuthenticationAgent.getId ( ) [abstract] : String
net/thevpc/nuts/spi/NutsAuthenticationAgent.getId:()Ljava/lang/String;
NutsAuthenticationAgent.removeCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsAuthenticationAgent.removeCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)Z
nuts-0.8.3.jar,
NutsBlankable.class
package net.thevpc.nuts
NutsBlankable.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsBlankable.isBlank:()Z
NutsBlankable.isBlank ( char[ ] value ) [static] : boolean
net/thevpc/nuts/NutsBlankable.isBlank:([C)Z
NutsBlankable.isBlank ( CharSequence value ) [static] : boolean
net/thevpc/nuts/NutsBlankable.isBlank:(Ljava/lang/CharSequence;)Z
NutsBlankable.isBlank ( NutsBlankable value ) [static] : boolean
net/thevpc/nuts/NutsBlankable.isBlank:(Lnet/thevpc/nuts/NutsBlankable;)Z
NutsBlankable.isBlank ( Object value ) [static] : boolean
net/thevpc/nuts/NutsBlankable.isBlank:(Ljava/lang/Object;)Z
NutsBlankable.isBlank ( String value ) [static] : boolean
net/thevpc/nuts/NutsBlankable.isBlank:(Ljava/lang/String;)Z
nuts-0.8.3.jar,
NutsBootDescriptor.class
package net.thevpc.nuts.spi
NutsBootDescriptor.getDependencies ( ) : NutsBootId[ ]
net/thevpc/nuts/spi/NutsBootDescriptor.getDependencies:()[Lnet/thevpc/nuts/spi/NutsBootId;
NutsBootDescriptor.getId ( ) : NutsBootId
net/thevpc/nuts/spi/NutsBootDescriptor.getId:()Lnet/thevpc/nuts/spi/NutsBootId;
NutsBootDescriptor.NutsBootDescriptor ( NutsBootId id, NutsBootId[ ] dependencies )
net/thevpc/nuts/spi/NutsBootDescriptor."<init>":(Lnet/thevpc/nuts/spi/NutsBootId;[Lnet/thevpc/nuts/spi/NutsBootId;)V
NutsBootDescriptor.toString ( ) : String
net/thevpc/nuts/spi/NutsBootDescriptor.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsBootId.class
package net.thevpc.nuts.spi
NutsBootId.equals ( Object obj ) : boolean
net/thevpc/nuts/spi/NutsBootId.equals:(Ljava/lang/Object;)Z
NutsBootId.getArch ( ) : String
net/thevpc/nuts/spi/NutsBootId.getArch:()Ljava/lang/String;
NutsBootId.getArtifactId ( ) : String
net/thevpc/nuts/spi/NutsBootId.getArtifactId:()Ljava/lang/String;
NutsBootId.getGroupId ( ) : String
net/thevpc/nuts/spi/NutsBootId.getGroupId:()Ljava/lang/String;
NutsBootId.getLongName ( ) : String
net/thevpc/nuts/spi/NutsBootId.getLongName:()Ljava/lang/String;
NutsBootId.getOs ( ) : String
net/thevpc/nuts/spi/NutsBootId.getOs:()Ljava/lang/String;
NutsBootId.getShortName ( ) : String
net/thevpc/nuts/spi/NutsBootId.getShortName:()Ljava/lang/String;
NutsBootId.getVersion ( ) : NutsBootVersion
net/thevpc/nuts/spi/NutsBootId.getVersion:()Lnet/thevpc/nuts/spi/NutsBootVersion;
NutsBootId.getVersionString ( ) : String
net/thevpc/nuts/spi/NutsBootId.getVersionString:()Ljava/lang/String;
NutsBootId.hashCode ( ) : int
net/thevpc/nuts/spi/NutsBootId.hashCode:()I
NutsBootId.isOptional ( ) : boolean
net/thevpc/nuts/spi/NutsBootId.isOptional:()Z
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version )
net/thevpc/nuts/spi/NutsBootId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsBootVersion;)V
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version, boolean optional, String os, String arch )
net/thevpc/nuts/spi/NutsBootId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsBootVersion;ZLjava/lang/String;Ljava/lang/String;)V
NutsBootId.parse ( String id ) [static] : NutsBootId
net/thevpc/nuts/spi/NutsBootId.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsBootId;
NutsBootId.parseAll ( String id ) [static] : NutsBootId[ ]
net/thevpc/nuts/spi/NutsBootId.parseAll:(Ljava/lang/String;)[Lnet/thevpc/nuts/spi/NutsBootId;
NutsBootId.toString ( ) : String
net/thevpc/nuts/spi/NutsBootId.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsBootManager.class
package net.thevpc.nuts
NutsBootManager.getBootClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsBootManager.getBootClassLoader:()Ljava/lang/ClassLoader;
NutsBootManager.getBootClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsBootManager.getBootClassWorldURLs:()[Ljava/net/URL;
NutsBootManager.getBootCustomArgument ( String... p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsBootManager.getBootCustomArgument:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsBootManager.getBootCustomBoolArgument ( Boolean p1, Boolean p2, Boolean p3, String... p4 ) [abstract] : Boolean
net/thevpc/nuts/NutsBootManager.getBootCustomBoolArgument:(Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;[Ljava/lang/String;)Ljava/lang/Boolean;
NutsBootManager.getBootExtensionClassLoaderNode ( ) [abstract] : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsBootManager.getBootExtensionClassLoaderNode:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsBootManager.getBootOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsBootManager.getBootOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsBootManager.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsBootManager.getBootRepositories:()Ljava/lang/String;
NutsBootManager.getBootRuntimeClassLoaderNode ( ) [abstract] : NutsClassLoaderNode
net/thevpc/nuts/NutsBootManager.getBootRuntimeClassLoaderNode:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsBootManager.getBootTerminal ( ) [abstract] : NutsBootTerminal
net/thevpc/nuts/NutsBootManager.getBootTerminal:()Lnet/thevpc/nuts/NutsBootTerminal;
NutsBootManager.getCreationFinishTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsBootManager.getCreationFinishTimeMillis:()J
NutsBootManager.getCreationStartTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsBootManager.getCreationStartTimeMillis:()J
NutsBootManager.getCreationTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsBootManager.getCreationTimeMillis:()J
NutsBootManager.isFirstBoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsBootManager.isFirstBoot:()Z
NutsBootManager.of ( NutsSession session ) [static] : NutsBootManager
net/thevpc/nuts/NutsBootManager.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsBootManager;
nuts-0.8.3.jar,
NutsBootOptions.class
package net.thevpc.nuts
NutsBootOptions.addOutputFormatOptions ( String... options ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.addOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.copy ( ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.copy:()Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.getApiVersion ( ) : String
net/thevpc/nuts/NutsBootOptions.getApiVersion:()Ljava/lang/String;
NutsBootOptions.getApplicationArguments ( ) : String[ ]
net/thevpc/nuts/NutsBootOptions.getApplicationArguments:()[Ljava/lang/String;
NutsBootOptions.getArchetype ( ) : String
net/thevpc/nuts/NutsBootOptions.getArchetype:()Ljava/lang/String;
NutsBootOptions.getBootRepositories ( ) : String
net/thevpc/nuts/NutsBootOptions.getBootRepositories:()Ljava/lang/String;
NutsBootOptions.getBootWorkspaceFactory ( ) : NutsBootWorkspaceFactory
net/thevpc/nuts/NutsBootOptions.getBootWorkspaceFactory:()Lnet/thevpc/nuts/spi/NutsBootWorkspaceFactory;
NutsBootOptions.getBot ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getBot:()Ljava/lang/Boolean;
NutsBootOptions.getCached ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getCached:()Ljava/lang/Boolean;
NutsBootOptions.getClassLoaderSupplier ( ) : Supplier<ClassLoader>
net/thevpc/nuts/NutsBootOptions.getClassLoaderSupplier:()Ljava/util/function/Supplier;
NutsBootOptions.getClassWorldLoader ( ) : ClassLoader
net/thevpc/nuts/NutsBootOptions.getClassWorldLoader:()Ljava/lang/ClassLoader;
NutsBootOptions.getClassWorldURLs ( ) : URL[ ]
net/thevpc/nuts/NutsBootOptions.getClassWorldURLs:()[Ljava/net/URL;
NutsBootOptions.getCommandHelp ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getCommandHelp:()Ljava/lang/Boolean;
NutsBootOptions.getCommandVersion ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getCommandVersion:()Ljava/lang/Boolean;
NutsBootOptions.getConfirm ( ) : NutsConfirmationMode
net/thevpc/nuts/NutsBootOptions.getConfirm:()Lnet/thevpc/nuts/NutsConfirmationMode;
NutsBootOptions.getCreationTime ( ) : long
net/thevpc/nuts/NutsBootOptions.getCreationTime:()J
NutsBootOptions.getCredentials ( ) : char[ ]
net/thevpc/nuts/NutsBootOptions.getCredentials:()[C
NutsBootOptions.getCustomOptions ( ) : String[ ]
net/thevpc/nuts/NutsBootOptions.getCustomOptions:()[Ljava/lang/String;
NutsBootOptions.getDebug ( ) : String
net/thevpc/nuts/NutsBootOptions.getDebug:()Ljava/lang/String;
NutsBootOptions.getDependencySolver ( ) : String
net/thevpc/nuts/NutsBootOptions.getDependencySolver:()Ljava/lang/String;
NutsBootOptions.getDry ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getDry:()Ljava/lang/Boolean;
NutsBootOptions.getErrLinePrefix ( ) : String
net/thevpc/nuts/NutsBootOptions.getErrLinePrefix:()Ljava/lang/String;
NutsBootOptions.getErrors ( ) : NutsMessage[ ]
net/thevpc/nuts/NutsBootOptions.getErrors:()[Lnet/thevpc/nuts/NutsMessage;
NutsBootOptions.getExcludedExtensions ( ) : String[ ]
net/thevpc/nuts/NutsBootOptions.getExcludedExtensions:()[Ljava/lang/String;
NutsBootOptions.getExecutionType ( ) : NutsExecutionType
net/thevpc/nuts/NutsBootOptions.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsBootOptions.getExecutorOptions ( ) : String[ ]
net/thevpc/nuts/NutsBootOptions.getExecutorOptions:()[Ljava/lang/String;
NutsBootOptions.getExecutorService ( ) : ExecutorService
net/thevpc/nuts/NutsBootOptions.getExecutorService:()Ljava/util/concurrent/ExecutorService;
NutsBootOptions.getExpireTime ( ) : Instant
net/thevpc/nuts/NutsBootOptions.getExpireTime:()Ljava/time/Instant;
NutsBootOptions.getExtensionBootDependencyNodes ( ) : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsBootOptions.getExtensionBootDependencyNodes:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsBootOptions.getExtensionBootDescriptors ( ) : NutsBootDescriptor[ ]
net/thevpc/nuts/NutsBootOptions.getExtensionBootDescriptors:()[Lnet/thevpc/nuts/spi/NutsBootDescriptor;
NutsBootOptions.getExtensionsSet ( ) : Set<String>
net/thevpc/nuts/NutsBootOptions.getExtensionsSet:()Ljava/util/Set;
NutsBootOptions.getFetchStrategy ( ) : NutsFetchStrategy
net/thevpc/nuts/NutsBootOptions.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsBootOptions.getGlobal ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getGlobal:()Ljava/lang/Boolean;
NutsBootOptions.getGui ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getGui:()Ljava/lang/Boolean;
NutsBootOptions.getHomeLocation ( NutsHomeLocation location ) : String
net/thevpc/nuts/NutsBootOptions.getHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;)Ljava/lang/String;
NutsBootOptions.getHomeLocations ( ) : Map<NutsHomeLocation,String>
net/thevpc/nuts/NutsBootOptions.getHomeLocations:()Ljava/util/Map;
NutsBootOptions.getIndexed ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getIndexed:()Ljava/lang/Boolean;
NutsBootOptions.getInherited ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getInherited:()Ljava/lang/Boolean;
NutsBootOptions.getJavaCommand ( ) : String
net/thevpc/nuts/NutsBootOptions.getJavaCommand:()Ljava/lang/String;
NutsBootOptions.getJavaOptions ( ) : String
net/thevpc/nuts/NutsBootOptions.getJavaOptions:()Ljava/lang/String;
NutsBootOptions.getLocale ( ) : String
net/thevpc/nuts/NutsBootOptions.getLocale:()Ljava/lang/String;
NutsBootOptions.getLogConfig ( ) : NutsLogConfig
net/thevpc/nuts/NutsBootOptions.getLogConfig:()Lnet/thevpc/nuts/NutsLogConfig;
NutsBootOptions.getName ( ) : String
net/thevpc/nuts/NutsBootOptions.getName:()Ljava/lang/String;
NutsBootOptions.getOpenMode ( ) : NutsOpenMode
net/thevpc/nuts/NutsBootOptions.getOpenMode:()Lnet/thevpc/nuts/NutsOpenMode;
NutsBootOptions.getOutLinePrefix ( ) : String
net/thevpc/nuts/NutsBootOptions.getOutLinePrefix:()Ljava/lang/String;
NutsBootOptions.getOutputFormat ( ) : NutsContentType
net/thevpc/nuts/NutsBootOptions.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsBootOptions.getOutputFormatOptions ( ) : String[ ]
net/thevpc/nuts/NutsBootOptions.getOutputFormatOptions:()[Ljava/lang/String;
NutsBootOptions.getProgressOptions ( ) : String
net/thevpc/nuts/NutsBootOptions.getProgressOptions:()Ljava/lang/String;
NutsBootOptions.getReadOnly ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getReadOnly:()Ljava/lang/Boolean;
NutsBootOptions.getRecover ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getRecover:()Ljava/lang/Boolean;
NutsBootOptions.getRepositories ( ) : String[ ]
net/thevpc/nuts/NutsBootOptions.getRepositories:()[Ljava/lang/String;
NutsBootOptions.getRepositoryStoreLocationStrategy ( ) : NutsStoreLocationStrategy
net/thevpc/nuts/NutsBootOptions.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsBootOptions.getReset ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getReset:()Ljava/lang/Boolean;
NutsBootOptions.getRunAs ( ) : NutsRunAs
net/thevpc/nuts/NutsBootOptions.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsBootOptions.getRuntimeBootDependencyNode ( ) : NutsClassLoaderNode
net/thevpc/nuts/NutsBootOptions.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsBootOptions.getRuntimeBootDescriptor ( ) : NutsBootDescriptor
net/thevpc/nuts/NutsBootOptions.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/spi/NutsBootDescriptor;
NutsBootOptions.getRuntimeId ( ) : String
net/thevpc/nuts/NutsBootOptions.getRuntimeId:()Ljava/lang/String;
NutsBootOptions.getSkipBoot ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getSkipBoot:()Ljava/lang/Boolean;
NutsBootOptions.getSkipCompanions ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getSkipCompanions:()Ljava/lang/Boolean;
NutsBootOptions.getSkipErrors ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getSkipErrors:()Ljava/lang/Boolean;
NutsBootOptions.getSkipWelcome ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getSkipWelcome:()Ljava/lang/Boolean;
NutsBootOptions.getStderr ( ) : PrintStream
net/thevpc/nuts/NutsBootOptions.getStderr:()Ljava/io/PrintStream;
NutsBootOptions.getStdin ( ) : InputStream
net/thevpc/nuts/NutsBootOptions.getStdin:()Ljava/io/InputStream;
NutsBootOptions.getStdout ( ) : PrintStream
net/thevpc/nuts/NutsBootOptions.getStdout:()Ljava/io/PrintStream;
NutsBootOptions.getStoreLocation ( NutsStoreLocation folder ) : String
net/thevpc/nuts/NutsBootOptions.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsBootOptions.getStoreLocationLayout ( ) : NutsOsFamily
net/thevpc/nuts/NutsBootOptions.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsBootOptions.getStoreLocations ( ) : Map<NutsStoreLocation,String>
net/thevpc/nuts/NutsBootOptions.getStoreLocations:()Ljava/util/Map;
NutsBootOptions.getStoreLocationStrategy ( ) : NutsStoreLocationStrategy
net/thevpc/nuts/NutsBootOptions.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsBootOptions.getSwitchWorkspace ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getSwitchWorkspace:()Ljava/lang/Boolean;
NutsBootOptions.getTerminalMode ( ) : NutsTerminalMode
net/thevpc/nuts/NutsBootOptions.getTerminalMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsBootOptions.getTheme ( ) : String
net/thevpc/nuts/NutsBootOptions.getTheme:()Ljava/lang/String;
NutsBootOptions.getTrace ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getTrace:()Ljava/lang/Boolean;
NutsBootOptions.getTransitive ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getTransitive:()Ljava/lang/Boolean;
NutsBootOptions.getUserName ( ) : String
net/thevpc/nuts/NutsBootOptions.getUserName:()Ljava/lang/String;
NutsBootOptions.getUuid ( ) : String
net/thevpc/nuts/NutsBootOptions.getUuid:()Ljava/lang/String;
NutsBootOptions.getWorkspace ( ) : String
net/thevpc/nuts/NutsBootOptions.getWorkspace:()Ljava/lang/String;
NutsBootOptions.isBot ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isBot:()Z
NutsBootOptions.isCached ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isCached:()Z
NutsBootOptions.isCommandHelp ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isCommandHelp:()Z
NutsBootOptions.isCommandVersion ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isCommandVersion:()Z
NutsBootOptions.isDry ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isDry:()Z
NutsBootOptions.isGlobal ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isGlobal:()Z
NutsBootOptions.isGui ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isGui:()Z
NutsBootOptions.isIndexed ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isIndexed:()Z
NutsBootOptions.isInherited ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isInherited:()Z
NutsBootOptions.isReadOnly ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isReadOnly:()Z
NutsBootOptions.isRecover ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isRecover:()Z
NutsBootOptions.isReset ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isReset:()Z
NutsBootOptions.isSkipBoot ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isSkipBoot:()Z
NutsBootOptions.isSkipCompanions ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isSkipCompanions:()Z
NutsBootOptions.isSkipErrors ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isSkipErrors:()Z
NutsBootOptions.isSkipWelcome ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isSkipWelcome:()Z
NutsBootOptions.isSwitchWorkspace ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isSwitchWorkspace:()Z
NutsBootOptions.isTrace ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isTrace:()Z
NutsBootOptions.isTransitive ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isTransitive:()Z
NutsBootOptions.NutsBootOptions ( )
net/thevpc/nuts/NutsBootOptions."<init>":()V
NutsBootOptions.setAll ( NutsBootOptions other ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setAll:(Lnet/thevpc/nuts/NutsBootOptions;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setApiVersion ( String apiVersion ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setApplicationArguments ( String[ ] applicationArguments ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setApplicationArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setArchetype ( String archetype ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setArchetype:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setBootRepositories ( String bootRepositories ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setBootRepositories:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setBootWorkspaceFactory ( NutsBootWorkspaceFactory bootWorkspaceFactory ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setBootWorkspaceFactory:(Lnet/thevpc/nuts/spi/NutsBootWorkspaceFactory;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setBot ( Boolean bot ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setCached ( Boolean cached ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setClassLoaderSupplier ( Supplier<ClassLoader> provider ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setClassLoaderSupplier:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setClassWorldLoader ( ClassLoader classWorldLoader ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setClassWorldLoader:(Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setClassWorldURLs ( URL[ ] classWorldURLs ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setClassWorldURLs:([Ljava/net/URL;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setCommandHelp ( Boolean help ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setCommandHelp:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setCommandVersion ( Boolean version ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setCommandVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setConfirm ( NutsConfirmationMode confirm ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setConfirm:(Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setCreationTime ( long creationTime ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setCreationTime:(J)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setCredentials ( char[ ] credentials ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setCredentials:([C)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setCustomOptions ( String[ ] properties ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setCustomOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setDebug ( String debug ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setDebug:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setDependencySolver ( String dependencySolver ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setDependencySolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setDry ( Boolean dry ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setErrLinePrefix ( String errLinePrefix ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setErrors ( NutsMessage[ ] errors ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setErrors:([Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExcludedExtensions ( String[ ] excludedExtensions ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExcludedExtensions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExecutionType ( NutsExecutionType executionType ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExecutionType:(Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExecutorOptions ( String[ ] executorOptions ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExecutorService ( ExecutorService executorService ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExecutorService:(Ljava/util/concurrent/ExecutorService;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExpireTime ( Instant expireTime ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExpireTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExtensionBootDependencyNodes ( NutsClassLoaderNode[ ] extensionBootDependencyNodes ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExtensionBootDependencyNodes:([Lnet/thevpc/nuts/NutsClassLoaderNode;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExtensionBootDescriptors ( NutsBootDescriptor[ ] extensionBootDescriptors ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExtensionBootDescriptors:([Lnet/thevpc/nuts/spi/NutsBootDescriptor;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExtensionsSet ( Set<String> extensionsSet ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExtensionsSet:(Ljava/util/Set;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setFetchStrategy ( NutsFetchStrategy fetchStrategy ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setFetchStrategy:(Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setGlobal ( Boolean global ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setGlobal:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setGui ( Boolean gui ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setHomeLocation ( NutsHomeLocation location, String value ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setHomeLocations ( Map<NutsHomeLocation,String> homeLocations ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setHomeLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setIndexed ( Boolean indexed ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setInherited ( Boolean inherited ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setInherited:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setJavaCommand ( String javaCommand ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setJavaCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setJavaOptions ( String javaOptions ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setJavaOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setLocale ( String locale ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setLogConfig ( NutsLogConfig logConfig ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setLogConfig:(Lnet/thevpc/nuts/NutsLogConfig;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setName ( String workspaceName ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setOpenMode ( NutsOpenMode openMode ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setOpenMode:(Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setOutLinePrefix ( String outLinePrefix ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setOutputFormat ( NutsContentType outputFormat ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setOutputFormatOptions ( String... options ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setProgressOptions ( String progressOptions ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setProgressOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setReadOnly ( Boolean readOnly ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setReadOnly:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRecover ( Boolean recover ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRecover:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRepositories ( String[ ] repositories ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRepositoryStoreLocationStrategy ( NutsStoreLocationStrategy repositoryStoreLocationStrategy ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRepositoryStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setReset ( Boolean reset ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setReset:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRunAs ( NutsRunAs runAs ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRuntimeBootDependencyNode ( NutsClassLoaderNode runtimeBootDependencyNode ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRuntimeBootDependencyNode:(Lnet/thevpc/nuts/NutsClassLoaderNode;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRuntimeBootDescriptor ( NutsBootDescriptor runtimeBootDescriptor ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRuntimeBootDescriptor:(Lnet/thevpc/nuts/spi/NutsBootDescriptor;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRuntimeId ( String runtimeId ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRuntimeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setSkipBoot ( Boolean skipBoot ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setSkipBoot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setSkipCompanions ( Boolean skipInstallCompanions ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setSkipCompanions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setSkipErrors ( Boolean value ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setSkipErrors:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setSkipWelcome ( Boolean skipWelcome ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setSkipWelcome:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStderr ( PrintStream stderr ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStderr:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStdin ( InputStream stdin ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStdin:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStdout ( PrintStream stdout ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStdout:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStoreLocation ( NutsStoreLocation location, String value ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStoreLocationLayout ( NutsOsFamily storeLocationLayout ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStoreLocationLayout:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStoreLocations ( Map<NutsStoreLocation,String> storeLocations ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStoreLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStoreLocationStrategy ( NutsStoreLocationStrategy storeLocationStrategy ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setSwitchWorkspace ( Boolean switchWorkspace ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setSwitchWorkspace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setTerminalMode ( NutsTerminalMode terminalMode ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setTerminalMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setTheme ( String theme ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setTrace ( Boolean trace ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setTransitive ( Boolean transitive ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setUsername ( String username ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setUuid ( String uuid ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setWorkspace ( String workspace ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setWorkspace:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.toString ( ) : String
net/thevpc/nuts/NutsBootOptions.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsBootTerminal.class
package net.thevpc.nuts
NutsBootTerminal.equals ( Object o ) : boolean
net/thevpc/nuts/NutsBootTerminal.equals:(Ljava/lang/Object;)Z
NutsBootTerminal.getErr ( ) : PrintStream
net/thevpc/nuts/NutsBootTerminal.getErr:()Ljava/io/PrintStream;
NutsBootTerminal.getFlags ( ) : Set<String>
net/thevpc/nuts/NutsBootTerminal.getFlags:()Ljava/util/Set;
NutsBootTerminal.getIn ( ) : InputStream
net/thevpc/nuts/NutsBootTerminal.getIn:()Ljava/io/InputStream;
NutsBootTerminal.getOut ( ) : PrintStream
net/thevpc/nuts/NutsBootTerminal.getOut:()Ljava/io/PrintStream;
NutsBootTerminal.hashCode ( ) : int
net/thevpc/nuts/NutsBootTerminal.hashCode:()I
NutsBootTerminal.NutsBootTerminal ( InputStream in, PrintStream out, PrintStream err, String... flags )
net/thevpc/nuts/NutsBootTerminal."<init>":(Ljava/io/InputStream;Ljava/io/PrintStream;Ljava/io/PrintStream;[Ljava/lang/String;)V
NutsBootTerminal.toString ( ) : String
net/thevpc/nuts/NutsBootTerminal.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsBootVersion.class
package net.thevpc.nuts.spi
NutsBootVersion.accept ( NutsBootVersion other ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.accept:(Lnet/thevpc/nuts/spi/NutsBootVersion;)Z
NutsBootVersion.compareTo ( NutsBootVersion other ) : int
net/thevpc/nuts/spi/NutsBootVersion.compareTo:(Lnet/thevpc/nuts/spi/NutsBootVersion;)I
NutsBootVersion.compareTo ( String other ) : int
net/thevpc/nuts/spi/NutsBootVersion.compareTo:(Ljava/lang/String;)I
NutsBootVersion.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.equals:(Ljava/lang/Object;)Z
NutsBootVersion.getFrom ( ) : String
net/thevpc/nuts/spi/NutsBootVersion.getFrom:()Ljava/lang/String;
NutsBootVersion.getTo ( ) : String
net/thevpc/nuts/spi/NutsBootVersion.getTo:()Ljava/lang/String;
NutsBootVersion.hashCode ( ) : int
net/thevpc/nuts/spi/NutsBootVersion.hashCode:()I
NutsBootVersion.isBlank ( ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.isBlank:()Z
NutsBootVersion.isIncludeFrom ( ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.isIncludeFrom:()Z
NutsBootVersion.isIncludeTo ( ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.isIncludeTo:()Z
NutsBootVersion.isInterval ( ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.isInterval:()Z
NutsBootVersion.isSingleValue ( ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.isSingleValue:()Z
NutsBootVersion.parse ( String s ) [static] : NutsBootVersion
net/thevpc/nuts/spi/NutsBootVersion.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsBootVersion;
NutsBootVersion.toString ( ) : String
net/thevpc/nuts/spi/NutsBootVersion.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsBootWorkspace.class
package net.thevpc.nuts.boot
NutsBootWorkspace.getOptions ( ) : NutsBootOptions
net/thevpc/nuts/boot/NutsBootWorkspace.getOptions:()Lnet/thevpc/nuts/NutsBootOptions;
NutsBootWorkspace.NutsBootWorkspace ( NutsBootOptions userOptions )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":(Lnet/thevpc/nuts/NutsBootOptions;)V
NutsBootWorkspace.NutsBootWorkspace ( NutsBootTerminal bootTerminal, String... args )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":(Lnet/thevpc/nuts/NutsBootTerminal;[Ljava/lang/String;)V
NutsBootWorkspace.resolveBootRuntimeRepositories ( boolean dependencies ) : Set<NutsRepositoryLocation>
net/thevpc/nuts/boot/NutsBootWorkspace.resolveBootRuntimeRepositories:(Z)Ljava/util/Set;
NutsBootWorkspace.runNewProcess ( ) : void
net/thevpc/nuts/boot/NutsBootWorkspace.runNewProcess:()V
NutsBootWorkspace.runWorkspace ( ) : NutsSession
net/thevpc/nuts/boot/NutsBootWorkspace.runWorkspace:()Lnet/thevpc/nuts/NutsSession;
nuts-0.8.3.jar,
NutsBootWorkspaceFactory.class
package net.thevpc.nuts.spi
NutsBootWorkspaceFactory.createWorkspace ( NutsBootOptions p1 ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.createWorkspace:(Lnet/thevpc/nuts/NutsBootOptions;)Lnet/thevpc/nuts/NutsWorkspace;
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsBootOptions p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.getBootSupportLevel:(Lnet/thevpc/nuts/NutsBootOptions;)I
nuts-0.8.3.jar,
NutsClassLoaderNode.class
package net.thevpc.nuts
NutsClassLoaderNode.equals ( Object o ) : boolean
net/thevpc/nuts/NutsClassLoaderNode.equals:(Ljava/lang/Object;)Z
NutsClassLoaderNode.hashCode ( ) : int
net/thevpc/nuts/NutsClassLoaderNode.hashCode:()I
NutsClassLoaderNode.isIncludedInClasspath ( ) : boolean
net/thevpc/nuts/NutsClassLoaderNode.isIncludedInClasspath:()Z
NutsClassLoaderNode.NutsClassLoaderNode ( String id, URL url, boolean enabled, boolean includedInClasspath, NutsClassLoaderNode... dependencies )
net/thevpc/nuts/NutsClassLoaderNode."<init>":(Ljava/lang/String;Ljava/net/URL;ZZ[Lnet/thevpc/nuts/NutsClassLoaderNode;)V
nuts-0.8.3.jar,
NutsClassLoaderNodeBuilder.class
package net.thevpc.nuts
NutsClassLoaderNodeBuilder.isIncludedInClasspath ( ) : boolean
net/thevpc/nuts/NutsClassLoaderNodeBuilder.isIncludedInClasspath:()Z
NutsClassLoaderNodeBuilder.setEnabled ( boolean enabled ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setEnabled:(Z)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setIncludedInClasspath ( boolean includedInClasspath ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setIncludedInClasspath:(Z)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
nuts-0.8.3.jar,
NutsCodeHighlighter.class
package net.thevpc.nuts
NutsCodeHighlighter.getId ( ) [abstract] : String
net/thevpc/nuts/NutsCodeHighlighter.getId:()Ljava/lang/String;
NutsCodeHighlighter.getSupportLevel ( NutsSupportLevelContext p1 ) [abstract] : int
net/thevpc/nuts/NutsCodeHighlighter.getSupportLevel:(Lnet/thevpc/nuts/spi/NutsSupportLevelContext;)I
NutsCodeHighlighter.stringToText ( String p1, NutsTexts p2, NutsSession p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeHighlighter.stringToText:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTexts;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
NutsCodeHighlighter.tokenToText ( String p1, String p2, NutsTexts p3, NutsSession p4 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeHighlighter.tokenToText:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsTexts;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.3.jar,
NutsColor.class
package net.thevpc.nuts
NutsColor.getColor ( ) : int
net/thevpc/nuts/NutsColor.getColor:()I
NutsColor.getType ( ) : int
net/thevpc/nuts/NutsColor.getType:()I
NutsColor.NutsColor ( int type, int color )
net/thevpc/nuts/NutsColor."<init>":(II)V
NutsColor.of24 ( int color ) [static] : NutsColor
net/thevpc/nuts/NutsColor.of24:(I)Lnet/thevpc/nuts/NutsColor;
NutsColor.of4 ( int color ) [static] : NutsColor
net/thevpc/nuts/NutsColor.of4:(I)Lnet/thevpc/nuts/NutsColor;
NutsColor.of8 ( int color ) [static] : NutsColor
net/thevpc/nuts/NutsColor.of8:(I)Lnet/thevpc/nuts/NutsColor;
nuts-0.8.3.jar,
NutsCommandHistory.class
package net.thevpc.nuts
NutsCommandHistory.getPath ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsCommandHistory.getPath:()Lnet/thevpc/nuts/NutsPath;
NutsCommandHistory.of ( NutsSession session ) [static] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistory.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandHistory;
NutsCommandHistory.setPath ( File p1 ) [abstract] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistory.setPath:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCommandHistory;
NutsCommandHistory.setPath ( NutsPath p1 ) [abstract] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistory.setPath:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCommandHistory;
NutsCommandHistory.setPath ( Path p1 ) [abstract] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistory.setPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCommandHistory;
nuts-0.8.3.jar,
NutsCommandLine.class
package net.thevpc.nuts
NutsCommandLine.of ( List<String> args, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.of:(Ljava/util/List;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.of ( String line, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.of ( String line, NutsShellFamily shellFamily, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsShellFamily;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.requiredNonOptions ( String... p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.requiredNonOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.requiredOptions ( String... p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.requiredOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
nuts-0.8.3.jar,
NutsCommandLineFormat.class
package net.thevpc.nuts
NutsCommandLineFormat.getShellFamily ( ) [abstract] : NutsShellFamily
net/thevpc/nuts/NutsCommandLineFormat.getShellFamily:()Lnet/thevpc/nuts/NutsShellFamily;
NutsCommandLineFormat.of ( NutsSession session ) [static] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setShellFamily ( NutsShellFamily p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setShellFamily:(Lnet/thevpc/nuts/NutsShellFamily;)Lnet/thevpc/nuts/NutsCommandLineFormat;
nuts-0.8.3.jar,
NutsCommandLineFormatStrategy.class
package net.thevpc.nuts
NutsCommandLineFormatStrategy.getCurrent ( ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.getCurrent:()Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.parse ( String value, NutsCommandLineFormatStrategy emptyValue, NutsSession session ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.parse ( String value, NutsSession session ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
nuts-0.8.3.jar,
NutsCommandLines.class
package net.thevpc.nuts
NutsCommandLines.createArgument ( String p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLines.createArgument:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLines.createCommandline ( List<String> p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLines.createCommandline:(Ljava/util/List;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLines.createCommandline ( String... p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLines.createCommandline:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLines.createName ( String p1, String p2 ) [abstract] : NutsArgumentName
net/thevpc/nuts/NutsCommandLines.createName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentName;
NutsCommandLines.createName ( String type ) : NutsArgumentName
net/thevpc/nuts/NutsCommandLines.createName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentName;
NutsCommandLines.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCommandLines.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCommandLines.getShellFamily ( ) [abstract] : NutsShellFamily
net/thevpc/nuts/NutsCommandLines.getShellFamily:()Lnet/thevpc/nuts/NutsShellFamily;
NutsCommandLines.of ( NutsSession session ) [static] : NutsCommandLines
net/thevpc/nuts/NutsCommandLines.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLines;
NutsCommandLines.parseCommandline ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLines.parseCommandline:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLines.setSession ( NutsSession p1 ) [abstract] : NutsCommandLines
net/thevpc/nuts/NutsCommandLines.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLines;
NutsCommandLines.setShellFamily ( NutsShellFamily p1 ) [abstract] : NutsCommandLines
net/thevpc/nuts/NutsCommandLines.setShellFamily:(Lnet/thevpc/nuts/NutsShellFamily;)Lnet/thevpc/nuts/NutsCommandLines;
nuts-0.8.3.jar,
NutsComparator.class
package net.thevpc.nuts
NutsComparator<T>.of ( Comparator<T> o, Function<NutsElements,NutsElement> descr ) [static] : NutsComparator<T>
net/thevpc/nuts/NutsComparator.of:(Ljava/util/Comparator;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsComparator;
NutsComparator<T>.of ( Comparator<T> o, NutsElement value ) [static] : NutsComparator<T>
net/thevpc/nuts/NutsComparator.of:(Ljava/util/Comparator;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsComparator;
NutsComparator<T>.of ( Comparator<T> o, String value ) [static] : NutsComparator<T>
net/thevpc/nuts/NutsComparator.of:(Ljava/util/Comparator;Ljava/lang/String;)Lnet/thevpc/nuts/NutsComparator;
nuts-0.8.3.jar,
NutsComponent.class
package net.thevpc.nuts.spi
NutsComponent.getSupportLevel ( NutsSupportLevelContext p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsComponent.getSupportLevel:(Lnet/thevpc/nuts/spi/NutsSupportLevelContext;)I
nuts-0.8.3.jar,
NutsComponentScopeType.class
package net.thevpc.nuts.spi
NutsComponentScopeType.id ( ) : String
net/thevpc/nuts/spi/NutsComponentScopeType.id:()Ljava/lang/String;
NutsComponentScopeType.parse ( String value, NutsComponentScopeType emptyValue, NutsSession session ) [static] : NutsComponentScopeType
net/thevpc/nuts/spi/NutsComponentScopeType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsComponentScopeType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsComponentScopeType;
NutsComponentScopeType.parse ( String value, NutsSession session ) [static] : NutsComponentScopeType
net/thevpc/nuts/spi/NutsComponentScopeType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsComponentScopeType;
NutsComponentScopeType.parseLenient ( String value ) [static] : NutsComponentScopeType
net/thevpc/nuts/spi/NutsComponentScopeType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsComponentScopeType;
NutsComponentScopeType.parseLenient ( String value, NutsComponentScopeType emptyOrErrorValue ) [static] : NutsComponentScopeType
net/thevpc/nuts/spi/NutsComponentScopeType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsComponentScopeType;)Lnet/thevpc/nuts/spi/NutsComponentScopeType;
NutsComponentScopeType.parseLenient ( String value, NutsComponentScopeType emptyValue, NutsComponentScopeType errorValue ) [static] : NutsComponentScopeType
net/thevpc/nuts/spi/NutsComponentScopeType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsComponentScopeType;Lnet/thevpc/nuts/spi/NutsComponentScopeType;)Lnet/thevpc/nuts/spi/NutsComponentScopeType;
NutsComponentScopeType.valueOf ( String name ) [static] : NutsComponentScopeType
net/thevpc/nuts/spi/NutsComponentScopeType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsComponentScopeType;
NutsComponentScopeType.values ( ) [static] : NutsComponentScopeType[ ]
net/thevpc/nuts/spi/NutsComponentScopeType.values:()[Lnet/thevpc/nuts/spi/NutsComponentScopeType;
nuts-0.8.3.jar,
NutsCompress.class
package net.thevpc.nuts
NutsCompress.addOptions ( NutsPathOption... p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addOptions:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.addSource ( File p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.addSource ( InputStream p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.addSource ( NutsPath p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.addSource ( Path p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.addSource ( String p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.addSource ( URL p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.clearOptions ( ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.clearOptions:()Lnet/thevpc/nuts/NutsCompress;
NutsCompress.getFormat ( ) [abstract] : String
net/thevpc/nuts/NutsCompress.getFormat:()Ljava/lang/String;
NutsCompress.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsCompress.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NutsCompress.getOptions ( ) [abstract] : Set<NutsPathOption>
net/thevpc/nuts/NutsCompress.getOptions:()Ljava/util/Set;
NutsCompress.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsCompress.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsCompress.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCompress.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCompress.getSources ( ) [abstract] : List<Object>
net/thevpc/nuts/NutsCompress.getSources:()Ljava/util/List;
NutsCompress.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsCompress.getTarget:()Ljava/lang/Object;
NutsCompress.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsCompress.isSafe:()Z
NutsCompress.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsCompress.isSkipRoot:()Z
NutsCompress.of ( NutsSession session ) [static] : NutsCompress
net/thevpc/nuts/NutsCompress.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.removeOptions ( NutsPathOption... p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.removeOptions:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.run ( ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.run:()Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setFormat ( String p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setFormatOption ( String p1, Object p2 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setSafe ( boolean p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setSafe:(Z)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setSession ( NutsSession p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setSkipRoot ( boolean p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setTarget ( File p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setTarget ( NutsPath p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setTarget:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setTarget ( OutputStream p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setTarget ( Path p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setTarget ( String p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.to ( File p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.to ( NutsPath p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.to:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.to ( OutputStream p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.to ( Path p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.to ( String p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCompress;
nuts-0.8.3.jar,
NutsConfirmationMode.class
package net.thevpc.nuts
NutsConfirmationMode.parse ( String value, NutsConfirmationMode emptyValue, NutsSession session ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsConfirmationMode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.parse ( String value, NutsSession session ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsConfirmationMode;
nuts-0.8.3.jar,
NutsContent.class
package net.thevpc.nuts
NutsContent.getFile ( ) [abstract] : Path
net/thevpc/nuts/NutsContent.getFile:()Ljava/nio/file/Path;
nuts-0.8.3.jar,
NutsContentType.class
package net.thevpc.nuts
NutsContentType.parse ( String value, NutsContentType emptyValue, NutsSession session ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsContentType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.parse ( String value, NutsSession session ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentType;
nuts-0.8.3.jar,
NutsContentTypeFormat.class
package net.thevpc.nuts
NutsContentTypeFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsContentTypeFormat
net/thevpc/nuts/NutsContentTypeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsContentTypeFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsContentTypeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsContentTypeFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsContentTypeFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsContentTypeFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsContentTypeFormat.getValue:()Ljava/lang/Object;
NutsContentTypeFormat.of ( NutsSession session ) [static] : NutsContentTypeFormat
net/thevpc/nuts/NutsContentTypeFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsContentTypeFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsContentTypeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsContentTypeFormat.setNtf ( boolean p1 ) [abstract] : NutsContentTypeFormat
net/thevpc/nuts/NutsContentTypeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsContentTypeFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsContentTypeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsContentTypeFormat.setSession ( NutsSession p1 ) [abstract] : NutsContentTypeFormat
net/thevpc/nuts/NutsContentTypeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsContentTypeFormat.setValue ( Object p1 ) [abstract] : NutsContentTypeFormat
net/thevpc/nuts/NutsContentTypeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsContentTypeFormat;
nuts-0.8.3.jar,
NutsContentTypeResolver.class
package net.thevpc.nuts.spi
NutsContentTypeResolver.probeContentType ( byte[ ] p1, NutsSession p2 ) [abstract] : NutsSupported<String>
net/thevpc/nuts/spi/NutsContentTypeResolver.probeContentType:([BLnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSupported;
NutsContentTypeResolver.probeContentType ( NutsPath p1, NutsSession p2 ) [abstract] : NutsSupported<String>
net/thevpc/nuts/spi/NutsContentTypeResolver.probeContentType:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSupported;
nuts-0.8.3.jar,
NutsContentTypes.class
package net.thevpc.nuts
NutsContentTypes.of ( NutsSession session ) [static] : NutsContentTypes
net/thevpc/nuts/NutsContentTypes.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypes;
NutsContentTypes.probeContentType ( byte[ ] p1 ) [abstract] : String
net/thevpc/nuts/NutsContentTypes.probeContentType:([B)Ljava/lang/String;
NutsContentTypes.probeContentType ( File p1 ) [abstract] : String
net/thevpc/nuts/NutsContentTypes.probeContentType:(Ljava/io/File;)Ljava/lang/String;
NutsContentTypes.probeContentType ( InputStream p1 ) [abstract] : String
net/thevpc/nuts/NutsContentTypes.probeContentType:(Ljava/io/InputStream;)Ljava/lang/String;
NutsContentTypes.probeContentType ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/NutsContentTypes.probeContentType:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsContentTypes.probeContentType ( Path p1 ) [abstract] : String
net/thevpc/nuts/NutsContentTypes.probeContentType:(Ljava/nio/file/Path;)Ljava/lang/String;
NutsContentTypes.probeContentType ( URL p1 ) [abstract] : String
net/thevpc/nuts/NutsContentTypes.probeContentType:(Ljava/net/URL;)Ljava/lang/String;
nuts-0.8.3.jar,
NutsCp.class
package net.thevpc.nuts
NutsCp.addOptions ( NutsPathOption... p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.addOptions:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsCp;
NutsCp.clearOptions ( ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.clearOptions:()Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( byte[ ] p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:([B)Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( File p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( InputStream p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( NutsPath p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( Path p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( String p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( URL p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsCp;
NutsCp.getActionMessage ( ) [abstract] : NutsMessage
net/thevpc/nuts/NutsCp.getActionMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsCp.getByteArrayResult ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsCp.getByteArrayResult:()[B
NutsCp.getOptions ( ) [abstract] : Set<NutsPathOption>
net/thevpc/nuts/NutsCp.getOptions:()Ljava/util/Set;
NutsCp.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsCp.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsCp.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCp.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCp.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsCp.getSource:()Ljava/lang/Object;
NutsCp.getSourceOrigin ( ) [abstract] : Object
net/thevpc/nuts/NutsCp.getSourceOrigin:()Ljava/lang/Object;
NutsCp.getSourceTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsCp.getSourceTypeName:()Ljava/lang/String;
NutsCp.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsCp.getTarget:()Ljava/lang/Object;
NutsCp.getValidator ( ) [abstract] : NutsIOCopyValidator
net/thevpc/nuts/NutsCp.getValidator:()Lnet/thevpc/nuts/NutsIOCopyValidator;
NutsCp.interrupt ( ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.interrupt:()Lnet/thevpc/nuts/NutsCp;
NutsCp.isMkdirs ( ) [abstract] : boolean
net/thevpc/nuts/NutsCp.isMkdirs:()Z
NutsCp.isRecursive ( ) [abstract] : boolean
net/thevpc/nuts/NutsCp.isRecursive:()Z
NutsCp.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsCp.isSkipRoot:()Z
NutsCp.of ( NutsSession session ) [static] : NutsCp
net/thevpc/nuts/NutsCp.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCp;
NutsCp.removeOptions ( NutsPathOption... p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.removeOptions:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsCp;
NutsCp.run ( ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.run:()Lnet/thevpc/nuts/NutsCp;
NutsCp.setActionMessage ( NutsMessage p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setActionMessage:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setMkdirs ( boolean p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setMkdirs:(Z)Lnet/thevpc/nuts/NutsCp;
NutsCp.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setRecursive ( boolean p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setRecursive:(Z)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSession ( NutsSession p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSkipRoot ( boolean p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( byte[ ] p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:([B)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( File p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( InputStream p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( NutsPath p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( Path p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( String p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( URL p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSourceOrigin ( Object p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSourceOrigin:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSourceTypeName ( String p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSourceTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setTarget ( File p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setTarget ( NutsPath p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setTarget:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setTarget ( NutsPrintStream p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setTarget:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setTarget ( OutputStream p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setTarget ( Path p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setTarget ( String p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setValidator ( NutsIOCopyValidator p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setValidator:(Lnet/thevpc/nuts/NutsIOCopyValidator;)Lnet/thevpc/nuts/NutsCp;
NutsCp.to ( File p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCp;
NutsCp.to ( NutsPath p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.to:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCp;
NutsCp.to ( NutsPrintStream p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.to:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsCp;
NutsCp.to ( OutputStream p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsCp;
NutsCp.to ( Path p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCp;
NutsCp.to ( String p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCp;
nuts-0.8.3.jar,
NutsCustomElement.class
package net.thevpc.nuts
NutsCustomElement.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsCustomElement.getValue:()Ljava/lang/Object;
nuts-0.8.3.jar,
NutsDefaultContent.class
package net.thevpc.nuts
NutsDefaultContent.getFile ( ) : Path
net/thevpc/nuts/NutsDefaultContent.getFile:()Ljava/nio/file/Path;
nuts-0.8.3.jar,
NutsDefaultStreamMetadata.class
package net.thevpc.nuts
NutsDefaultStreamMetadata.getContentLength ( ) : long
net/thevpc/nuts/NutsDefaultStreamMetadata.getContentLength:()J
NutsDefaultStreamMetadata.getContentType ( ) : String
net/thevpc/nuts/NutsDefaultStreamMetadata.getContentType:()Ljava/lang/String;
NutsDefaultStreamMetadata.getFormattedPath ( ) : NutsString
net/thevpc/nuts/NutsDefaultStreamMetadata.getFormattedPath:()Lnet/thevpc/nuts/NutsString;
NutsDefaultStreamMetadata.getName ( ) : String
net/thevpc/nuts/NutsDefaultStreamMetadata.getName:()Ljava/lang/String;
NutsDefaultStreamMetadata.getUserKind ( ) : String
net/thevpc/nuts/NutsDefaultStreamMetadata.getUserKind:()Ljava/lang/String;
NutsDefaultStreamMetadata.NutsDefaultStreamMetadata ( )
net/thevpc/nuts/NutsDefaultStreamMetadata."<init>":()V
NutsDefaultStreamMetadata.NutsDefaultStreamMetadata ( NutsMessage message, long contentLength, String contentType, String userKind, NutsSession session )
net/thevpc/nuts/NutsDefaultStreamMetadata."<init>":(Lnet/thevpc/nuts/NutsMessage;JLjava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)V
NutsDefaultStreamMetadata.NutsDefaultStreamMetadata ( NutsPath path )
net/thevpc/nuts/NutsDefaultStreamMetadata."<init>":(Lnet/thevpc/nuts/NutsPath;)V
NutsDefaultStreamMetadata.NutsDefaultStreamMetadata ( NutsStreamMetadata other )
net/thevpc/nuts/NutsDefaultStreamMetadata."<init>":(Lnet/thevpc/nuts/NutsStreamMetadata;)V
NutsDefaultStreamMetadata.NutsDefaultStreamMetadata ( NutsString message, long contentLength, String contentType, String userKind )
net/thevpc/nuts/NutsDefaultStreamMetadata."<init>":(Lnet/thevpc/nuts/NutsString;JLjava/lang/String;Ljava/lang/String;)V
NutsDefaultStreamMetadata.NutsDefaultStreamMetadata ( String name, NutsString formattedName, long contentLength, String contentType, String userKind )
net/thevpc/nuts/NutsDefaultStreamMetadata."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/NutsString;JLjava/lang/String;Ljava/lang/String;)V
NutsDefaultStreamMetadata.setUserKind ( String userKind ) : NutsStreamMetadata
net/thevpc/nuts/NutsDefaultStreamMetadata.setUserKind:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStreamMetadata;
nuts-0.8.3.jar,
NutsDefaultSupported.class
package net.thevpc.nuts
NutsDefaultSupported<T>.getSupportLevel ( ) : int
net/thevpc/nuts/NutsDefaultSupported.getSupportLevel:()I
NutsDefaultSupported<T>.getValue ( ) : T
net/thevpc/nuts/NutsDefaultSupported.getValue:()Ljava/lang/Object;
NutsDefaultSupported<T>.NutsDefaultSupported<T> ( Supplier<T> value, int supportLevel )
net/thevpc/nuts/NutsDefaultSupported."<init>":(Ljava/util/function/Supplier;I)V
nuts-0.8.3.jar,
NutsDefaultSupportLevelContext.class
package net.thevpc.nuts.spi
NutsDefaultSupportLevelContext.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.equals:(Ljava/lang/Object;)Z
NutsDefaultSupportLevelContext.getConstraints ( ) : T
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.getConstraints:()Ljava/lang/Object;
NutsDefaultSupportLevelContext.getConstraints ( Class<T> expected ) : T
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.getConstraints:(Ljava/lang/Class;)Ljava/lang/Object;
NutsDefaultSupportLevelContext.getSession ( ) : NutsSession
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultSupportLevelContext.getWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsDefaultSupportLevelContext.hashCode ( ) : int
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.hashCode:()I
NutsDefaultSupportLevelContext.NutsDefaultSupportLevelContext ( NutsSession session, Object constraints )
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;)V
NutsDefaultSupportLevelContext.toString ( ) : String
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsDefaultTerminalSpec.class
package net.thevpc.nuts.spi
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other ) : NutsTerminalSpec
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.copyFrom:(Lnet/thevpc/nuts/spi/NutsTerminalSpec;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsDefaultTerminalSpec.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.equals:(Ljava/lang/Object;)Z
NutsDefaultTerminalSpec.get ( String name ) : Object
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NutsDefaultTerminalSpec.getAutoComplete ( ) : Boolean
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NutsDefaultTerminalSpec.getParent ( ) : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsDefaultTerminalSpec.getProperties ( ) : Map<String,Object>
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.getProperties:()Ljava/util/Map;
NutsDefaultTerminalSpec.hashCode ( ) : int
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.hashCode:()I
NutsDefaultTerminalSpec.NutsDefaultTerminalSpec ( )
net/thevpc/nuts/spi/NutsDefaultTerminalSpec."<init>":()V
NutsDefaultTerminalSpec.put ( String name, Object o ) : NutsTerminalSpec
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.put:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other ) : NutsTerminalSpec
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsDefaultTerminalSpec.setAutoComplete ( Boolean autoComplete ) : NutsTerminalSpec
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsDefaultTerminalSpec.setParent ( NutsSystemTerminalBase parent ) : NutsTerminalSpec
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
nuts-0.8.3.jar,
NutsDefinition.class
package net.thevpc.nuts
NutsDefinition.getFile ( ) [abstract] : Path
net/thevpc/nuts/NutsDefinition.getFile:()Ljava/nio/file/Path;
NutsDefinition.getPath ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsDefinition.getPath:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.3.jar,
NutsDependencies.class
package net.thevpc.nuts
NutsDependencies.immediate ( ) [abstract] : NutsStream<NutsDependency>
net/thevpc/nuts/NutsDependencies.immediate:()Lnet/thevpc/nuts/NutsStream;
NutsDependencies.solver ( ) [abstract] : String
net/thevpc/nuts/NutsDependencies.solver:()Ljava/lang/String;
NutsDependencies.sourceIds ( ) [abstract] : NutsStream<NutsId>
net/thevpc/nuts/NutsDependencies.sourceIds:()Lnet/thevpc/nuts/NutsStream;
NutsDependencies.sourceNodes ( ) [abstract] : NutsStream<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.sourceNodes:()Lnet/thevpc/nuts/NutsStream;
NutsDependencies.transitive ( ) [abstract] : NutsStream<NutsDependency>
net/thevpc/nuts/NutsDependencies.transitive:()Lnet/thevpc/nuts/NutsStream;
NutsDependencies.transitiveNodes ( ) [abstract] : NutsStream<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.transitiveNodes:()Lnet/thevpc/nuts/NutsStream;
NutsDependencies.transitiveWithSource ( ) [abstract] : NutsStream<NutsDependency>
net/thevpc/nuts/NutsDependencies.transitiveWithSource:()Lnet/thevpc/nuts/NutsStream;
nuts-0.8.3.jar,
NutsDependency.class
package net.thevpc.nuts
NutsDependency.getCondition ( ) [abstract] : NutsEnvCondition
net/thevpc/nuts/NutsDependency.getCondition:()Lnet/thevpc/nuts/NutsEnvCondition;
NutsDependency.of ( String value, NutsSession session ) [static] : NutsDependency
net/thevpc/nuts/NutsDependency.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependency;
nuts-0.8.3.jar,
NutsDependencyBuilder.class
package net.thevpc.nuts
NutsDependencyBuilder.getCondition ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsDependencyBuilder.getCondition:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsDependencyBuilder.setCondition ( NutsEnvCondition p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvCondition;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setCondition ( NutsEnvConditionBuilder p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvConditionBuilder;)Lnet/thevpc/nuts/NutsDependencyBuilder;
nuts-0.8.3.jar,
NutsDependencyFilters.class
package net.thevpc.nuts
NutsDependencyFilters.byArch ( Collection<NutsArchFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byArch ( NutsArchFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byArch:(Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byArch ( NutsArchFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byArch:([Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byArch ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byCurrentArch ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byCurrentArch:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byCurrentDesktop ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byCurrentDesktop:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byCurrentEnv ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byCurrentEnv:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byCurrentOs ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byCurrentOs:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byDesktop ( NutsDesktopEnvironmentFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byDesktop:(Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byDesktop ( NutsDesktopEnvironmentFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byDesktop:([Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byExclude ( NutsDependencyFilter p1, String[ ] p2 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byExclude:(Lnet/thevpc/nuts/NutsDependencyFilter;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOptional ( Boolean p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOs ( Collection<NutsOsFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOs ( NutsOsFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOs:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOs ( NutsOsFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOs:([Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOs ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOsDist ( Collection<String> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOsDist:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOsDist ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOsDist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOsDist ( String... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOsDist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byPlatform ( NutsPlatformFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byPlatform:([Lnet/thevpc/nuts/NutsPlatformFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byPlatform ( String... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byRegularType ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byRegularType:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byRunnable ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byRunnable:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byRunnable ( boolean p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byRunnable:(Z)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byScope ( Collection<NutsDependencyScope> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byScope:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byScope ( NutsDependencyScope p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byScope ( NutsDependencyScope... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byScope:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byType ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.of ( NutsSession session ) [static] : NutsDependencyFilters
net/thevpc/nuts/NutsDependencyFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyFilters;
nuts-0.8.3.jar,
NutsDependencyFormat.class
package net.thevpc.nuts
NutsDependencyFormat.of ( NutsSession session ) [static] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyFormat;
nuts-0.8.3.jar,
NutsDependencyParser.class
package net.thevpc.nuts
NutsDependencyParser.parse ( String p1 ) [abstract] : NutsDependency
net/thevpc/nuts/NutsDependencyParser.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependency;
nuts-0.8.3.jar,
NutsDependencyScope.class
package net.thevpc.nuts
NutsDependencyScope.parse ( String value, NutsDependencyScope emptyValue, NutsSession session ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScope;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.parse ( String value, NutsSession session ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyScope;
nuts-0.8.3.jar,
NutsDependencyScopePattern.class
package net.thevpc.nuts
NutsDependencyScopePattern.parse ( String value, NutsDependencyScopePattern emptyValue, NutsSession session ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScopePattern;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.parse ( String value, NutsSession session ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.toScopes ( ) : EnumSet<NutsDependencyScope>
net/thevpc/nuts/NutsDependencyScopePattern.toScopes:()Ljava/util/EnumSet;
nuts-0.8.3.jar,
NutsDependencySolver.class
package net.thevpc.nuts.spi
NutsDependencySolver.add ( NutsDefinition p1 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolver.add:(Lnet/thevpc/nuts/NutsDefinition;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolver.add ( NutsDependency p1 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolver.add:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolver.add ( NutsDependency p1, NutsDefinition p2 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolver.add:(Lnet/thevpc/nuts/NutsDependency;Lnet/thevpc/nuts/NutsDefinition;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolver.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDependencySolver.getName:()Ljava/lang/String;
NutsDependencySolver.getSolverNames ( NutsSession session ) [static] : String[ ]
net/thevpc/nuts/spi/NutsDependencySolver.getSolverNames:(Lnet/thevpc/nuts/NutsSession;)[Ljava/lang/String;
NutsDependencySolver.of ( NutsSession session ) [static] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolver.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolver.of ( String solverName, NutsSession session ) [static] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolver.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolver.setFilter ( NutsDependencyFilter p1 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolver.setFilter:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolver.solve ( ) [abstract] : NutsDependencies
net/thevpc/nuts/spi/NutsDependencySolver.solve:()Lnet/thevpc/nuts/NutsDependencies;
nuts-0.8.3.jar,
NutsDependencySolverFactory.class
package net.thevpc.nuts.spi
NutsDependencySolverFactory.create ( NutsSession p1 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolverFactory.create:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolverFactory.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDependencySolverFactory.getName:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsDependencySolvers.class
package net.thevpc.nuts.spi
NutsDependencySolvers.createSolver ( NutsSession p1 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolvers.createSolver:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolvers.createSolver ( String p1, NutsSession p2 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolvers.createSolver:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolvers.getSolverNames ( NutsSession p1 ) [abstract] : String[ ]
net/thevpc/nuts/spi/NutsDependencySolvers.getSolverNames:(Lnet/thevpc/nuts/NutsSession;)[Ljava/lang/String;
NutsDependencySolvers.of ( NutsSession session ) [static] : NutsDependencySolvers
net/thevpc/nuts/spi/NutsDependencySolvers.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDependencySolvers;
nuts-0.8.3.jar,
NutsDeployCommand.class
package net.thevpc.nuts
NutsDeployCommand.setContent ( byte[ ] p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:([B)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setContent ( NutsPath p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsDeployCommand;
nuts-0.8.3.jar,
NutsDeployRepositoryCommand.class
package net.thevpc.nuts.spi
NutsDeployRepositoryCommand.setContent ( NutsPath p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
nuts-0.8.3.jar,
NutsDescribable.class
package net.thevpc.nuts
NutsDescribable.describe ( NutsElements p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsDescribable.describe:(Lnet/thevpc/nuts/NutsElements;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.3.jar,
NutsDescribables.class
package net.thevpc.nuts
NutsDescribables.cast ( Object o ) [static] : void
net/thevpc/nuts/NutsDescribables.cast:(Ljava/lang/Object;)V
NutsDescribables.isSupported ( Object o ) [static] : boolean
net/thevpc/nuts/NutsDescribables.isSupported:(Ljava/lang/Object;)Z
NutsDescribables.ofComparator ( Comparator<T> fun, Function<NutsElements,NutsElement> name ) [static] : NutsComparator<T>
net/thevpc/nuts/NutsDescribables.ofComparator:(Ljava/util/Comparator;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsComparator;
NutsDescribables.ofFunction ( Function<F,T> fun, Function<NutsElements,NutsElement> name ) [static] : NutsFunction<F,T>
net/thevpc/nuts/NutsDescribables.ofFunction:(Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsFunction;
NutsDescribables.ofIterable ( Iterable<T> fun, Function<NutsElements,NutsElement> nfo ) [static] : NutsIterable<T>
net/thevpc/nuts/NutsDescribables.ofIterable:(Ljava/lang/Iterable;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsIterable;
NutsDescribables.ofIterator ( Iterator<T> fun, Function<NutsElements,NutsElement> nfo ) [static] : NutsIterator<T>
net/thevpc/nuts/NutsDescribables.ofIterator:(Ljava/util/Iterator;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsIterator;
NutsDescribables.ofPredicate ( Predicate<T> fun, Function<NutsElements,NutsElement> nfo ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsDescribables.ofPredicate:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsPredicate;
NutsDescribables.ofRunnable ( Runnable runnable, Function<NutsElements,NutsElement> nfo ) [static] : NutsRunnable
net/thevpc/nuts/NutsDescribables.ofRunnable:(Ljava/lang/Runnable;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsRunnable;
NutsDescribables.ofUnsafeFunction ( NutsUnsafeFunctionBase<F,T> fun, Function<NutsElements,NutsElement> nfo ) [static] : NutsUnsafeFunction<F,T>
net/thevpc/nuts/NutsDescribables.ofUnsafeFunction:(Lnet/thevpc/nuts/NutsUnsafeFunctionBase;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsUnsafeFunction;
NutsDescribables.resolveOr ( Object o, NutsElements elems, Supplier<NutsElement> d ) [static] : NutsElement
net/thevpc/nuts/NutsDescribables.resolveOr:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsElements;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/NutsElement;
NutsDescribables.resolveOrDestruct ( Object o, NutsElements elems ) [static] : NutsElement
net/thevpc/nuts/NutsDescribables.resolveOrDestruct:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsElements;)Lnet/thevpc/nuts/NutsElement;
NutsDescribables.resolveOrNull ( Object o, NutsElements elems ) [static] : NutsElement
net/thevpc/nuts/NutsDescribables.resolveOrNull:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsElements;)Lnet/thevpc/nuts/NutsElement;
NutsDescribables.resolveOrToString ( Object o, NutsElements elems ) [static] : NutsElement
net/thevpc/nuts/NutsDescribables.resolveOrToString:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsElements;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.3.jar,
NutsDescriptor.class
package net.thevpc.nuts
NutsDescriptor.formatter ( ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptor.formatter:()Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptor.getCondition ( ) [abstract] : NutsEnvCondition
net/thevpc/nuts/NutsDescriptor.getCondition:()Lnet/thevpc/nuts/NutsEnvCondition;
NutsDescriptor.getFlags ( ) [abstract] : Set<NutsDescriptorFlag>
net/thevpc/nuts/NutsDescriptor.getFlags:()Ljava/util/Set;
NutsDescriptor.getIdType ( ) [abstract] : NutsIdType
net/thevpc/nuts/NutsDescriptor.getIdType:()Lnet/thevpc/nuts/NutsIdType;
NutsDescriptor.getProperties ( ) [abstract] : NutsDescriptorProperty[ ]
net/thevpc/nuts/NutsDescriptor.getProperties:()[Lnet/thevpc/nuts/NutsDescriptorProperty;
NutsDescriptor.getProperty ( String p1 ) [abstract] : NutsDescriptorProperty
net/thevpc/nuts/NutsDescriptor.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorProperty;
NutsDescriptor.getPropertyValue ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getPropertyValue:(Ljava/lang/String;)Ljava/lang/String;
NutsDescriptor.getSolver ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getSolver:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsDescriptorBuilder.class
package net.thevpc.nuts
NutsDescriptorBuilder.addFlag ( NutsDescriptorFlag p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addFlag:(Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addFlags ( NutsDescriptorFlag... p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addFlags:([Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addProperties ( NutsDescriptorProperty[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addProperties:([Lnet/thevpc/nuts/NutsDescriptorProperty;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addProperty ( NutsDescriptorProperty p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addProperty:(Lnet/thevpc/nuts/NutsDescriptorProperty;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.copy ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.copy:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.getCondition ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsDescriptorBuilder.getCondition:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsDescriptorBuilder.getFlags ( ) [abstract] : Set<NutsDescriptorFlag>
net/thevpc/nuts/NutsDescriptorBuilder.getFlags:()Ljava/util/Set;
NutsDescriptorBuilder.getIdType ( ) [abstract] : NutsIdType
net/thevpc/nuts/NutsDescriptorBuilder.getIdType:()Lnet/thevpc/nuts/NutsIdType;
NutsDescriptorBuilder.getProperties ( ) [abstract] : NutsDescriptorProperty[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getProperties:()[Lnet/thevpc/nuts/NutsDescriptorProperty;
NutsDescriptorBuilder.getProperty ( String p1 ) [abstract] : NutsDescriptorProperty
net/thevpc/nuts/NutsDescriptorBuilder.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorProperty;
NutsDescriptorBuilder.getPropertyValue ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getPropertyValue:(Ljava/lang/String;)Ljava/lang/String;
NutsDescriptorBuilder.getSolver ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getSolver:()Ljava/lang/String;
NutsDescriptorBuilder.removeFlag ( NutsDescriptorFlag p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeFlag:(Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeFlags ( NutsDescriptorFlag... p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeFlags:([Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeProperties ( NutsDescriptorProperty p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeProperties:(Lnet/thevpc/nuts/NutsDescriptorProperty;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setAll ( NutsDescriptor p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setAll:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setAll ( NutsDescriptorBuilder p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setAll:(Lnet/thevpc/nuts/NutsDescriptorBuilder;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setCondition ( NutsEnvCondition p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvCondition;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setCondition ( NutsEnvConditionBuilder p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvConditionBuilder;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setFlags ( Set<NutsDescriptorFlag> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setFlags:(Ljava/util/Set;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setIdType ( NutsIdType p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setIdType:(Lnet/thevpc/nuts/NutsIdType;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setProperties ( NutsDescriptorProperty[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setProperties:([Lnet/thevpc/nuts/NutsDescriptorProperty;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setSolver ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setSolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
nuts-0.8.3.jar,
NutsDescriptorFilters.class
package net.thevpc.nuts
NutsDescriptorFilters.byApiVersion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byArch ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byCompanion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byCompanion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byDesktopEnvironment ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byDesktopEnvironment:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byExtension ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byExtension:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byFlag ( NutsDescriptorFlag... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byFlag:([Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byLockedIds ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byOs ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byOsDist ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byOsDist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byPackaging ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byPackaging:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byPlatform ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byRuntime ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byRuntime:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.of ( NutsSession session ) [static] : NutsDescriptorFilters
net/thevpc/nuts/NutsDescriptorFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFilters;
nuts-0.8.3.jar,
NutsDescriptorFlag.class
package net.thevpc.nuts
NutsDescriptorFlag.id ( ) : String
net/thevpc/nuts/NutsDescriptorFlag.id:()Ljava/lang/String;
NutsDescriptorFlag.parse ( String value, NutsDescriptorFlag emptyValue, NutsSession session ) [static] : NutsDescriptorFlag
net/thevpc/nuts/NutsDescriptorFlag.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorFlag;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFlag;
NutsDescriptorFlag.parse ( String value, NutsSession session ) [static] : NutsDescriptorFlag
net/thevpc/nuts/NutsDescriptorFlag.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFlag;
NutsDescriptorFlag.parseLenient ( String value ) [static] : NutsDescriptorFlag
net/thevpc/nuts/NutsDescriptorFlag.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFlag;
NutsDescriptorFlag.parseLenient ( String value, NutsDescriptorFlag emptyOrErrorValue ) [static] : NutsDescriptorFlag
net/thevpc/nuts/NutsDescriptorFlag.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorFlag;
NutsDescriptorFlag.parseLenient ( String value, NutsDescriptorFlag emptyValue, NutsDescriptorFlag errorValue ) [static] : NutsDescriptorFlag
net/thevpc/nuts/NutsDescriptorFlag.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorFlag;Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorFlag;
NutsDescriptorFlag.valueOf ( String name ) [static] : NutsDescriptorFlag
net/thevpc/nuts/NutsDescriptorFlag.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFlag;
NutsDescriptorFlag.values ( ) [static] : NutsDescriptorFlag[ ]
net/thevpc/nuts/NutsDescriptorFlag.values:()[Lnet/thevpc/nuts/NutsDescriptorFlag;
nuts-0.8.3.jar,
NutsDescriptorFormat.class
package net.thevpc.nuts
NutsDescriptorFormat.of ( NutsSession session ) [static] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsDescriptorFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsDescriptorFormat.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFormat;
nuts-0.8.3.jar,
NutsDescriptorParser.class
package net.thevpc.nuts
NutsDescriptorParser.parse ( NutsPath p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsDescriptor;
nuts-0.8.3.jar,
NutsDescriptorProperty.class
package net.thevpc.nuts
NutsDescriptorProperty.builder ( ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorProperty.builder:()Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorProperty.getCondition ( ) [abstract] : NutsEnvCondition
net/thevpc/nuts/NutsDescriptorProperty.getCondition:()Lnet/thevpc/nuts/NutsEnvCondition;
NutsDescriptorProperty.getName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorProperty.getName:()Ljava/lang/String;
NutsDescriptorProperty.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorProperty.getValue:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsDescriptorPropertyBuilder.class
package net.thevpc.nuts
NutsDescriptorPropertyBuilder.build ( ) [abstract] : NutsDescriptorProperty
net/thevpc/nuts/NutsDescriptorPropertyBuilder.build:()Lnet/thevpc/nuts/NutsDescriptorProperty;
NutsDescriptorPropertyBuilder.getCondition ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.getCondition:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsDescriptorPropertyBuilder.getName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorPropertyBuilder.getName:()Ljava/lang/String;
NutsDescriptorPropertyBuilder.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorPropertyBuilder.getValue:()Ljava/lang/String;
NutsDescriptorPropertyBuilder.of ( NutsSession session ) [static] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorPropertyBuilder.setAll ( NutsDescriptorProperty p1 ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.setAll:(Lnet/thevpc/nuts/NutsDescriptorProperty;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorPropertyBuilder.setAll ( NutsDescriptorPropertyBuilder p1 ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.setAll:(Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorPropertyBuilder.setCondition ( NutsEnvCondition p1 ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvCondition;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorPropertyBuilder.setCondition ( NutsEnvConditionBuilder p1 ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvConditionBuilder;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorPropertyBuilder.setName ( String p1 ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorPropertyBuilder.setValue ( String p1 ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
nuts-0.8.3.jar,
NutsDescriptorStyle.class
package net.thevpc.nuts
NutsDescriptorStyle.parse ( String value, NutsDescriptorStyle emptyValue, NutsSession session ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorStyle;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.parse ( String value, NutsSession session ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorStyle;
nuts-0.8.3.jar,
NutsDesktopEnvironmentFamily.class
package net.thevpc.nuts
NutsDesktopEnvironmentFamily.parse ( String value, NutsDesktopEnvironmentFamily emptyValue, NutsSession session ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.parse ( String value, NutsSession session ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
nuts-0.8.3.jar,
NutsDesktopIntegrationItem.class
package net.thevpc.nuts
NutsDesktopIntegrationItem.parse ( String value, NutsDesktopIntegrationItem emptyValue, NutsSession session ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.parse ( String value, NutsSession session ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
nuts-0.8.3.jar,
NutsDigest.class
package net.thevpc.nuts
NutsDigest.algorithm ( String p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.algorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.computeBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsDigest.computeBytes:()[B
NutsDigest.computeString ( ) [abstract] : String
net/thevpc/nuts/NutsDigest.computeString:()Ljava/lang/String;
NutsDigest.getAlgorithm ( ) [abstract] : String
net/thevpc/nuts/NutsDigest.getAlgorithm:()Ljava/lang/String;
NutsDigest.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDigest.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDigest.md5 ( ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.md5:()Lnet/thevpc/nuts/NutsDigest;
NutsDigest.of ( NutsSession session ) [static] : NutsDigest
net/thevpc/nuts/NutsDigest.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setAlgorithm ( String p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setAlgorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSession ( NutsSession p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSource ( byte[ ] p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSource:([B)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSource ( File p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSource ( InputStream p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSource ( NutsDescriptor p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSource:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSource ( NutsPath p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSource ( Path p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.sha1 ( ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.sha1:()Lnet/thevpc/nuts/NutsDigest;
NutsDigest.sha256 ( ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.sha256:()Lnet/thevpc/nuts/NutsDigest;
NutsDigest.writeHash ( OutputStream p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.writeHash:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsDigest;
nuts-0.8.3.jar,
NutsElement.class
package net.thevpc.nuts
NutsElement.asCustom ( ) [abstract] : NutsCustomElement
net/thevpc/nuts/NutsElement.asCustom:()Lnet/thevpc/nuts/NutsCustomElement;
NutsElement.asSafeArray ( boolean p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsElement.asSafeArray:(Z)Lnet/thevpc/nuts/NutsArrayElement;
NutsElement.asSafeByte ( Byte p1 ) [abstract] : Byte
net/thevpc/nuts/NutsElement.asSafeByte:(Ljava/lang/Byte;)Ljava/lang/Byte;
NutsElement.asSafeDouble ( Double p1 ) [abstract] : Double
net/thevpc/nuts/NutsElement.asSafeDouble:(Ljava/lang/Double;)Ljava/lang/Double;
NutsElement.asSafeFloat ( Float p1 ) [abstract] : Float
net/thevpc/nuts/NutsElement.asSafeFloat:(Ljava/lang/Float;)Ljava/lang/Float;
NutsElement.asSafeInstant ( Instant p1 ) [abstract] : Instant
net/thevpc/nuts/NutsElement.asSafeInstant:(Ljava/time/Instant;)Ljava/time/Instant;
NutsElement.asSafeInt ( Integer p1 ) [abstract] : Integer
net/thevpc/nuts/NutsElement.asSafeInt:(Ljava/lang/Integer;)Ljava/lang/Integer;
NutsElement.asSafeLong ( Long p1 ) [abstract] : Long
net/thevpc/nuts/NutsElement.asSafeLong:(Ljava/lang/Long;)Ljava/lang/Long;
NutsElement.asSafeObject ( boolean p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsElement.asSafeObject:(Z)Lnet/thevpc/nuts/NutsObjectElement;
NutsElement.asSafeShort ( Short p1 ) [abstract] : Short
net/thevpc/nuts/NutsElement.asSafeShort:(Ljava/lang/Short;)Ljava/lang/Short;
NutsElement.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isBlank:()Z
NutsElement.isCustom ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isCustom:()Z
nuts-0.8.3.jar,
NutsElementBuilder.class
package net.thevpc.nuts
NutsElementBuilder.build ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementBuilder.build:()Lnet/thevpc/nuts/NutsElement;
NutsElementBuilder.type ( ) [abstract] : NutsElementType
net/thevpc/nuts/NutsElementBuilder.type:()Lnet/thevpc/nuts/NutsElementType;
nuts-0.8.3.jar,
NutsElementFactoryContext.class
package net.thevpc.nuts
NutsElementFactoryContext.elem ( ) [abstract] : NutsElements
net/thevpc/nuts/NutsElementFactoryContext.elem:()Lnet/thevpc/nuts/NutsElements;
NutsElementFactoryContext.getIndestructibleObjects ( ) [abstract] : Predicate<Class>
net/thevpc/nuts/NutsElementFactoryContext.getIndestructibleObjects:()Ljava/util/function/Predicate;
NutsElementFactoryContext.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsElementFactoryContext.isNtf:()Z
nuts-0.8.3.jar,
NutsElements.class
package net.thevpc.nuts
NutsElements.compilePath ( String p1 ) [abstract] : NutsElementPath
net/thevpc/nuts/NutsElements.compilePath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementPath;
NutsElements.configure ( boolean p1, String... p2 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsElements;
NutsElements.configure ( boolean p1, String[ ] p2 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsElements.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsElements.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsElements.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsElements.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsElements.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsElements.convert ( Object p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.convert:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.destruct ( Object p1 ) [abstract] : Object
net/thevpc/nuts/NutsElements.destruct:(Ljava/lang/Object;)Ljava/lang/Object;
NutsElements.fromElement ( NutsElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.fromElement:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.getContentType ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsElements.getContentType:()Lnet/thevpc/nuts/NutsContentType;
NutsElements.getIndestructibleObjects ( ) [abstract] : Predicate<Class>
net/thevpc/nuts/NutsElements.getIndestructibleObjects:()Ljava/util/function/Predicate;
NutsElements.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsElements.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsElements.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsElements.getValue:()Ljava/lang/Object;
NutsElements.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsElements.isCompact:()Z
NutsElements.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsElements.isLogProgress:()Z
NutsElements.isTraceProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsElements.isTraceProgress:()Z
NutsElements.iter ( NutsPrintStream p1 ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsElements.iter:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsIterableFormat;
NutsElements.json ( ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.json:()Lnet/thevpc/nuts/NutsElements;
NutsElements.of ( NutsSession session ) [static] : NutsElements
net/thevpc/nuts/NutsElements.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElements;
NutsElements.ofArray ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsElements.ofArray:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsElements.ofBoolean ( boolean p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofBoolean:(Z)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofBoolean ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofByte ( Byte p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofByte:(Ljava/lang/Byte;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofCustom ( Object p1 ) [abstract] : NutsCustomElement
net/thevpc/nuts/NutsElements.ofCustom:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsCustomElement;
NutsElements.ofDouble ( Double p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofDouble:(Ljava/lang/Double;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofEntry ( NutsElement p1, NutsElement p2 ) [abstract] : NutsElementEntry
net/thevpc/nuts/NutsElements.ofEntry:(Lnet/thevpc/nuts/NutsElement;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElementEntry;
NutsElements.ofFalse ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofFalse:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofFloat ( Float p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofFloat:(Ljava/lang/Float;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofFloat ( Short p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofFloat:(Ljava/lang/Short;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofInstant ( Date p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofInstant:(Ljava/util/Date;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofInstant ( Instant p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofInstant:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofInstant ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofInt ( Integer p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofInt:(Ljava/lang/Integer;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofLong ( Long p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofLong:(Ljava/lang/Long;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofNull ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofNull:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofNumber ( Number p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofNumber:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofNumber ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofObject ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsElements.ofObject:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsElements.ofString ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofString:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofTrue ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofTrue:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.parse ( byte[ ] p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:([B)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( File p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Ljava/io/File;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( InputStream p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( NutsPath p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( NutsPath p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Lnet/thevpc/nuts/NutsPath;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( Path p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( Reader p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( String p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( URL p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.setCompact ( boolean p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setCompact:(Z)Lnet/thevpc/nuts/NutsElements;
NutsElements.setContentType ( NutsContentType p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setContentType:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsElements;
NutsElements.setIndestructibleFormat ( ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setIndestructibleFormat:()Lnet/thevpc/nuts/NutsElements;
NutsElements.setIndestructibleObjects ( Predicate<Class> p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setIndestructibleObjects:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsElements;
NutsElements.setLogProgress ( boolean p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setLogProgress:(Z)Lnet/thevpc/nuts/NutsElements;
NutsElements.setMapper ( Class<T> p1, NutsElementMapper<T> p2 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setMapper:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsElementMapper;)Lnet/thevpc/nuts/NutsElements;
NutsElements.setNtf ( boolean p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsElements.setNtf:(Z)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsElements.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsElements.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsElements.setNtf ( boolean p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setNtf:(Z)Lnet/thevpc/nuts/NutsElements;
NutsElements.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsElements;
NutsElements.setSession ( NutsSession p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsElements.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsElements.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsElements.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsElements.setSession ( NutsSession p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElements;
NutsElements.setTraceProgress ( boolean p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setTraceProgress:(Z)Lnet/thevpc/nuts/NutsElements;
NutsElements.setValue ( Object p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsElements.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsElements.setValue ( Object p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElements;
NutsElements.toElement ( Object p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.toElement:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.3.jar,
NutsElementType.class
package net.thevpc.nuts
NutsElementType.parse ( String value, NutsElementType emptyValue, NutsSession session ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsElementType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.parse ( String value, NutsSession session ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementType;
nuts-0.8.3.jar,
NutsEnum.class
package net.thevpc.nuts
NutsEnum.parse ( Class<T> type, String value, NutsSession session ) [static] : T
net/thevpc/nuts/NutsEnum.parse:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsEnum;
NutsEnum.parse ( Class<T> type, String value, T emptyValue, NutsSession session ) [static] : T
net/thevpc/nuts/NutsEnum.parse:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsEnum;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsEnum;
nuts-0.8.3.jar,
NutsEnvCondition.class
package net.thevpc.nuts
NutsEnvCondition.builder ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvCondition.builder:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvCondition.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvCondition.getArch:()[Ljava/lang/String;
NutsEnvCondition.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvCondition.getDesktopEnvironment:()[Ljava/lang/String;
NutsEnvCondition.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvCondition.getOs:()[Ljava/lang/String;
NutsEnvCondition.getOsDist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvCondition.getOsDist:()[Ljava/lang/String;
NutsEnvCondition.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvCondition.getPlatform:()[Ljava/lang/String;
NutsEnvCondition.getProfile ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvCondition.getProfile:()[Ljava/lang/String;
NutsEnvCondition.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsEnvCondition.isBlank:()Z
nuts-0.8.3.jar,
NutsEnvConditionBuilder.class
package net.thevpc.nuts
NutsEnvConditionBuilder.addAll ( NutsEnvCondition p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addAll:(Lnet/thevpc/nuts/NutsEnvCondition;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.addAll ( NutsEnvConditionBuilder p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addAll:(Lnet/thevpc/nuts/NutsEnvConditionBuilder;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.addArch ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.addOs ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.addOsDist ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addOsDist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.addPlatform ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.addProfile ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addProfile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.applyProperties ( Map<String,String> p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.applyProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.build ( ) [abstract] : NutsEnvCondition
net/thevpc/nuts/NutsEnvConditionBuilder.build:()Lnet/thevpc/nuts/NutsEnvCondition;
NutsEnvConditionBuilder.clear ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.clear:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.copy ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.copy:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvConditionBuilder.getArch:()[Ljava/lang/String;
NutsEnvConditionBuilder.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvConditionBuilder.getDesktopEnvironment:()[Ljava/lang/String;
NutsEnvConditionBuilder.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvConditionBuilder.getOs:()[Ljava/lang/String;
NutsEnvConditionBuilder.getOsDist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvConditionBuilder.getOsDist:()[Ljava/lang/String;
NutsEnvConditionBuilder.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvConditionBuilder.getPlatform:()[Ljava/lang/String;
NutsEnvConditionBuilder.getProfile ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvConditionBuilder.getProfile:()[Ljava/lang/String;
NutsEnvConditionBuilder.of ( NutsSession session ) [static] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.removeArch ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.removeArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.removeDesktopEnvironment ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.removeDesktopEnvironment:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.removeOs ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.removeOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.removeOsDist ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.removeOsDist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.removePlatform ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.removePlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setAll ( NutsEnvCondition p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setAll:(Lnet/thevpc/nuts/NutsEnvCondition;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setAll ( NutsEnvConditionBuilder p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setAll:(Lnet/thevpc/nuts/NutsEnvConditionBuilder;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setArch ( String... p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setDesktopEnvironment ( String... p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setDesktopEnvironment:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setOs ( String... p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setOsDist ( String... p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setOsDist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setPlatform ( String... p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setProfile ( String... p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setProfile:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
nuts-0.8.3.jar,
NutsExecCommand.class
package net.thevpc.nuts
NutsExecCommand.format ( ) [abstract] : NutsString
net/thevpc/nuts/NutsExecCommand.format:()Lnet/thevpc/nuts/NutsString;
NutsExecCommand.getRedirectInputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectInputFile:()Ljava/lang/String;
NutsExecCommand.getRedirectOutputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectOutputFile:()Ljava/lang/String;
NutsExecCommand.setRedirectInputFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectInputFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectOutputFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectOutputFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
nuts-0.8.3.jar,
NutsExecCommandFormat.class
package net.thevpc.nuts
NutsExecCommandFormat.of ( NutsSession session ) [static] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecCommandFormat;
nuts-0.8.3.jar,
NutsExecutableType.class
package net.thevpc.nuts
NutsExecutableType.parse ( String value, NutsExecutableType emptyValue, NutsSession session ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutableType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.parse ( String value, NutsSession session ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutableType;
nuts-0.8.3.jar,
NutsExecutionContext.class
package net.thevpc.nuts
NutsExecutionContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionContext.getSession:()Lnet/thevpc/nuts/NutsSession;
nuts-0.8.3.jar,
NutsExecutionEntries.class
package net.thevpc.nuts
NutsExecutionEntries.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionEntries.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExecutionEntries.of ( NutsSession session ) [static] : NutsExecutionEntries
net/thevpc/nuts/NutsExecutionEntries.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionEntries;
NutsExecutionEntries.parse ( File p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntries.parse:(Ljava/io/File;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntries.parse ( InputStream p1, String p2, String p3 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntries.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntries.parse ( Path p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntries.parse:(Ljava/nio/file/Path;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntries.setSession ( NutsSession p1 ) [abstract] : NutsExecutionEntries
net/thevpc/nuts/NutsExecutionEntries.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionEntries;
nuts-0.8.3.jar,
NutsExecutionType.class
package net.thevpc.nuts
NutsExecutionType.parse ( String value, NutsExecutionType emptyValue, NutsSession session ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutionType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.parse ( String value, NutsSession session ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionType;
nuts-0.8.3.jar,
NutsExecutorComponent.class
package net.thevpc.nuts.spi
NutsExecutorComponent.dryExec ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsExecutorComponent.dryExec:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsExecutorComponent.exec ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsExecutorComponent.exec:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsExecutorComponent.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsExecutorComponent.getId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.3.jar,
NutsExpr.class
package net.thevpc.nuts
NutsExpr.evalFunction ( String p1, Object... p2 ) [abstract] : Object
net/thevpc/nuts/NutsExpr.evalFunction:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
NutsExpr.evalNode ( NutsExpr.Node p1 ) [abstract] : Object
net/thevpc/nuts/NutsExpr.evalNode:(Lnet/thevpc/nuts/NutsExpr$Node;)Ljava/lang/Object;
NutsExpr.evalVar ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsExpr.evalVar:(Ljava/lang/String;)Ljava/lang/Object;
NutsExpr.getFunction ( String p1 ) [abstract] : NutsExpr.Fct
net/thevpc/nuts/NutsExpr.getFunction:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$Fct;
NutsExpr.getFunctionNames ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExpr.getFunctionNames:()[Ljava/lang/String;
NutsExpr.getOperator ( String p1, NutsExpr.OpType p2 ) [abstract] : NutsExpr.Op
net/thevpc/nuts/NutsExpr.getOperator:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$OpType;)Lnet/thevpc/nuts/NutsExpr$Op;
NutsExpr.getOperatorNames ( NutsExpr.OpType p1 ) [abstract] : String[ ]
net/thevpc/nuts/NutsExpr.getOperatorNames:(Lnet/thevpc/nuts/NutsExpr$OpType;)[Ljava/lang/String;
NutsExpr.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExpr.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExpr.getVar ( String p1 ) [abstract] : NutsExpr.Var
net/thevpc/nuts/NutsExpr.getVar:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$Var;
NutsExpr.newChild ( ) [abstract] : NutsExpr
net/thevpc/nuts/NutsExpr.newChild:()Lnet/thevpc/nuts/NutsExpr;
NutsExpr.of ( NutsSession session ) [static] : NutsExpr
net/thevpc/nuts/NutsExpr.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExpr;
NutsExpr.parse ( String p1 ) [abstract] : NutsExpr.Node
net/thevpc/nuts/NutsExpr.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$Node;
NutsExpr.setFunction ( String p1, NutsExpr.Fct p2 ) [abstract] : void
net/thevpc/nuts/NutsExpr.setFunction:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$Fct;)V
NutsExpr.setOperator ( String p1, NutsExpr.OpType p2, int p3, boolean p4, NutsExpr.Fct p5 ) [abstract] : void
net/thevpc/nuts/NutsExpr.setOperator:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$OpType;IZLnet/thevpc/nuts/NutsExpr$Fct;)V
NutsExpr.setVar ( String p1, NutsExpr.Var p2 ) [abstract] : void
net/thevpc/nuts/NutsExpr.setVar:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$Var;)V
NutsExpr.unsetFunction ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsExpr.unsetFunction:(Ljava/lang/String;)V
NutsExpr.unsetOperator ( String p1, NutsExpr.OpType p2 ) [abstract] : void
net/thevpc/nuts/NutsExpr.unsetOperator:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$OpType;)V
nuts-0.8.3.jar,
NutsExtensionNotFoundException.class
package net.thevpc.nuts
NutsExtensionNotFoundException.getCriteria ( ) : Object
net/thevpc/nuts/NutsExtensionNotFoundException.getCriteria:()Ljava/lang/Object;
NutsExtensionNotFoundException.NutsExtensionNotFoundException ( NutsSession session, Class missingType, Object criteria )
net/thevpc/nuts/NutsExtensionNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Class;Ljava/lang/Object;)V
nuts-0.8.3.jar,
NutsFetchMode.class
package net.thevpc.nuts
NutsFetchMode.parse ( String value, NutsFetchMode emptyValue, NutsSession session ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.parse ( String value, NutsSession session ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchMode;
nuts-0.8.3.jar,
NutsFetchStrategy.class
package net.thevpc.nuts
NutsFetchStrategy.parse ( String value, NutsFetchStrategy emptyValue, NutsSession session ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchStrategy;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.parse ( String value, NutsSession session ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchStrategy;
nuts-0.8.3.jar,
NutsFilterOp.class
package net.thevpc.nuts
NutsFilterOp.parse ( String value, NutsFilterOp emptyValue, NutsSession session ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFilterOp;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.parse ( String value, NutsSession session ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFilterOp;
nuts-0.8.3.jar,
NutsFilters.class
package net.thevpc.nuts
NutsFilters.all ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.all:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.all ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilters.all:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.always ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilters.always:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.any ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.any:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.any ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilters.any:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.as ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.as:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.detectType ( NutsFilter p1 ) [abstract] : Class<?>
net/thevpc/nuts/NutsFilters.detectType:(Lnet/thevpc/nuts/NutsFilter;)Ljava/lang/Class;
NutsFilters.never ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilters.never:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.none ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.none:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.none ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilters.none:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.nonnull ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.nonnull:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.not ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.not:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.not ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsFilters.not:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.of ( NutsSession session ) [static] : NutsFilters
net/thevpc/nuts/NutsFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFilters;
NutsFilters.to ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.to:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
nuts-0.8.3.jar,
NutsFormat.class
package net.thevpc.nuts
NutsFormat.print ( NutsPath p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Lnet/thevpc/nuts/NutsPath;)V
NutsFormat.println ( NutsPath p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Lnet/thevpc/nuts/NutsPath;)V
nuts-0.8.3.jar,
NutsFunction.class
package net.thevpc.nuts
NutsFunction<T,V>.of ( Function<T,V> o, Function<NutsElements,NutsElement> descr ) [static] : NutsFunction<T,V>
net/thevpc/nuts/NutsFunction.of:(Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsFunction;
NutsFunction<T,V>.of ( Function<T,V> o, NutsElement descr ) [static] : NutsFunction<T,V>
net/thevpc/nuts/NutsFunction.of:(Ljava/util/function/Function;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsFunction;
NutsFunction<T,V>.of ( Function<T,V> o, String descr ) [static] : NutsFunction<T,V>
net/thevpc/nuts/NutsFunction.of:(Ljava/util/function/Function;Ljava/lang/String;)Lnet/thevpc/nuts/NutsFunction;
nuts-0.8.3.jar,
NutsGlob.class
package net.thevpc.nuts
NutsGlob.escape ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsGlob.escape:(Ljava/lang/String;)Ljava/lang/String;
NutsGlob.getSeparator ( ) [abstract] : String
net/thevpc/nuts/NutsGlob.getSeparator:()Ljava/lang/String;
NutsGlob.isGlob ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsGlob.isGlob:(Ljava/lang/String;)Z
NutsGlob.of ( NutsSession session ) [static] : NutsGlob
net/thevpc/nuts/NutsGlob.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsGlob;
NutsGlob.setSeparator ( String p1 ) [abstract] : NutsGlob
net/thevpc/nuts/NutsGlob.setSeparator:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsGlob;
NutsGlob.toPattern ( String p1 ) [abstract] : Pattern
net/thevpc/nuts/NutsGlob.toPattern:(Ljava/lang/String;)Ljava/util/regex/Pattern;
nuts-0.8.3.jar,
NutsHashName.class
package net.thevpc.nuts
NutsHashName.getHashName ( Object p1 ) [abstract] : String
net/thevpc/nuts/NutsHashName.getHashName:(Ljava/lang/Object;)Ljava/lang/String;
NutsHashName.getHashName ( Object p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsHashName.getHashName:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
NutsHashName.of ( NutsSession session ) [static] : NutsHashName
net/thevpc/nuts/NutsHashName.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsHashName;
nuts-0.8.3.jar,
NutsHomeLocation.class
package net.thevpc.nuts
NutsHomeLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NutsHomeLocation.equals:(Ljava/lang/Object;)Z
NutsHomeLocation.getOsFamily ( ) : NutsOsFamily
net/thevpc/nuts/NutsHomeLocation.getOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsHomeLocation.getStoreLocation ( ) : NutsStoreLocation
net/thevpc/nuts/NutsHomeLocation.getStoreLocation:()Lnet/thevpc/nuts/NutsStoreLocation;
NutsHomeLocation.hashCode ( ) : int
net/thevpc/nuts/NutsHomeLocation.hashCode:()I
NutsHomeLocation.id ( ) : String
net/thevpc/nuts/NutsHomeLocation.id:()Ljava/lang/String;
NutsHomeLocation.name ( ) : String
net/thevpc/nuts/NutsHomeLocation.name:()Ljava/lang/String;
NutsHomeLocation.of ( NutsOsFamily osFamily, NutsStoreLocation storeLocation ) [static] : NutsHomeLocation
net/thevpc/nuts/NutsHomeLocation.of:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsHomeLocation;
NutsHomeLocation.parse ( String value, NutsHomeLocation emptyValue, NutsSession session ) [static] : NutsHomeLocation
net/thevpc/nuts/NutsHomeLocation.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsHomeLocation;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsHomeLocation;
NutsHomeLocation.parse ( String value, NutsSession session ) [static] : NutsHomeLocation
net/thevpc/nuts/NutsHomeLocation.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsHomeLocation;
NutsHomeLocation.parseLenient ( String e, NutsHomeLocation emptyValue, NutsHomeLocation errorValue ) [static] : NutsHomeLocation
net/thevpc/nuts/NutsHomeLocation.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsHomeLocation;Lnet/thevpc/nuts/NutsHomeLocation;)Lnet/thevpc/nuts/NutsHomeLocation;
NutsHomeLocation.parseLenient ( String value ) [static] : NutsHomeLocation
net/thevpc/nuts/NutsHomeLocation.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsHomeLocation;
NutsHomeLocation.parseLenient ( String value, NutsHomeLocation emptyOrErrorValue ) [static] : NutsHomeLocation
net/thevpc/nuts/NutsHomeLocation.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsHomeLocation;)Lnet/thevpc/nuts/NutsHomeLocation;
NutsHomeLocation.toString ( ) : String
net/thevpc/nuts/NutsHomeLocation.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsId.class
package net.thevpc.nuts
NutsId.compatNewer ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.compatNewer:()Lnet/thevpc/nuts/NutsId;
NutsId.compatOlder ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.compatOlder:()Lnet/thevpc/nuts/NutsId;
NutsId.equalsLongId ( NutsId p1 ) [abstract] : boolean
net/thevpc/nuts/NutsId.equalsLongId:(Lnet/thevpc/nuts/NutsId;)Z
NutsId.equalsShortId ( NutsId p1 ) [abstract] : boolean
net/thevpc/nuts/NutsId.equalsShortId:(Lnet/thevpc/nuts/NutsId;)Z
NutsId.filter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsId.filter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsId.getCondition ( ) [abstract] : NutsEnvCondition
net/thevpc/nuts/NutsId.getCondition:()Lnet/thevpc/nuts/NutsEnvCondition;
NutsId.getLongId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.getLongId:()Lnet/thevpc/nuts/NutsId;
NutsId.getShortId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.getShortId:()Lnet/thevpc/nuts/NutsId;
NutsId.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsId.isBlank:()Z
NutsId.isLongId ( ) [abstract] : boolean
net/thevpc/nuts/NutsId.isLongId:()Z
NutsId.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsId.isNull:()Z
NutsId.isShortId ( ) [abstract] : boolean
net/thevpc/nuts/NutsId.isShortId:()Z
NutsId.of ( String value, NutsSession session ) [static] : NutsId
net/thevpc/nuts/NutsId.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsId;
nuts-0.8.3.jar,
NutsIdBuilder.class
package net.thevpc.nuts
NutsIdBuilder.getCondition ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsIdBuilder.getCondition:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsIdBuilder.of ( NutsSession session ) [static] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setAll ( NutsId p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setAll:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setAll ( NutsIdBuilder p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setAll:(Lnet/thevpc/nuts/NutsIdBuilder;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setCondition ( NutsEnvCondition p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvCondition;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setCondition ( NutsEnvConditionBuilder p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvConditionBuilder;)Lnet/thevpc/nuts/NutsIdBuilder;
nuts-0.8.3.jar,
NutsIdFilters.class
package net.thevpc.nuts
NutsIdFilters.byDefaultVersion ( Boolean p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilters.byDefaultVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilters.byInstallStatus ( NutsInstallStatusFilter p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilters.byInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilters.byName ( String... p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilters.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilters.of ( NutsSession session ) [static] : NutsIdFilters
net/thevpc/nuts/NutsIdFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdFilters;
nuts-0.8.3.jar,
NutsIdFormat.class
package net.thevpc.nuts
NutsIdFormat.of ( NutsSession session ) [static] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdFormat;
nuts-0.8.3.jar,
NutsIdLocation.class
package net.thevpc.nuts
NutsIdLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NutsIdLocation.equals:(Ljava/lang/Object;)Z
NutsIdLocation.hashCode ( ) : int
net/thevpc/nuts/NutsIdLocation.hashCode:()I
NutsIdLocation.isBlank ( ) : boolean
net/thevpc/nuts/NutsIdLocation.isBlank:()Z
NutsIdLocation.NutsIdLocation ( String url, String region, String classifier )
net/thevpc/nuts/NutsIdLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
NutsIdLocation.toString ( ) : String
net/thevpc/nuts/NutsIdLocation.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsIdParser.class
package net.thevpc.nuts
NutsIdParser.isAcceptBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdParser.isAcceptBlank:()Z
NutsIdParser.setAcceptBlank ( boolean p1 ) [abstract] : NutsIdParser
net/thevpc/nuts/NutsIdParser.setAcceptBlank:(Z)Lnet/thevpc/nuts/NutsIdParser;
nuts-0.8.3.jar,
NutsIdResolver.class
package net.thevpc.nuts
NutsIdResolver.of ( NutsSession session ) [static] : NutsIdResolver
net/thevpc/nuts/NutsIdResolver.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdResolver;
NutsIdResolver.resolveId ( Class p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdResolver.resolveId:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsId;
NutsIdResolver.resolveIds ( Class p1 ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsIdResolver.resolveIds:(Ljava/lang/Class;)[Lnet/thevpc/nuts/NutsId;
nuts-0.8.3.jar,
NutsIdType.class
package net.thevpc.nuts
NutsIdType.parse ( String value, NutsIdType emptyValue, NutsSession session ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsIdType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.parse ( String value, NutsSession session ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdType;
nuts-0.8.3.jar,
NutsImportManager.class
package net.thevpc.nuts
NutsImportManager.addImports ( String... p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.addImports:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.clearImports ( ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.clearImports:()Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.getAllImports ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsImportManager.getAllImports:()Ljava/util/Set;
NutsImportManager.removeImports ( String... p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.removeImports:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.updateImports ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.updateImports:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
nuts-0.8.3.jar,
NutsIndexStore.class
package net.thevpc.nuts
NutsIndexStore.search ( NutsIdFilter p1, NutsSession p2 ) [abstract] : NutsIterator<NutsId>
net/thevpc/nuts/NutsIndexStore.search:(Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIterator;
NutsIndexStore.searchVersions ( NutsId p1, NutsSession p2 ) [abstract] : NutsIterator<NutsId>
net/thevpc/nuts/NutsIndexStore.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIterator;
nuts-0.8.3.jar,
NutsInfoCommand.class
package net.thevpc.nuts
NutsInfoCommand.addProperties ( Map<String,String> p1 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.addProperty ( String p1, String p2 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsInfoCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsInfoCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInfoCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInfoCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsInfoCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsInfoCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInfoCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInfoCommand.copySession ( ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.copySession:()Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.isFancy ( ) [abstract] : boolean
net/thevpc/nuts/NutsInfoCommand.isFancy:()Z
NutsInfoCommand.isShowRepositories ( ) [abstract] : boolean
net/thevpc/nuts/NutsInfoCommand.isShowRepositories:()Z
NutsInfoCommand.of ( NutsSession session ) [static] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.setFancy ( boolean p1 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.setFancy:(Z)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoCommand.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsInfoCommand.setNtf ( boolean p1 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.setNtf:(Z)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsInfoCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInfoCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInfoCommand.setSession ( NutsSession p1 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.setShowRepositories ( boolean p1 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.setShowRepositories:(Z)Lnet/thevpc/nuts/NutsInfoCommand;
nuts-0.8.3.jar,
NutsInputStreamMonitor.class
package net.thevpc.nuts
NutsInputStreamMonitor.create ( ) [abstract] : InputStream
net/thevpc/nuts/NutsInputStreamMonitor.create:()Ljava/io/InputStream;
NutsInputStreamMonitor.getLength ( ) [abstract] : long
net/thevpc/nuts/NutsInputStreamMonitor.getLength:()J
NutsInputStreamMonitor.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInputStreamMonitor.getName:()Lnet/thevpc/nuts/NutsString;
NutsInputStreamMonitor.getOrigin ( ) [abstract] : Object
net/thevpc/nuts/NutsInputStreamMonitor.getOrigin:()Ljava/lang/Object;
NutsInputStreamMonitor.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsInputStreamMonitor.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsInputStreamMonitor.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsInputStreamMonitor.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsInputStreamMonitor.getSourceTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInputStreamMonitor.getSourceTypeName:()Ljava/lang/String;
NutsInputStreamMonitor.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsInputStreamMonitor.isLogProgress:()Z
NutsInputStreamMonitor.isTraceProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsInputStreamMonitor.isTraceProgress:()Z
NutsInputStreamMonitor.of ( NutsSession session ) [static] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setLength ( long p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setLength:(J)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setLogProgress ( boolean p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setLogProgress:(Z)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setName ( NutsString p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setOrigin ( Object p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setOrigin:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSession ( NutsSession p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSource ( File p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSource ( InputStream p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSource ( NutsPath p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSource ( Path p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSource ( String p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSourceTypeName ( String p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSourceTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setTraceProgress ( boolean p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setTraceProgress:(Z)Lnet/thevpc/nuts/NutsInputStreamMonitor;
nuts-0.8.3.jar,
NutsInputStreams.class
package net.thevpc.nuts
NutsInputStreams.isStdin ( InputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsInputStreams.isStdin:(Ljava/io/InputStream;)Z
NutsInputStreams.of ( NutsSession session ) [static] : NutsInputStreams
net/thevpc/nuts/NutsInputStreams.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInputStreams;
NutsInputStreams.ofNull ( ) [abstract] : InputStream
net/thevpc/nuts/NutsInputStreams.ofNull:()Ljava/io/InputStream;
NutsInputStreams.ofNull ( NutsSession session ) [static] : InputStream
net/thevpc/nuts/NutsInputStreams.ofNull:(Lnet/thevpc/nuts/NutsSession;)Ljava/io/InputStream;
NutsInputStreams.stdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsInputStreams.stdin:()Ljava/io/InputStream;
nuts-0.8.3.jar,
NutsInstallCommand.class
package net.thevpc.nuts
NutsInstallCommand.getResult ( ) [abstract] : NutsStream<NutsDefinition>
net/thevpc/nuts/NutsInstallCommand.getResult:()Lnet/thevpc/nuts/NutsStream;
nuts-0.8.3.jar,
NutsInstallerComponent.class
package net.thevpc.nuts.spi
NutsInstallerComponent.install ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsInstallerComponent.install:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsInstallerComponent.uninstall ( NutsExecutionContext p1, boolean p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsInstallerComponent.uninstall:(Lnet/thevpc/nuts/NutsExecutionContext;Z)V
NutsInstallerComponent.update ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsInstallerComponent.update:(Lnet/thevpc/nuts/NutsExecutionContext;)V
nuts-0.8.3.jar,
NutsInstallInformation.class
package net.thevpc.nuts
NutsInstallInformation.getInstallFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.3.jar,
NutsInstallStatusFilters.class
package net.thevpc.nuts
NutsInstallStatusFilters.byDefaultValue ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilters.byDefaultValue:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilters.byDeployed ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilters.byDeployed:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilters.byInstalled ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilters.byInstalled:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilters.byObsolete ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilters.byObsolete:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilters.byRequired ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilters.byRequired:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilters.of ( NutsSession session ) [static] : NutsInstallStatusFilters
net/thevpc/nuts/NutsInstallStatusFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallStatusFilters;
nuts-0.8.3.jar,
NutsInstallStrategy.class
package net.thevpc.nuts
NutsInstallStrategy.parse ( String value, NutsInstallStrategy emptyValue, NutsSession session ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsInstallStrategy;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.parse ( String value, NutsSession session ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallStrategy;
nuts-0.8.3.jar,
NutsIterable.class
package net.thevpc.nuts
NutsIterable<T>.iterator ( ) : Iterator
net/thevpc/nuts/NutsIterable.iterator:()Ljava/util/Iterator;
NutsIterable<T>.iterator ( ) [abstract] : NutsIterator<T>
net/thevpc/nuts/NutsIterable.iterator:()Lnet/thevpc/nuts/NutsIterator;
NutsIterable<T>.of ( Iterable<T> o, Function<NutsElements,NutsElement> descr ) [static] : NutsIterable<T>
net/thevpc/nuts/NutsIterable.of:(Ljava/lang/Iterable;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsIterable;
NutsIterable<T>.of ( Iterable<T> o, NutsElement descr ) [static] : NutsIterable<T>
net/thevpc/nuts/NutsIterable.of:(Ljava/lang/Iterable;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsIterable;
NutsIterable<T>.of ( Iterable<T> o, String descr ) [static] : NutsIterable<T>
net/thevpc/nuts/NutsIterable.of:(Ljava/lang/Iterable;Ljava/lang/String;)Lnet/thevpc/nuts/NutsIterable;
nuts-0.8.3.jar,
NutsIterator.class
package net.thevpc.nuts
NutsIterator<T>.of ( Iterator<T> o, Function<NutsElements,NutsElement> descr ) [static] : NutsIterator<T>
net/thevpc/nuts/NutsIterator.of:(Ljava/util/Iterator;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsIterator;
NutsIterator<T>.of ( Iterator<T> o, NutsElement descr ) [static] : NutsIterator<T>
net/thevpc/nuts/NutsIterator.of:(Ljava/util/Iterator;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsIterator;
NutsIterator<T>.of ( Iterator<T> o, String descr ) [static] : NutsIterator<T>
net/thevpc/nuts/NutsIterator.of:(Ljava/util/Iterator;Ljava/lang/String;)Lnet/thevpc/nuts/NutsIterator;
NutsIterator<T>.ofEmpty ( NutsSession session ) [static] : NutsIterator<T>
net/thevpc/nuts/NutsIterator.ofEmpty:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIterator;
nuts-0.8.3.jar,
NutsLauncherOptions.class
package net.thevpc.nuts
NutsLauncherOptions.getCreateCustomShortcut ( ) : NutsSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateCustomShortcut:()Lnet/thevpc/nuts/NutsSupportCondition;
NutsLauncherOptions.getCreateDesktopShortcut ( ) : NutsSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateDesktopShortcut:()Lnet/thevpc/nuts/NutsSupportCondition;
NutsLauncherOptions.getCreateMenuShortcut ( ) : NutsSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateMenuShortcut:()Lnet/thevpc/nuts/NutsSupportCondition;
NutsLauncherOptions.setCreateCustomShortcut ( NutsSupportCondition createCustomShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateCustomShortcut:(Lnet/thevpc/nuts/NutsSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateDesktopShortcut ( NutsSupportCondition createDesktopShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateDesktopShortcut:(Lnet/thevpc/nuts/NutsSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateMenuShortcut ( NutsSupportCondition createMenuShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateMenuShortcut:(Lnet/thevpc/nuts/NutsSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
nuts-0.8.3.jar,
NutsLocks.class
package net.thevpc.nuts
NutsLocks.call ( Callable<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsLocks.call:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
NutsLocks.call ( Callable<T> p1, long p2, TimeUnit p3 ) [abstract] : T
net/thevpc/nuts/NutsLocks.call:(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
NutsLocks.create ( ) [abstract] : NutsLock
net/thevpc/nuts/NutsLocks.create:()Lnet/thevpc/nuts/NutsLock;
NutsLocks.getResource ( ) [abstract] : Object
net/thevpc/nuts/NutsLocks.getResource:()Ljava/lang/Object;
NutsLocks.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsLocks.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsLocks.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsLocks.getSource:()Ljava/lang/Object;
NutsLocks.of ( NutsSession session ) [static] : NutsLocks
net/thevpc/nuts/NutsLocks.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLocks;
NutsLocks.run ( Runnable p1 ) [abstract] : void
net/thevpc/nuts/NutsLocks.run:(Ljava/lang/Runnable;)V
NutsLocks.run ( Runnable p1, long p2, TimeUnit p3 ) [abstract] : void
net/thevpc/nuts/NutsLocks.run:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)V
NutsLocks.setResource ( File p1 ) [abstract] : NutsLocks
net/thevpc/nuts/NutsLocks.setResource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsLocks;
NutsLocks.setResource ( Object p1 ) [abstract] : NutsLocks
net/thevpc/nuts/NutsLocks.setResource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsLocks;
NutsLocks.setResource ( Path p1 ) [abstract] : NutsLocks
net/thevpc/nuts/NutsLocks.setResource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsLocks;
NutsLocks.setSession ( NutsSession p1 ) [abstract] : NutsLocks
net/thevpc/nuts/NutsLocks.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLocks;
NutsLocks.setSource ( Object p1 ) [abstract] : NutsLocks
net/thevpc/nuts/NutsLocks.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsLocks;
nuts-0.8.3.jar,
NutsLogger.class
package net.thevpc.nuts
NutsLogger.addHandler ( Handler handler, NutsSession session ) [static] : void
net/thevpc/nuts/NutsLogger.addHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NutsSession;)V
NutsLogger.getFileHandler ( NutsSession session ) [static] : Handler
net/thevpc/nuts/NutsLogger.getFileHandler:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Handler;
NutsLogger.getFileLevel ( NutsSession session ) [static] : Level
net/thevpc/nuts/NutsLogger.getFileLevel:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Level;
NutsLogger.getHandlers ( NutsSession session ) [static] : Handler[ ]
net/thevpc/nuts/NutsLogger.getHandlers:(Lnet/thevpc/nuts/NutsSession;)[Ljava/util/logging/Handler;
NutsLogger.getTermHandler ( NutsSession session ) [static] : Handler
net/thevpc/nuts/NutsLogger.getTermHandler:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Handler;
NutsLogger.getTermLevel ( NutsSession session ) [static] : Level
net/thevpc/nuts/NutsLogger.getTermLevel:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Level;
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, NutsMessage p4, Throwable p5 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, Supplier<NutsMessage> p4, Supplier<Throwable> p5 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/util/function/Supplier;Ljava/util/function/Supplier;)V
NutsLogger.of ( String name, NutsSession session ) [static] : NutsLogger
net/thevpc/nuts/NutsLogger.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogger;
NutsLogger.removeHandler ( Handler handler, NutsSession session ) [static] : void
net/thevpc/nuts/NutsLogger.removeHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NutsSession;)V
NutsLogger.setFileLevel ( Level level, NutsSession session ) [static] : void
net/thevpc/nuts/NutsLogger.setFileLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsSession;)V
NutsLogger.setTermLevel ( Level level, NutsSession session ) [static] : void
net/thevpc/nuts/NutsLogger.setTermLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.3.jar,
NutsLoggerOp.class
package net.thevpc.nuts
NutsLoggerOp.isLoggable ( Level p1 ) [abstract] : boolean
net/thevpc/nuts/NutsLoggerOp.isLoggable:(Ljava/util/logging/Level;)Z
NutsLoggerOp.log ( NutsMessage p1 ) [abstract] : void
net/thevpc/nuts/NutsLoggerOp.log:(Lnet/thevpc/nuts/NutsMessage;)V
NutsLoggerOp.of ( String name, NutsSession session ) [static] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLoggerOp;
nuts-0.8.3.jar,
NutsLogManager.class
package net.thevpc.nuts.spi
NutsLogManager.addHandler ( Handler p1, NutsSession p2 ) [abstract] : NutsLogManager
net/thevpc/nuts/spi/NutsLogManager.addHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsLogManager;
NutsLogManager.createLogger ( Class p1, NutsSession p2 ) [abstract] : NutsLogger
net/thevpc/nuts/spi/NutsLogManager.createLogger:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogger;
NutsLogManager.createLogger ( String p1, NutsSession p2 ) [abstract] : NutsLogger
net/thevpc/nuts/spi/NutsLogManager.createLogger:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogger;
NutsLogManager.getFileHandler ( NutsSession p1 ) [abstract] : Handler
net/thevpc/nuts/spi/NutsLogManager.getFileHandler:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Handler;
NutsLogManager.getFileLevel ( NutsSession p1 ) [abstract] : Level
net/thevpc/nuts/spi/NutsLogManager.getFileLevel:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Level;
NutsLogManager.getHandlers ( NutsSession p1 ) [abstract] : Handler[ ]
net/thevpc/nuts/spi/NutsLogManager.getHandlers:(Lnet/thevpc/nuts/NutsSession;)[Ljava/util/logging/Handler;
NutsLogManager.getTermHandler ( NutsSession p1 ) [abstract] : Handler
net/thevpc/nuts/spi/NutsLogManager.getTermHandler:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Handler;
NutsLogManager.getTermLevel ( NutsSession p1 ) [abstract] : Level
net/thevpc/nuts/spi/NutsLogManager.getTermLevel:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Level;
NutsLogManager.of ( NutsSession session ) [static] : NutsLogManager
net/thevpc/nuts/spi/NutsLogManager.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsLogManager;
NutsLogManager.removeHandler ( Handler p1, NutsSession p2 ) [abstract] : NutsLogManager
net/thevpc/nuts/spi/NutsLogManager.removeHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsLogManager;
NutsLogManager.setFileLevel ( Level p1, NutsSession p2 ) [abstract] : NutsLogManager
net/thevpc/nuts/spi/NutsLogManager.setFileLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsLogManager;
NutsLogManager.setTermLevel ( Level p1, NutsSession p2 ) [abstract] : NutsLogManager
net/thevpc/nuts/spi/NutsLogManager.setTermLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsLogManager;
nuts-0.8.3.jar,
NutsMemoryPrintStream.class
package net.thevpc.nuts
NutsMemoryPrintStream.of ( NutsSession session ) [static] : NutsMemoryPrintStream
net/thevpc/nuts/NutsMemoryPrintStream.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMemoryPrintStream;
nuts-0.8.3.jar,
NutsMessage.class
package net.thevpc.nuts
NutsMessage.toNutsString ( NutsSession session ) : NutsString
net/thevpc/nuts/NutsMessage.toNutsString:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.3.jar,
NutsMissingSessionException.class
package net.thevpc.nuts
NutsMissingSessionException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsMissingSessionException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsMissingSessionException.NutsMissingSessionException ( )
net/thevpc/nuts/NutsMissingSessionException."<init>":()V
NutsMissingSessionException.NutsMissingSessionException ( NutsMessage message )
net/thevpc/nuts/NutsMissingSessionException."<init>":(Lnet/thevpc/nuts/NutsMessage;)V
NutsMissingSessionException.NutsMissingSessionException ( NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsMissingSessionException."<init>":(Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.3.jar,
NutsNoSuchElementException.class
package net.thevpc.nuts
NutsNoSuchElementException.NutsNoSuchElementException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsNoSuchElementException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsNoSuchElementException.NutsNoSuchElementException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsNoSuchElementException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsNoSuchElementException.NutsNoSuchElementException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsNoSuchElementException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.3.jar,
NutsObjectElement.class
package net.thevpc.nuts
NutsObjectElement.builder ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElement.builder:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
nuts-0.8.3.jar,
NutsObjectElementBuilder.class
package net.thevpc.nuts
NutsObjectElementBuilder.addAll ( Map<NutsElement,NutsElement> p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.addAll:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.addAll ( NutsElementEntry... p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.addAll:([Lnet/thevpc/nuts/NutsElementEntry;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.addAll ( NutsObjectElement p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.addAll:(Lnet/thevpc/nuts/NutsObjectElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.addAll ( NutsObjectElementBuilder p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.addAll:(Lnet/thevpc/nuts/NutsObjectElementBuilder;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.build ( ) : NutsElement
net/thevpc/nuts/NutsObjectElementBuilder.build:()Lnet/thevpc/nuts/NutsElement;
nuts-0.8.3.jar,
NutsObjectFormat.class
package net.thevpc.nuts
NutsObjectFormat.configure ( boolean p1, String[ ] p2 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsObjectFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsObjectFormat.isCompact:()Z
NutsObjectFormat.of ( NutsSession session ) [static] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsObjectFormat.setCompact ( boolean p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsObjectFormat.setNtf ( boolean p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsObjectFormat.setSession ( NutsSession p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsObjectFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsObjectFormat.setValue ( Object p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsObjectFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsContentTypeFormat;
nuts-0.8.3.jar,
NutsOpenMode.class
package net.thevpc.nuts
NutsOpenMode.parse ( String value, NutsOpenMode emptyValue, NutsSession session ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOpenMode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.parse ( String value, NutsSession session ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOpenMode;
nuts-0.8.3.jar,
NutsOsFamily.class
package net.thevpc.nuts
NutsOsFamily.getCurrent ( ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.getCurrent:()Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.parse ( String value, NutsOsFamily emptyValue, NutsSession session ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.parse ( String value, NutsSession session ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOsFamily;
nuts-0.8.3.jar,
NutsPath.class
package net.thevpc.nuts
NutsPath.addPermissions ( NutsPathPermission... p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.addPermissions:([Lnet/thevpc/nuts/NutsPathPermission;)Lnet/thevpc/nuts/NutsPath;
NutsPath.asFile ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.asFile:()Ljava/nio/file/Path;
NutsPath.copyTo ( NutsPath p1, NutsPathOption... p2 ) [abstract] : void
net/thevpc/nuts/NutsPath.copyTo:(Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathOption;)V
NutsPath.delete ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.delete:()Lnet/thevpc/nuts/NutsPath;
NutsPath.delete ( boolean p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.delete:(Z)Lnet/thevpc/nuts/NutsPath;
NutsPath.deleteTree ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.deleteTree:()Lnet/thevpc/nuts/NutsPath;
NutsPath.expandPath ( Function<String,String> p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.expandPath:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsPath;
NutsPath.getCreationInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsPath.getCreationInstant:()Ljava/time/Instant;
NutsPath.getInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/NutsPath.getInputStream:()Ljava/io/InputStream;
NutsPath.getItem ( int p1 ) [abstract] : String
net/thevpc/nuts/NutsPath.getItem:(I)Ljava/lang/String;
NutsPath.getItems ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsPath.getItems:()[Ljava/lang/String;
NutsPath.getLastAccessInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsPath.getLastAccessInstant:()Ljava/time/Instant;
NutsPath.getOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/NutsPath.getOutputStream:()Ljava/io/OutputStream;
NutsPath.getParent ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.getParent:()Lnet/thevpc/nuts/NutsPath;
NutsPath.getPathCount ( ) [abstract] : int
net/thevpc/nuts/NutsPath.getPathCount:()I
NutsPath.getPermissions ( ) [abstract] : Set<NutsPathPermission>
net/thevpc/nuts/NutsPath.getPermissions:()Ljava/util/Set;
NutsPath.getProtocol ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getProtocol:()Ljava/lang/String;
NutsPath.getReader ( ) [abstract] : Reader
net/thevpc/nuts/NutsPath.getReader:()Ljava/io/Reader;
NutsPath.getRoot ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.getRoot:()Lnet/thevpc/nuts/NutsPath;
NutsPath.getUserKind ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getUserKind:()Ljava/lang/String;
NutsPath.getWriter ( ) [abstract] : Writer
net/thevpc/nuts/NutsPath.getWriter:()Ljava/io/Writer;
NutsPath.group ( ) [abstract] : String
net/thevpc/nuts/NutsPath.group:()Ljava/lang/String;
NutsPath.head ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsPath.head:(I)Ljava/util/List;
NutsPath.isAbsolute ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isAbsolute:()Z
NutsPath.isDirectory ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isDirectory:()Z
NutsPath.isFile ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isFile:()Z
NutsPath.isHttp ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isHttp:()Z
NutsPath.isLocal ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isLocal:()Z
NutsPath.isName ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isName:()Z
NutsPath.isOther ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isOther:()Z
NutsPath.isRegularFile ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isRegularFile:()Z
NutsPath.isRemote ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isRemote:()Z
NutsPath.isRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isRoot:()Z
NutsPath.isSymbolicLink ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isSymbolicLink:()Z
NutsPath.lines ( ) [abstract] : Stream<String>
net/thevpc/nuts/NutsPath.lines:()Ljava/util/stream/Stream;
NutsPath.list ( ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsPath.list:()Lnet/thevpc/nuts/NutsStream;
NutsPath.mkdir ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.mkdir:()Lnet/thevpc/nuts/NutsPath;
NutsPath.mkdir ( boolean p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.mkdir:(Z)Lnet/thevpc/nuts/NutsPath;
NutsPath.mkdirs ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.mkdirs:()Lnet/thevpc/nuts/NutsPath;
NutsPath.mkParentDirs ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.mkParentDirs:()Lnet/thevpc/nuts/NutsPath;
NutsPath.moveTo ( NutsPath p1, NutsPathOption... p2 ) [abstract] : void
net/thevpc/nuts/NutsPath.moveTo:(Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathOption;)V
NutsPath.normalize ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.normalize:()Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( NutsPathSPI path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Lnet/thevpc/nuts/spi/NutsPathSPI;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( Path path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/nio/file/Path;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.ofUserDirectory ( NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.ofUserDirectory:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.ofUserHome ( NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.ofUserHome:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.owner ( ) [abstract] : String
net/thevpc/nuts/NutsPath.owner:()Ljava/lang/String;
NutsPath.readAllBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsPath.readAllBytes:()[B
NutsPath.removePermissions ( NutsPathPermission... p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.removePermissions:([Lnet/thevpc/nuts/NutsPathPermission;)Lnet/thevpc/nuts/NutsPath;
NutsPath.resolve ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.resolve:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPath.resolve ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.resolve:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsPath.resolveSibling ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.resolveSibling:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPath.resolveSibling ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.resolveSibling:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsPath.setPermissions ( NutsPathPermission... p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.setPermissions:([Lnet/thevpc/nuts/NutsPathPermission;)Lnet/thevpc/nuts/NutsPath;
NutsPath.setUserKind ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.setUserKind:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsPath.subpath ( int p1, int p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.subpath:(II)Lnet/thevpc/nuts/NutsPath;
NutsPath.tail ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsPath.tail:(I)Ljava/util/List;
NutsPath.toAbsolute ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.toAbsolute:()Lnet/thevpc/nuts/NutsPath;
NutsPath.toAbsolute ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.toAbsolute:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPath.toAbsolute ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.toAbsolute:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsPath.toFile ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.toFile:()Ljava/nio/file/Path;
NutsPath.toRelativePath ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.toRelativePath:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPath.walk ( ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsPath.walk:()Lnet/thevpc/nuts/NutsStream;
NutsPath.walk ( int p1 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsPath.walk:(I)Lnet/thevpc/nuts/NutsStream;
NutsPath.walk ( int p1, NutsPathOption[ ] p2 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsPath.walk:(I[Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsStream;
NutsPath.walk ( NutsPathOption... p1 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsPath.walk:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsStream;
NutsPath.walkDfs ( NutsTreeVisitor<NutsPath> p1, int p2, NutsPathOption... p3 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.walkDfs:(Lnet/thevpc/nuts/NutsTreeVisitor;I[Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsPath;
NutsPath.walkDfs ( NutsTreeVisitor<NutsPath> p1, NutsPathOption... p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.walkDfs:(Lnet/thevpc/nuts/NutsTreeVisitor;[Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsPath;
NutsPath.walkGlob ( NutsPathOption... p1 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsPath.walkGlob:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsStream;
NutsPath.writeBytes ( byte[ ] p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.writeBytes:([B)Lnet/thevpc/nuts/NutsPath;
nuts-0.8.3.jar,
NutsPathFactory.class
package net.thevpc.nuts.spi
NutsPathFactory.createPath ( String p1, NutsSession p2, ClassLoader p3 ) [abstract] : NutsSupported<NutsPathSPI>
net/thevpc/nuts/spi/NutsPathFactory.createPath:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsSupported;
nuts-0.8.3.jar,
NutsPathOption.class
package net.thevpc.nuts
NutsPathOption.id ( ) : String
net/thevpc/nuts/NutsPathOption.id:()Ljava/lang/String;
NutsPathOption.parse ( String value, NutsPathOption emptyValue, NutsSession session ) [static] : NutsPathOption
net/thevpc/nuts/NutsPathOption.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPathOption;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPathOption;
NutsPathOption.parse ( String value, NutsSession session ) [static] : NutsPathOption
net/thevpc/nuts/NutsPathOption.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPathOption;
NutsPathOption.parseLenient ( String value ) [static] : NutsPathOption
net/thevpc/nuts/NutsPathOption.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPathOption;
NutsPathOption.parseLenient ( String value, NutsPathOption emptyOrErrorValue ) [static] : NutsPathOption
net/thevpc/nuts/NutsPathOption.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsPathOption;
NutsPathOption.parseLenient ( String value, NutsPathOption emptyValue, NutsPathOption errorValue ) [static] : NutsPathOption
net/thevpc/nuts/NutsPathOption.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPathOption;Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsPathOption;
NutsPathOption.valueOf ( String name ) [static] : NutsPathOption
net/thevpc/nuts/NutsPathOption.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPathOption;
NutsPathOption.values ( ) [static] : NutsPathOption[ ]
net/thevpc/nuts/NutsPathOption.values:()[Lnet/thevpc/nuts/NutsPathOption;
nuts-0.8.3.jar,
NutsPathPermission.class
package net.thevpc.nuts
NutsPathPermission.id ( ) : String
net/thevpc/nuts/NutsPathPermission.id:()Ljava/lang/String;
NutsPathPermission.parse ( String value, NutsPathPermission emptyValue, NutsSession session ) [static] : NutsPathPermission
net/thevpc/nuts/NutsPathPermission.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPathPermission;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPathPermission;
NutsPathPermission.parse ( String value, NutsSession session ) [static] : NutsPathPermission
net/thevpc/nuts/NutsPathPermission.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPathPermission;
NutsPathPermission.parseLenient ( String arch, NutsPathPermission emptyValue ) [static] : NutsPathPermission
net/thevpc/nuts/NutsPathPermission.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPathPermission;)Lnet/thevpc/nuts/NutsPathPermission;
NutsPathPermission.parseLenient ( String value ) [static] : NutsPathPermission
net/thevpc/nuts/NutsPathPermission.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPathPermission;
NutsPathPermission.parseLenient ( String value, NutsPathPermission emptyValue, NutsPathPermission errorValue ) [static] : NutsPathPermission
net/thevpc/nuts/NutsPathPermission.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPathPermission;Lnet/thevpc/nuts/NutsPathPermission;)Lnet/thevpc/nuts/NutsPathPermission;
NutsPathPermission.valueOf ( String name ) [static] : NutsPathPermission
net/thevpc/nuts/NutsPathPermission.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPathPermission;
NutsPathPermission.values ( ) [static] : NutsPathPermission[ ]
net/thevpc/nuts/NutsPathPermission.values:()[Lnet/thevpc/nuts/NutsPathPermission;
nuts-0.8.3.jar,
NutsPaths.class
package net.thevpc.nuts.spi
NutsPaths.addPathFactory ( NutsPathFactory p1, NutsSession p2 ) [abstract] : NutsPaths
net/thevpc/nuts/spi/NutsPaths.addPathFactory:(Lnet/thevpc/nuts/spi/NutsPathFactory;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsPaths;
NutsPaths.createPath ( File p1, NutsSession p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPaths.createPath:(Ljava/io/File;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPaths.createPath ( NutsPathSPI p1, NutsSession p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPaths.createPath:(Lnet/thevpc/nuts/spi/NutsPathSPI;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPaths.createPath ( Path p1, NutsSession p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPaths.createPath:(Ljava/nio/file/Path;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPaths.createPath ( String p1, ClassLoader p2, NutsSession p3 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPaths.createPath:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPaths.createPath ( String p1, NutsSession p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPaths.createPath:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPaths.createPath ( URL p1, NutsSession p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPaths.createPath:(Ljava/net/URL;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPaths.of ( NutsSession session ) [static] : NutsPaths
net/thevpc/nuts/spi/NutsPaths.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsPaths;
NutsPaths.removePathFactory ( NutsPathFactory p1, NutsSession p2 ) [abstract] : NutsPaths
net/thevpc/nuts/spi/NutsPaths.removePathFactory:(Lnet/thevpc/nuts/spi/NutsPathFactory;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsPaths;
nuts-0.8.3.jar,
NutsPathSPI.class
package net.thevpc.nuts.spi
NutsPathSPI.addPermissions ( NutsPath p1, NutsPathPermission... p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.addPermissions:(Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathPermission;)V
NutsPathSPI.copyTo ( NutsPath p1, NutsPath p2, NutsPathOption... p3 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.copyTo:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathOption;)V
NutsPathSPI.delete ( NutsPath p1, boolean p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.delete:(Lnet/thevpc/nuts/NutsPath;Z)V
NutsPathSPI.exists ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.exists:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.formatter ( NutsPath p1 ) [abstract] : NutsFormatSPI
net/thevpc/nuts/spi/NutsPathSPI.formatter:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/spi/NutsFormatSPI;
NutsPathSPI.getContentEncoding ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentEncoding:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.getContentLength ( NutsPath p1 ) [abstract] : long
net/thevpc/nuts/spi/NutsPathSPI.getContentLength:(Lnet/thevpc/nuts/NutsPath;)J
NutsPathSPI.getContentType ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentType:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.getCreationInstant ( NutsPath p1 ) [abstract] : Instant
net/thevpc/nuts/spi/NutsPathSPI.getCreationInstant:(Lnet/thevpc/nuts/NutsPath;)Ljava/time/Instant;
NutsPathSPI.getInputStream ( NutsPath p1 ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsPathSPI.getInputStream:(Lnet/thevpc/nuts/NutsPath;)Ljava/io/InputStream;
NutsPathSPI.getItems ( NutsPath p1 ) [abstract] : String[ ]
net/thevpc/nuts/spi/NutsPathSPI.getItems:(Lnet/thevpc/nuts/NutsPath;)[Ljava/lang/String;
NutsPathSPI.getLastAccessInstant ( NutsPath p1 ) [abstract] : Instant
net/thevpc/nuts/spi/NutsPathSPI.getLastAccessInstant:(Lnet/thevpc/nuts/NutsPath;)Ljava/time/Instant;
NutsPathSPI.getLastModifiedInstant ( NutsPath p1 ) [abstract] : Instant
net/thevpc/nuts/spi/NutsPathSPI.getLastModifiedInstant:(Lnet/thevpc/nuts/NutsPath;)Ljava/time/Instant;
NutsPathSPI.getLocation ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getLocation:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.getName ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getName:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.getOutputStream ( NutsPath p1 ) [abstract] : OutputStream
net/thevpc/nuts/spi/NutsPathSPI.getOutputStream:(Lnet/thevpc/nuts/NutsPath;)Ljava/io/OutputStream;
NutsPathSPI.getParent ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.getParent:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.getPathCount ( NutsPath p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsPathSPI.getPathCount:(Lnet/thevpc/nuts/NutsPath;)I
NutsPathSPI.getPermissions ( NutsPath p1 ) [abstract] : Set<NutsPathPermission>
net/thevpc/nuts/spi/NutsPathSPI.getPermissions:(Lnet/thevpc/nuts/NutsPath;)Ljava/util/Set;
NutsPathSPI.getProtocol ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getProtocol:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.getRoot ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.getRoot:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.group ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.group:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.isAbsolute ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isAbsolute:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isDirectory ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isDirectory:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isLocal ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isLocal:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isName ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isName:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isOther ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isOther:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isRegularFile ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isRegularFile:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isRoot ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isRoot:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isSymbolicLink ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isSymbolicLink:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.list ( NutsPath p1 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/spi/NutsPathSPI.list:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsStream;
NutsPathSPI.mkdir ( boolean p1, NutsPath p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.mkdir:(ZLnet/thevpc/nuts/NutsPath;)V
NutsPathSPI.moveTo ( NutsPath p1, NutsPath p2, NutsPathOption... p3 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.moveTo:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathOption;)V
NutsPathSPI.normalize ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.normalize:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.owner ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.owner:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.removePermissions ( NutsPath p1, NutsPathPermission... p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.removePermissions:(Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathPermission;)V
NutsPathSPI.resolve ( NutsPath p1, NutsPath p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.resolve:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.resolve ( NutsPath p1, String p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.resolve:(Lnet/thevpc/nuts/NutsPath;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.resolveSibling ( NutsPath p1, NutsPath p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.resolveSibling:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.resolveSibling ( NutsPath p1, String p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.resolveSibling:(Lnet/thevpc/nuts/NutsPath;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.setPermissions ( NutsPath p1, NutsPathPermission... p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.setPermissions:(Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathPermission;)V
NutsPathSPI.subpath ( NutsPath p1, int p2, int p3 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.subpath:(Lnet/thevpc/nuts/NutsPath;II)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toAbsolute ( NutsPath p1, NutsPath p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.toAbsolute:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toCompressedForm ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.toCompressedForm:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toFile ( NutsPath p1 ) [abstract] : Path
net/thevpc/nuts/spi/NutsPathSPI.toFile:(Lnet/thevpc/nuts/NutsPath;)Ljava/nio/file/Path;
NutsPathSPI.toRelativePath ( NutsPath p1, NutsPath p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.toRelativePath:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toURL ( NutsPath p1 ) [abstract] : URL
net/thevpc/nuts/spi/NutsPathSPI.toURL:(Lnet/thevpc/nuts/NutsPath;)Ljava/net/URL;
NutsPathSPI.walk ( NutsPath p1, int p2, NutsPathOption[ ] p3 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/spi/NutsPathSPI.walk:(Lnet/thevpc/nuts/NutsPath;I[Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsStream;
NutsPathSPI.walkDfs ( NutsPath p1, NutsTreeVisitor<NutsPath> p2, int p3, NutsPathOption... p4 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.walkDfs:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsTreeVisitor;I[Lnet/thevpc/nuts/NutsPathOption;)V
nuts-0.8.3.jar,
NutsPathStreamMetadata.class
package net.thevpc.nuts
NutsPathStreamMetadata.getContentLength ( ) : long
net/thevpc/nuts/NutsPathStreamMetadata.getContentLength:()J
NutsPathStreamMetadata.getContentType ( ) : String
net/thevpc/nuts/NutsPathStreamMetadata.getContentType:()Ljava/lang/String;
NutsPathStreamMetadata.getFormattedPath ( ) : NutsString
net/thevpc/nuts/NutsPathStreamMetadata.getFormattedPath:()Lnet/thevpc/nuts/NutsString;
NutsPathStreamMetadata.getName ( ) : String
net/thevpc/nuts/NutsPathStreamMetadata.getName:()Ljava/lang/String;
NutsPathStreamMetadata.getUserKind ( ) : String
net/thevpc/nuts/NutsPathStreamMetadata.getUserKind:()Ljava/lang/String;
NutsPathStreamMetadata.NutsPathStreamMetadata ( NutsPath path )
net/thevpc/nuts/NutsPathStreamMetadata."<init>":(Lnet/thevpc/nuts/NutsPath;)V
NutsPathStreamMetadata.setUserKind ( String userKind ) : NutsStreamMetadata
net/thevpc/nuts/NutsPathStreamMetadata.setUserKind:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStreamMetadata;
nuts-0.8.3.jar,
NutsPlatformFamily.class
package net.thevpc.nuts
NutsPlatformFamily.id ( ) : String
net/thevpc/nuts/NutsPlatformFamily.id:()Ljava/lang/String;
NutsPlatformFamily.parse ( String value, NutsPlatformFamily emptyValue, NutsSession session ) [static] : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPlatformFamily;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformFamily.parse ( String value, NutsSession session ) [static] : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformFamily.parseLenient ( String value ) [static] : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformFamily.parseLenient ( String value, NutsPlatformFamily emptyOrErrorValue ) [static] : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPlatformFamily;)Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformFamily.parseLenient ( String value, NutsPlatformFamily emptyValue, NutsPlatformFamily errorValue ) [static] : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPlatformFamily;Lnet/thevpc/nuts/NutsPlatformFamily;)Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformFamily.valueOf ( String name ) [static] : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformFamily.values ( ) [static] : NutsPlatformFamily[ ]
net/thevpc/nuts/NutsPlatformFamily.values:()[Lnet/thevpc/nuts/NutsPlatformFamily;
nuts-0.8.3.jar,
NutsPlatformLocation.class
package net.thevpc.nuts
NutsPlatformLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NutsPlatformLocation.equals:(Ljava/lang/Object;)Z
NutsPlatformLocation.getId ( ) : NutsId
net/thevpc/nuts/NutsPlatformLocation.getId:()Lnet/thevpc/nuts/NutsId;
NutsPlatformLocation.getName ( ) : String
net/thevpc/nuts/NutsPlatformLocation.getName:()Ljava/lang/String;
NutsPlatformLocation.getPackaging ( ) : String
net/thevpc/nuts/NutsPlatformLocation.getPackaging:()Ljava/lang/String;
NutsPlatformLocation.getPath ( ) : String
net/thevpc/nuts/NutsPlatformLocation.getPath:()Ljava/lang/String;
NutsPlatformLocation.getPlatformType ( ) : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformLocation.getPlatformType:()Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformLocation.getPriority ( ) : int
net/thevpc/nuts/NutsPlatformLocation.getPriority:()I
NutsPlatformLocation.getProduct ( ) : String
net/thevpc/nuts/NutsPlatformLocation.getProduct:()Ljava/lang/String;
NutsPlatformLocation.getVersion ( ) : String
net/thevpc/nuts/NutsPlatformLocation.getVersion:()Ljava/lang/String;
NutsPlatformLocation.hashCode ( ) : int
net/thevpc/nuts/NutsPlatformLocation.hashCode:()I
NutsPlatformLocation.NutsPlatformLocation ( NutsId id, String product, String name, String path, String version, String packaging, int priority )
net/thevpc/nuts/NutsPlatformLocation."<init>":(Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
NutsPlatformLocation.setPriority ( int priority ) : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformLocation.setPriority:(I)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformLocation.toString ( ) : String
net/thevpc/nuts/NutsPlatformLocation.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsPlatformManager.class
package net.thevpc.nuts
NutsPlatformManager.addPlatform ( NutsPlatformLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsPlatformManager.addPlatform:(Lnet/thevpc/nuts/NutsPlatformLocation;)Z
NutsPlatformManager.findPlatform ( NutsPlatformFamily p1, Predicate<NutsPlatformLocation> p2 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.findPlatform:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatform ( NutsPlatformLocation p1 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.findPlatform:(Lnet/thevpc/nuts/NutsPlatformLocation;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatformByName ( NutsPlatformFamily p1, String p2 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.findPlatformByName:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatformByPath ( NutsPlatformFamily p1, String p2 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.findPlatformByPath:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatformByVersion ( NutsPlatformFamily p1, NutsVersionFilter p2 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.findPlatformByVersion:(Lnet/thevpc/nuts/NutsPlatformFamily;Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatformByVersion ( NutsPlatformFamily p1, String p2 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.findPlatformByVersion:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatforms ( ) [abstract] : NutsPlatformLocation[ ]
net/thevpc/nuts/NutsPlatformManager.findPlatforms:()[Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatforms ( NutsPlatformFamily p1 ) [abstract] : NutsPlatformLocation[ ]
net/thevpc/nuts/NutsPlatformManager.findPlatforms:(Lnet/thevpc/nuts/NutsPlatformFamily;)[Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatforms ( NutsPlatformFamily p1, Predicate<NutsPlatformLocation> p2 ) [abstract] : NutsPlatformLocation[ ]
net/thevpc/nuts/NutsPlatformManager.findPlatforms:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/util/function/Predicate;)[Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsPlatformManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPlatformManager.removePlatform ( NutsPlatformLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsPlatformManager.removePlatform:(Lnet/thevpc/nuts/NutsPlatformLocation;)Z
NutsPlatformManager.resolvePlatform ( NutsPlatformFamily p1, String p2, String p3 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.resolvePlatform:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.searchSystemPlatforms ( NutsPlatformFamily p1 ) [abstract] : NutsPlatformLocation[ ]
net/thevpc/nuts/NutsPlatformManager.searchSystemPlatforms:(Lnet/thevpc/nuts/NutsPlatformFamily;)[Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.searchSystemPlatforms ( NutsPlatformFamily p1, String p2 ) [abstract] : NutsPlatformLocation[ ]
net/thevpc/nuts/NutsPlatformManager.searchSystemPlatforms:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.setSession ( NutsSession p1 ) [abstract] : NutsPlatformManager
net/thevpc/nuts/NutsPlatformManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPlatformManager;
NutsPlatformManager.updatePlatform ( NutsPlatformLocation p1, NutsPlatformLocation p2 ) [abstract] : boolean
net/thevpc/nuts/NutsPlatformManager.updatePlatform:(Lnet/thevpc/nuts/NutsPlatformLocation;Lnet/thevpc/nuts/NutsPlatformLocation;)Z
nuts-0.8.3.jar,
NutsPositionType.class
package net.thevpc.nuts
NutsPositionType.parse ( String value, NutsPositionType emptyValue, NutsSession session ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPositionType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.parse ( String value, NutsSession session ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPositionType;
nuts-0.8.3.jar,
NutsPredicate.class
package net.thevpc.nuts
NutsPredicate<T>.and ( Predicate p1 ) : Predicate
net/thevpc/nuts/NutsPredicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
NutsPredicate<T>.and ( Predicate<? super T> p1 ) [abstract] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicate.and:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsPredicate;
NutsPredicate<T>.negate ( ) : Predicate
net/thevpc/nuts/NutsPredicate.negate:()Ljava/util/function/Predicate;
NutsPredicate<T>.negate ( ) [abstract] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicate.negate:()Lnet/thevpc/nuts/NutsPredicate;
NutsPredicate<T>.of ( Predicate<T> o, Function<NutsElements,NutsElement> descr ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicate.of:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsPredicate;
NutsPredicate<T>.of ( Predicate<T> o, NutsElement descr ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicate.of:(Ljava/util/function/Predicate;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsPredicate;
NutsPredicate<T>.of ( Predicate<T> o, String descr ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicate.of:(Ljava/util/function/Predicate;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPredicate;
NutsPredicate<T>.or ( Predicate p1 ) : Predicate
net/thevpc/nuts/NutsPredicate.or:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
NutsPredicate<T>.or ( Predicate<? super T> p1 ) [abstract] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicate.or:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsPredicate;
nuts-0.8.3.jar,
NutsPredicates.class
package net.thevpc.nuts
NutsPredicates.always ( ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicates.always:()Lnet/thevpc/nuts/NutsPredicate;
NutsPredicates.blank ( ) [static] : NutsPredicate<String>
net/thevpc/nuts/NutsPredicates.blank:()Lnet/thevpc/nuts/NutsPredicate;
NutsPredicates.isNull ( ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicates.isNull:()Lnet/thevpc/nuts/NutsPredicate;
NutsPredicates.never ( ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicates.never:()Lnet/thevpc/nuts/NutsPredicate;
nuts-0.8.3.jar,
NutsPrimitiveElement.class
package net.thevpc.nuts
NutsPrimitiveElement.getBoolean ( Boolean p1 ) [abstract] : Boolean
net/thevpc/nuts/NutsPrimitiveElement.getBoolean:(Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsPrimitiveElement.getBoolean ( Boolean p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsPrimitiveElement.getBoolean:(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsPrimitiveElement.getByte ( Byte p1 ) [abstract] : Byte
net/thevpc/nuts/NutsPrimitiveElement.getByte:(Ljava/lang/Byte;)Ljava/lang/Byte;
NutsPrimitiveElement.getDouble ( Double p1 ) [abstract] : Double
net/thevpc/nuts/NutsPrimitiveElement.getDouble:(Ljava/lang/Double;)Ljava/lang/Double;
NutsPrimitiveElement.getDouble ( Double p1, Double p2 ) [abstract] : Double
net/thevpc/nuts/NutsPrimitiveElement.getDouble:(Ljava/lang/Double;Ljava/lang/Double;)Ljava/lang/Double;
NutsPrimitiveElement.getFloat ( Float p1 ) [abstract] : Float
net/thevpc/nuts/NutsPrimitiveElement.getFloat:(Ljava/lang/Float;)Ljava/lang/Float;
NutsPrimitiveElement.getFloat ( Float p1, Float p2 ) [abstract] : Float
net/thevpc/nuts/NutsPrimitiveElement.getFloat:(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float;
NutsPrimitiveElement.getInstant ( Instant p1 ) [abstract] : Instant
net/thevpc/nuts/NutsPrimitiveElement.getInstant:(Ljava/time/Instant;)Ljava/time/Instant;
NutsPrimitiveElement.getInstant ( Instant p1, Instant p2 ) [abstract] : Instant
net/thevpc/nuts/NutsPrimitiveElement.getInstant:(Ljava/time/Instant;Ljava/time/Instant;)Ljava/time/Instant;
NutsPrimitiveElement.getInt ( Integer p1 ) [abstract] : Integer
net/thevpc/nuts/NutsPrimitiveElement.getInt:(Ljava/lang/Integer;)Ljava/lang/Integer;
NutsPrimitiveElement.getInt ( Integer p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsPrimitiveElement.getInt:(Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsPrimitiveElement.getLong ( Long p1 ) [abstract] : Long
net/thevpc/nuts/NutsPrimitiveElement.getLong:(Ljava/lang/Long;)Ljava/lang/Long;
NutsPrimitiveElement.getLong ( Long p1, Long p2 ) [abstract] : Long
net/thevpc/nuts/NutsPrimitiveElement.getLong:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/lang/Long;
NutsPrimitiveElement.getNumber ( Number p1 ) [abstract] : Number
net/thevpc/nuts/NutsPrimitiveElement.getNumber:(Ljava/lang/Number;)Ljava/lang/Number;
NutsPrimitiveElement.getNumber ( Number p1, Number p2 ) [abstract] : Number
net/thevpc/nuts/NutsPrimitiveElement.getNumber:(Ljava/lang/Number;Ljava/lang/Number;)Ljava/lang/Number;
NutsPrimitiveElement.getShort ( Short p1 ) [abstract] : Short
net/thevpc/nuts/NutsPrimitiveElement.getShort:(Ljava/lang/Short;)Ljava/lang/Short;
NutsPrimitiveElement.getString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsPrimitiveElement.getString:(Ljava/lang/String;)Ljava/lang/String;
NutsPrimitiveElement.isBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isBoolean:()Z
nuts-0.8.3.jar,
NutsPrintStream.class
package net.thevpc.nuts
NutsPrintStream.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsPrintStream.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsPrintStream.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsPrintStream.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPrintStream.getTerminal ( ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/NutsPrintStream.getTerminal:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsPrintStream.of ( OutputStream out, NutsSession session ) [static] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.of ( OutputStream out, NutsTerminalMode mode, NutsSystemTerminalBase terminal, NutsSession session ) [static] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.of ( Writer out, NutsSession session ) [static] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.of:(Ljava/io/Writer;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.ofInMemory ( NutsSession session ) [static] : NutsMemoryPrintStream
net/thevpc/nuts/NutsPrintStream.ofInMemory:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMemoryPrintStream;
NutsPrintStream.ofNull ( NutsSession session ) [static] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.ofNull:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printf ( Object p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printf:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printlnf ( Object p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printlnf:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printlnf ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printlnf:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.run ( NutsTerminalCommand p1, NutsSession p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.run:(Lnet/thevpc/nuts/NutsTerminalCommand;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.setFormattedName ( NutsString p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.setFormattedName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.setMode ( NutsTerminalMode p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.setMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.setSession ( NutsSession p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.3.jar,
NutsPrintStreamAdapter.class
package net.thevpc.nuts
NutsPrintStreamAdapter.getBasePrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreamAdapter.getBasePrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.3.jar,
NutsPrintStreams.class
package net.thevpc.nuts
NutsPrintStreams.create ( OutputStream p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.create:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStreams.create ( OutputStream p1, NutsTerminalMode p2, NutsSystemTerminalBase p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.create:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStreams.create ( Writer p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.create:(Ljava/io/Writer;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStreams.create ( Writer p1, NutsTerminalMode p2, NutsSystemTerminalBase p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.create:(Ljava/io/Writer;Lnet/thevpc/nuts/NutsTerminalMode;Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStreams.createInMemory ( ) [abstract] : NutsMemoryPrintStream
net/thevpc/nuts/NutsPrintStreams.createInMemory:()Lnet/thevpc/nuts/NutsMemoryPrintStream;
NutsPrintStreams.createNull ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.createNull:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStreams.isStderr ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsPrintStreams.isStderr:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsPrintStreams.isStdout ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsPrintStreams.isStdout:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsPrintStreams.of ( NutsSession session ) [static] : NutsPrintStreams
net/thevpc/nuts/NutsPrintStreams.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStreams;
NutsPrintStreams.stderr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.stderr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStreams.stdout ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.stdout:()Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.3.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsPropertiesFormat.of ( NutsSession session ) [static] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setNtf ( boolean p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsPropertiesFormat.setValue ( Object p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsContentTypeFormat;
nuts-0.8.3.jar,
NutsPs.class
package net.thevpc.nuts
NutsPs.failFast ( ) [abstract] : NutsPs
net/thevpc/nuts/NutsPs.failFast:()Lnet/thevpc/nuts/NutsPs;
NutsPs.failFast ( boolean p1 ) [abstract] : NutsPs
net/thevpc/nuts/NutsPs.failFast:(Z)Lnet/thevpc/nuts/NutsPs;
NutsPs.getResultList ( ) [abstract] : NutsStream<NutsProcessInfo>
net/thevpc/nuts/NutsPs.getResultList:()Lnet/thevpc/nuts/NutsStream;
NutsPs.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsPs.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPs.getType ( ) [abstract] : String
net/thevpc/nuts/NutsPs.getType:()Ljava/lang/String;
NutsPs.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsPs.isFailFast:()Z
NutsPs.isSupportedKillProcess ( ) [abstract] : boolean
net/thevpc/nuts/NutsPs.isSupportedKillProcess:()Z
NutsPs.killProcess ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsPs.killProcess:(Ljava/lang/String;)Z
NutsPs.of ( NutsSession session ) [static] : NutsPs
net/thevpc/nuts/NutsPs.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPs;
NutsPs.setFailFast ( boolean p1 ) [abstract] : NutsPs
net/thevpc/nuts/NutsPs.setFailFast:(Z)Lnet/thevpc/nuts/NutsPs;
NutsPs.setSession ( NutsSession p1 ) [abstract] : NutsPs
net/thevpc/nuts/NutsPs.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPs;
NutsPs.setType ( String p1 ) [abstract] : NutsPs
net/thevpc/nuts/NutsPs.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPs;
NutsPs.type ( String p1 ) [abstract] : NutsPs
net/thevpc/nuts/NutsPs.type:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPs;
nuts-0.8.3.jar,
NutsQuestion.class
package net.thevpc.nuts
NutsQuestion<T>.forBoolean ( NutsMessage p1 ) [abstract] : NutsQuestion<Boolean>
net/thevpc/nuts/NutsQuestion.forBoolean:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forDouble ( NutsMessage p1 ) [abstract] : NutsQuestion<Double>
net/thevpc/nuts/NutsQuestion.forDouble:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forEnum ( Class<K> p1, NutsMessage p2 ) [abstract] : NutsQuestion<K>
net/thevpc/nuts/NutsQuestion.forEnum:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forFloat ( NutsMessage p1 ) [abstract] : NutsQuestion<Float>
net/thevpc/nuts/NutsQuestion.forFloat:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forInteger ( NutsMessage p1 ) [abstract] : NutsQuestion<Integer>
net/thevpc/nuts/NutsQuestion.forInteger:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forLong ( NutsMessage p1 ) [abstract] : NutsQuestion<Long>
net/thevpc/nuts/NutsQuestion.forLong:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forPassword ( NutsMessage p1 ) [abstract] : NutsQuestion<char[ ]>
net/thevpc/nuts/NutsQuestion.forPassword:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forString ( NutsMessage p1 ) [abstract] : NutsQuestion<String>
net/thevpc/nuts/NutsQuestion.forString:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.getCancelMessage ( ) [abstract] : NutsMessage
net/thevpc/nuts/NutsQuestion.getCancelMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsQuestion<T>.getHintMessage ( ) [abstract] : NutsMessage
net/thevpc/nuts/NutsQuestion.getHintMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsQuestion<T>.getMessage ( ) [abstract] : NutsMessage
net/thevpc/nuts/NutsQuestion.getMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsQuestion<T>.setCancelMessage ( NutsMessage p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setCancelMessage:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setHintMessage ( NutsMessage p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setHintMessage:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setMessage ( NutsMessage p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setMessage:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
nuts-0.8.3.jar,
NutsRef.class
package net.thevpc.nuts
NutsRef<T>.get ( ) : T
net/thevpc/nuts/NutsRef.get:()Ljava/lang/Object;
NutsRef<T>.isSet ( ) : boolean
net/thevpc/nuts/NutsRef.isSet:()Z
NutsRef<T>.NutsRef<T> ( )
net/thevpc/nuts/NutsRef."<init>":()V
NutsRef<T>.NutsRef<T> ( T value )
net/thevpc/nuts/NutsRef."<init>":(Ljava/lang/Object;)V
NutsRef<T>.set ( T value ) : void
net/thevpc/nuts/NutsRef.set:(Ljava/lang/Object;)V
nuts-0.8.3.jar,
NutsRepository.class
package net.thevpc.nuts
NutsRepository.isAvailable ( boolean p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:(ZLnet/thevpc/nuts/NutsSession;)Z
NutsRepository.isAvailable ( NutsSession p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:(Lnet/thevpc/nuts/NutsSession;)Z
NutsRepository.isSupportedDeploy ( boolean p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isSupportedDeploy:(ZLnet/thevpc/nuts/NutsSession;)Z
NutsRepository.isSupportedDeploy ( NutsSession p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isSupportedDeploy:(Lnet/thevpc/nuts/NutsSession;)Z
nuts-0.8.3.jar,
NutsRepositoryConfig.class
package net.thevpc.nuts
NutsRepositoryConfig.getLocation ( ) : NutsRepositoryLocation
net/thevpc/nuts/NutsRepositoryConfig.getLocation:()Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryConfig.setLocation ( NutsRepositoryLocation location ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setLocation:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)Lnet/thevpc/nuts/NutsRepositoryConfig;
nuts-0.8.3.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
NutsRepositoryConfigManager.getConfigMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsRepositoryConfigManager.getConfigMap:()Ljava/util/Map;
NutsRepositoryConfigManager.getConfigMap ( boolean p1 ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsRepositoryConfigManager.getConfigMap:(Z)Ljava/util/Map;
NutsRepositoryConfigManager.getConfigProperty ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getConfigProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsRepositoryConfigManager.getConfigProperty ( String p1, String p2, boolean p3 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getConfigProperty:(Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;
NutsRepositoryConfigManager.getDeployWeight ( ) [abstract] : int
net/thevpc/nuts/NutsRepositoryConfigManager.getDeployWeight:()I
NutsRepositoryConfigManager.getLocation ( ) [abstract] : NutsRepositoryLocation
net/thevpc/nuts/NutsRepositoryConfigManager.getLocation:()Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryConfigManager.getLocationPath ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsRepositoryConfigManager.getLocationPath:()Lnet/thevpc/nuts/NutsPath;
NutsRepositoryConfigManager.getSpeed ( ) [abstract] : NutsSpeedQualifier
net/thevpc/nuts/NutsRepositoryConfigManager.getSpeed:()Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Lnet/thevpc/nuts/NutsPath;
NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
NutsRepositoryConfigManager.setConfigProperty ( String p1, String p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setConfigProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
nuts-0.8.3.jar,
NutsRepositoryDB.class
package net.thevpc.nuts.spi
NutsRepositoryDB.getAllNames ( String p1 ) [abstract] : Set<String>
net/thevpc/nuts/spi/NutsRepositoryDB.getAllNames:(Ljava/lang/String;)Ljava/util/Set;
NutsRepositoryDB.getRepositoryNameByURL ( String p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositoryDB.getRepositoryNameByURL:(Ljava/lang/String;)Ljava/lang/String;
NutsRepositoryDB.getRepositoryURLByName ( String p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositoryDB.getRepositoryURLByName:(Ljava/lang/String;)Ljava/lang/String;
NutsRepositoryDB.isDefaultRepositoryName ( String p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositoryDB.isDefaultRepositoryName:(Ljava/lang/String;)Z
NutsRepositoryDB.of ( NutsSession session ) [static] : NutsRepositoryDB
net/thevpc/nuts/spi/NutsRepositoryDB.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryDB;
nuts-0.8.3.jar,
NutsRepositoryDisabledException.class
package net.thevpc.nuts
NutsRepositoryDisabledException.NutsRepositoryDisabledException ( NutsSession session, String repository )
net/thevpc/nuts/NutsRepositoryDisabledException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
nuts-0.8.3.jar,
NutsRepositoryFilters.class
package net.thevpc.nuts
NutsRepositoryFilters.byName ( String... p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilters.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilters.byUuid ( String... p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilters.byUuid:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilters.installedRepo ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilters.installedRepo:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilters.of ( NutsSession session ) [static] : NutsRepositoryFilters
net/thevpc/nuts/NutsRepositoryFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryFilters;
nuts-0.8.3.jar,
NutsRepositoryLocation.class
package net.thevpc.nuts.spi
NutsRepositoryLocation.compareTo ( NutsRepositoryLocation o ) : int
net/thevpc/nuts/spi/NutsRepositoryLocation.compareTo:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)I
NutsRepositoryLocation.compareTo ( Object p1 ) : int
net/thevpc/nuts/spi/NutsRepositoryLocation.compareTo:(Ljava/lang/Object;)I
NutsRepositoryLocation.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsRepositoryLocation.equals:(Ljava/lang/Object;)Z
NutsRepositoryLocation.getFullLocation ( ) : String
net/thevpc/nuts/spi/NutsRepositoryLocation.getFullLocation:()Ljava/lang/String;
NutsRepositoryLocation.getLocationType ( ) : String
net/thevpc/nuts/spi/NutsRepositoryLocation.getLocationType:()Ljava/lang/String;
NutsRepositoryLocation.getName ( ) : String
net/thevpc/nuts/spi/NutsRepositoryLocation.getName:()Ljava/lang/String;
NutsRepositoryLocation.getPath ( ) : String
net/thevpc/nuts/spi/NutsRepositoryLocation.getPath:()Ljava/lang/String;
NutsRepositoryLocation.hashCode ( ) : int
net/thevpc/nuts/spi/NutsRepositoryLocation.hashCode:()I
NutsRepositoryLocation.isBlank ( ) : boolean
net/thevpc/nuts/spi/NutsRepositoryLocation.isBlank:()Z
NutsRepositoryLocation.NutsRepositoryLocation ( String locationString )
net/thevpc/nuts/spi/NutsRepositoryLocation."<init>":(Ljava/lang/String;)V
NutsRepositoryLocation.of ( String locationString ) [static] : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryLocation.of:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.of ( String locationString, NutsRepositoryDB db, NutsSession session ) [static] : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryLocation.of:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsRepositoryDB;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.of ( String name, String fullLocation ) [static] : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryLocation.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.ofAll ( String repositorySelectionExpression, NutsRepositoryLocation[ ] available, NutsRepositoryDB db, NutsSession session ) [static] : NutsRepositoryLocation[ ]
net/thevpc/nuts/spi/NutsRepositoryLocation.ofAll:(Ljava/lang/String;[Lnet/thevpc/nuts/spi/NutsRepositoryLocation;Lnet/thevpc/nuts/spi/NutsRepositoryDB;Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.setLocationType ( String locationType ) : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryLocation.setLocationType:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.setName ( String name ) : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryLocation.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.setPath ( String path ) : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryLocation.setPath:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.toString ( ) : String
net/thevpc/nuts/spi/NutsRepositoryLocation.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsRepositoryManager.class
package net.thevpc.nuts
NutsRepositoryManager.filter ( ) [abstract] : NutsRepositoryFilters
net/thevpc/nuts/NutsRepositoryManager.filter:()Lnet/thevpc/nuts/NutsRepositoryFilters;
nuts-0.8.3.jar,
NutsRepositoryModel.class
package net.thevpc.nuts
NutsRepositoryModel.getSpeed ( ) : NutsSpeedQualifier
net/thevpc/nuts/NutsRepositoryModel.getSpeed:()Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsRepositoryModel.search ( NutsIdFilter filter, NutsPath[ ] basePaths, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsIterator<NutsId>
net/thevpc/nuts/NutsRepositoryModel.search:(Lnet/thevpc/nuts/NutsIdFilter;[Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIterator;
NutsRepositoryModel.searchVersions ( NutsId id, NutsIdFilter idFilter, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsIterator<NutsId>
net/thevpc/nuts/NutsRepositoryModel.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIterator;
nuts-0.8.3.jar,
NutsRepositoryRef.class
package net.thevpc.nuts
NutsRepositoryRef.getDeployWeight ( ) : int
net/thevpc/nuts/NutsRepositoryRef.getDeployWeight:()I
NutsRepositoryRef.setDeployWeight ( int deployPriority ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setDeployWeight:(I)Lnet/thevpc/nuts/NutsRepositoryRef;
nuts-0.8.3.jar,
NutsRepositorySecurityManager.class
package net.thevpc.nuts
NutsRepositorySecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsAuthenticationAgent;
nuts-0.8.3.jar,
NutsRepositorySelector.class
package net.thevpc.nuts.spi
NutsRepositorySelector.getName ( ) : String
net/thevpc/nuts/spi/NutsRepositorySelector.getName:()Ljava/lang/String;
NutsRepositorySelector.getOp ( ) : NutsSelectorOp
net/thevpc/nuts/spi/NutsRepositorySelector.getOp:()Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsRepositorySelector.getUrl ( ) : String
net/thevpc/nuts/spi/NutsRepositorySelector.getUrl:()Ljava/lang/String;
NutsRepositorySelector.matches ( String otherName, String otherURL ) : boolean
net/thevpc/nuts/spi/NutsRepositorySelector.matches:(Ljava/lang/String;Ljava/lang/String;)Z
NutsRepositorySelector.NutsRepositorySelector ( NutsSelectorOp op, String name, String url )
net/thevpc/nuts/spi/NutsRepositorySelector."<init>":(Lnet/thevpc/nuts/spi/NutsSelectorOp;Ljava/lang/String;Ljava/lang/String;)V
NutsRepositorySelector.toString ( ) : String
net/thevpc/nuts/spi/NutsRepositorySelector.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsRepositorySelectorList.class
package net.thevpc.nuts.spi
NutsRepositorySelectorList.acceptExisting ( NutsRepositoryLocation location ) : boolean
net/thevpc/nuts/spi/NutsRepositorySelectorList.acceptExisting:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)Z
NutsRepositorySelectorList.merge ( NutsRepositorySelectorList other ) : NutsRepositorySelectorList
net/thevpc/nuts/spi/NutsRepositorySelectorList.merge:(Lnet/thevpc/nuts/spi/NutsRepositorySelectorList;)Lnet/thevpc/nuts/spi/NutsRepositorySelectorList;
NutsRepositorySelectorList.NutsRepositorySelectorList ( )
net/thevpc/nuts/spi/NutsRepositorySelectorList."<init>":()V
NutsRepositorySelectorList.NutsRepositorySelectorList ( NutsRepositorySelector[ ] a )
net/thevpc/nuts/spi/NutsRepositorySelectorList."<init>":([Lnet/thevpc/nuts/spi/NutsRepositorySelector;)V
NutsRepositorySelectorList.of ( String expression, NutsRepositoryDB db, NutsSession session ) [static] : NutsRepositorySelectorList
net/thevpc/nuts/spi/NutsRepositorySelectorList.of:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsRepositoryDB;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositorySelectorList;
NutsRepositorySelectorList.ofAll ( String[ ] expressions, NutsRepositoryDB db, NutsSession session ) [static] : NutsRepositorySelectorList
net/thevpc/nuts/spi/NutsRepositorySelectorList.ofAll:([Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsRepositoryDB;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositorySelectorList;
NutsRepositorySelectorList.resolve ( NutsRepositoryLocation[ ] available, NutsRepositoryDB db ) : NutsRepositoryLocation[ ]
net/thevpc/nuts/spi/NutsRepositorySelectorList.resolve:([Lnet/thevpc/nuts/spi/NutsRepositoryLocation;Lnet/thevpc/nuts/spi/NutsRepositoryDB;)[Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositorySelectorList.toArray ( ) : NutsRepositorySelector[ ]
net/thevpc/nuts/spi/NutsRepositorySelectorList.toArray:()[Lnet/thevpc/nuts/spi/NutsRepositorySelector;
nuts-0.8.3.jar,
NutsRepositoryURLList.class
package net.thevpc.nuts.spi
NutsRepositoryURLList.add ( NutsRepositoryLocation a ) : void
net/thevpc/nuts/spi/NutsRepositoryURLList.add:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)V
NutsRepositoryURLList.addAll ( NutsRepositoryLocation[ ] all ) : void
net/thevpc/nuts/spi/NutsRepositoryURLList.addAll:([Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)V
NutsRepositoryURLList.containsName ( String name ) : boolean
net/thevpc/nuts/spi/NutsRepositoryURLList.containsName:(Ljava/lang/String;)Z
NutsRepositoryURLList.containsSelection ( NutsRepositoryLocation s ) : boolean
net/thevpc/nuts/spi/NutsRepositoryURLList.containsSelection:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)Z
NutsRepositoryURLList.containsURL ( String url ) : boolean
net/thevpc/nuts/spi/NutsRepositoryURLList.containsURL:(Ljava/lang/String;)Z
NutsRepositoryURLList.indexOf ( NutsRepositoryLocation other, int offset ) : int
net/thevpc/nuts/spi/NutsRepositoryURLList.indexOf:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;I)I
NutsRepositoryURLList.indexOfName ( String name, int offset ) : int
net/thevpc/nuts/spi/NutsRepositoryURLList.indexOfName:(Ljava/lang/String;I)I
NutsRepositoryURLList.indexOfNames ( String[ ] names, int offset ) : int
net/thevpc/nuts/spi/NutsRepositoryURLList.indexOfNames:([Ljava/lang/String;I)I
NutsRepositoryURLList.indexOfURL ( String url, int offset ) : int
net/thevpc/nuts/spi/NutsRepositoryURLList.indexOfURL:(Ljava/lang/String;I)I
NutsRepositoryURLList.NutsRepositoryURLList ( )
net/thevpc/nuts/spi/NutsRepositoryURLList."<init>":()V
NutsRepositoryURLList.NutsRepositoryURLList ( NutsRepositoryLocation[ ] all )
net/thevpc/nuts/spi/NutsRepositoryURLList."<init>":([Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)V
NutsRepositoryURLList.removeAt ( int i ) : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryURLList.removeAt:(I)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryURLList.toArray ( ) : NutsRepositoryLocation[ ]
net/thevpc/nuts/spi/NutsRepositoryURLList.toArray:()[Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
nuts-0.8.3.jar,
NutsRm.class
package net.thevpc.nuts
NutsRm.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRm.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRm.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsRm.getTarget:()Ljava/lang/Object;
NutsRm.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsRm.isFailFast:()Z
NutsRm.of ( NutsSession session ) [static] : NutsRm
net/thevpc/nuts/NutsRm.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRm;
NutsRm.run ( ) [abstract] : NutsRm
net/thevpc/nuts/NutsRm.run:()Lnet/thevpc/nuts/NutsRm;
NutsRm.setFailFast ( boolean p1 ) [abstract] : NutsRm
net/thevpc/nuts/NutsRm.setFailFast:(Z)Lnet/thevpc/nuts/NutsRm;
NutsRm.setSession ( NutsSession p1 ) [abstract] : NutsRm
net/thevpc/nuts/NutsRm.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRm;
NutsRm.setTarget ( File p1 ) [abstract] : NutsRm
net/thevpc/nuts/NutsRm.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsRm;
NutsRm.setTarget ( Object p1 ) [abstract] : NutsRm
net/thevpc/nuts/NutsRm.setTarget:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsRm;
NutsRm.setTarget ( Path p1 ) [abstract] : NutsRm
net/thevpc/nuts/NutsRm.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsRm;
nuts-0.8.3.jar,
NutsRunAs.class
package net.thevpc.nuts
NutsRunAs.toString ( ) : String
net/thevpc/nuts/NutsRunAs.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsRunnable.class
package net.thevpc.nuts
NutsRunnable.of ( Runnable o, Function<NutsElements,NutsElement> descr ) [static] : NutsRunnable
net/thevpc/nuts/NutsRunnable.of:(Ljava/lang/Runnable;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsRunnable;
NutsRunnable.of ( Runnable o, NutsElement descr ) [static] : NutsRunnable
net/thevpc/nuts/NutsRunnable.of:(Ljava/lang/Runnable;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsRunnable;
NutsRunnable.of ( Runnable o, String descr ) [static] : NutsRunnable
net/thevpc/nuts/NutsRunnable.of:(Ljava/lang/Runnable;Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunnable;
nuts-0.8.3.jar,
NutsScheduler.class
package net.thevpc.nuts
NutsScheduler.executorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/NutsScheduler.executorService:()Ljava/util/concurrent/ExecutorService;
NutsScheduler.of ( NutsSession session ) [static] : NutsScheduler
net/thevpc/nuts/NutsScheduler.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsScheduler;
nuts-0.8.3.jar,
NutsSearchCommand.class
package net.thevpc.nuts
NutsSearchCommand.addArch ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addArch ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackaging ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackaging:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackaging ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackaging:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearArch ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearArch:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearPackaging ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearPackaging:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.getComparator ( ) [abstract] : NutsComparator
net/thevpc/nuts/NutsSearchCommand.getComparator:()Lnet/thevpc/nuts/NutsComparator;
NutsSearchCommand.getResultArch ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultArch:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultDefinitions ( ) [abstract] : NutsStream<NutsDefinition>
net/thevpc/nuts/NutsSearchCommand.getResultDefinitions:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultDependencies ( ) [abstract] : NutsStream<NutsDependencies>
net/thevpc/nuts/NutsSearchCommand.getResultDependencies:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultDesktopEnvironment ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultDesktopEnvironment:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultExecutionEntries ( ) [abstract] : NutsStream<NutsExecutionEntry>
net/thevpc/nuts/NutsSearchCommand.getResultExecutionEntries:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultIds ( ) [abstract] : NutsStream<NutsId>
net/thevpc/nuts/NutsSearchCommand.getResultIds:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultInlineDependencies ( ) [abstract] : NutsStream<NutsDependency>
net/thevpc/nuts/NutsSearchCommand.getResultInlineDependencies:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultInstallDates ( ) [abstract] : NutsStream<Instant>
net/thevpc/nuts/NutsSearchCommand.getResultInstallDates:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultInstallFolders ( ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsSearchCommand.getResultInstallFolders:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultInstallUsers ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultInstallUsers:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultNames ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultNames:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultOs ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultOs:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultOsDist ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultOsDist:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultPackaging ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultPackaging:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultPathNames ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultPathNames:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultPaths ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultPaths:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultPlatform ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultPlatform:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultProfile ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultProfile:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultQueryPlan ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsSearchCommand.getResultQueryPlan:()Lnet/thevpc/nuts/NutsElement;
NutsSearchCommand.getResultStoreLocations ( NutsStoreLocation p1 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsSearchCommand.getResultStoreLocations:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultStrings ( String[ ] p1 ) [abstract] : NutsStream<String[ ]>
net/thevpc/nuts/NutsSearchCommand.getResultStrings:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.setRepositoryFilter ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setRepositoryFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.sort ( NutsComparator p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.sort:(Lnet/thevpc/nuts/NutsComparator;)Lnet/thevpc/nuts/NutsSearchCommand;
nuts-0.8.3.jar,
NutsSearchRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchRepositoryCommand.getResult ( ) [abstract] : NutsIterator<NutsId>
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsIterator;
nuts-0.8.3.jar,
NutsSearchVersionsRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchVersionsRepositoryCommand.getResult ( ) [abstract] : NutsIterator<NutsId>
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsIterator;
nuts-0.8.3.jar,
NutsSelectorOp.class
package net.thevpc.nuts.spi
NutsSelectorOp.id ( ) : String
net/thevpc/nuts/spi/NutsSelectorOp.id:()Ljava/lang/String;
NutsSelectorOp.parse ( String value, NutsSelectorOp emptyValue, NutsSession session ) [static] : NutsSelectorOp
net/thevpc/nuts/spi/NutsSelectorOp.parse:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsSelectorOp;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsSelectorOp.parse ( String value, NutsSession session ) [static] : NutsSelectorOp
net/thevpc/nuts/spi/NutsSelectorOp.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsSelectorOp.parseLenient ( String value ) [static] : NutsSelectorOp
net/thevpc/nuts/spi/NutsSelectorOp.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsSelectorOp.parseLenient ( String value, NutsSelectorOp emptyOrErrorValue ) [static] : NutsSelectorOp
net/thevpc/nuts/spi/NutsSelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsSelectorOp;)Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsSelectorOp.parseLenient ( String value, NutsSelectorOp emptyValue, NutsSelectorOp errorValue ) [static] : NutsSelectorOp
net/thevpc/nuts/spi/NutsSelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsSelectorOp;Lnet/thevpc/nuts/spi/NutsSelectorOp;)Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsSelectorOp.valueOf ( String name ) [static] : NutsSelectorOp
net/thevpc/nuts/spi/NutsSelectorOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsSelectorOp.values ( ) [static] : NutsSelectorOp[ ]
net/thevpc/nuts/spi/NutsSelectorOp.values:()[Lnet/thevpc/nuts/spi/NutsSelectorOp;
nuts-0.8.3.jar,
NutsSession.class
package net.thevpc.nuts
NutsSession.boot ( ) [abstract] : NutsBootManager
net/thevpc/nuts/NutsSession.boot:()Lnet/thevpc/nuts/NutsBootManager;
NutsSession.commands ( ) [abstract] : NutsCustomCommandManager
net/thevpc/nuts/NutsSession.commands:()Lnet/thevpc/nuts/NutsCustomCommandManager;
NutsSession.config ( ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsSession.config:()Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
NutsSession.deploy ( ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsSession.deploy:()Lnet/thevpc/nuts/NutsDeployCommand;
NutsSession.env ( ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsSession.env:()Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
NutsSession.events ( ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsSession.events:()Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsSession.exec ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsSession.exec:()Lnet/thevpc/nuts/NutsExecCommand;
NutsSession.extensions ( ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsSession.extensions:()Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsSession.fetch ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsSession.fetch:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsSession.getDebug ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getDebug:()Ljava/lang/String;
NutsSession.getDependencySolver ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getDependencySolver:()Ljava/lang/String;
NutsSession.imports ( ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsSession.imports:()Lnet/thevpc/nuts/NutsImportManager;
NutsSession.info ( ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsSession.info:()Lnet/thevpc/nuts/NutsInfoCommand;
NutsSession.install ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsSession.install:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsSession.locations ( ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsSession.locations:()Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsSession.push ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsSession.push:()Lnet/thevpc/nuts/NutsPushCommand;
NutsSession.repos ( ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsSession.repos:()Lnet/thevpc/nuts/NutsRepositoryManager;
NutsSession.search ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSession.search:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSession.security ( ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsSession.security:()Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsSession.setDebug ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDebug:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setDependencySolver ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDependencySolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogTermLevel ( Level p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsSession;
NutsSession.undeploy ( ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsSession.undeploy:()Lnet/thevpc/nuts/NutsUndeployCommand;
NutsSession.uninstall ( ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsSession.uninstall:()Lnet/thevpc/nuts/NutsUninstallCommand;
NutsSession.update ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsSession.update:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsSession.updateStatistics ( ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsSession.updateStatistics:()Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
nuts-0.8.3.jar,
NutsSessionAware.class
package net.thevpc.nuts.spi
NutsSessionAware.setSession ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsSessionAware.setSession:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.3.jar,
NutsSessionTerminal.class
package net.thevpc.nuts
NutsSessionTerminal.of ( InputStream in, NutsPrintStream out, NutsPrintStream err, NutsSession session ) [static] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.of:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.of ( NutsSession session ) [static] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.of ( NutsSessionTerminal parent, NutsSession session ) [static] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.of:(Lnet/thevpc/nuts/NutsSessionTerminal;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.ofMem ( boolean mergeError, NutsSession session ) [static] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.ofMem:(ZLnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.ofMem ( NutsSession session ) [static] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.ofMem:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
nuts-0.8.3.jar,
NutsShellFamily.class
package net.thevpc.nuts
NutsShellFamily.getCurrent ( ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.getCurrent:()Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.id ( ) : String
net/thevpc/nuts/NutsShellFamily.id:()Ljava/lang/String;
NutsShellFamily.parse ( String value, NutsSession session ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.parse ( String value, NutsShellFamily emptyValue, NutsSession session ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsShellFamily;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.parseLenient ( String e, NutsShellFamily emptyValue, NutsShellFamily errorValue ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsShellFamily;Lnet/thevpc/nuts/NutsShellFamily;)Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.parseLenient ( String value ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.parseLenient ( String value, NutsShellFamily emptyOrErrorValue ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsShellFamily;)Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.valueOf ( String name ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.values ( ) [static] : NutsShellFamily[ ]
net/thevpc/nuts/NutsShellFamily.values:()[Lnet/thevpc/nuts/NutsShellFamily;
nuts-0.8.3.jar,
NutsSpeedQualifier.class
package net.thevpc.nuts
NutsSpeedQualifier.id ( ) : String
net/thevpc/nuts/NutsSpeedQualifier.id:()Ljava/lang/String;
NutsSpeedQualifier.parse ( String value, NutsSession session ) [static] : NutsSpeedQualifier
net/thevpc/nuts/NutsSpeedQualifier.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsSpeedQualifier.parse ( String value, NutsSpeedQualifier emptyValue, NutsSession session ) [static] : NutsSpeedQualifier
net/thevpc/nuts/NutsSpeedQualifier.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSpeedQualifier;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsSpeedQualifier.parseLenient ( String value ) [static] : NutsSpeedQualifier
net/thevpc/nuts/NutsSpeedQualifier.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsSpeedQualifier.parseLenient ( String value, NutsSpeedQualifier emptyOrErrorValue ) [static] : NutsSpeedQualifier
net/thevpc/nuts/NutsSpeedQualifier.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSpeedQualifier;)Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsSpeedQualifier.parseLenient ( String value, NutsSpeedQualifier emptyValue, NutsSpeedQualifier errorValue ) [static] : NutsSpeedQualifier
net/thevpc/nuts/NutsSpeedQualifier.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSpeedQualifier;Lnet/thevpc/nuts/NutsSpeedQualifier;)Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsSpeedQualifier.valueOf ( String name ) [static] : NutsSpeedQualifier
net/thevpc/nuts/NutsSpeedQualifier.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsSpeedQualifier.values ( ) [static] : NutsSpeedQualifier[ ]
net/thevpc/nuts/NutsSpeedQualifier.values:()[Lnet/thevpc/nuts/NutsSpeedQualifier;
nuts-0.8.3.jar,
NutsStoreLocation.class
package net.thevpc.nuts
NutsStoreLocation.parse ( String value, NutsSession session ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.parse ( String value, NutsStoreLocation emptyValue, NutsSession session ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocation;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStoreLocation;
nuts-0.8.3.jar,
NutsStoreLocationStrategy.class
package net.thevpc.nuts
NutsStoreLocationStrategy.parse ( String value, NutsSession session ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.parse ( String value, NutsStoreLocationStrategy emptyValue, NutsSession session ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocationStrategy;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
nuts-0.8.3.jar,
NutsStream.class
package net.thevpc.nuts
NutsStream<T>.allMatch ( Predicate<? super T> p1 ) [abstract] : boolean
net/thevpc/nuts/NutsStream.allMatch:(Ljava/util/function/Predicate;)Z
NutsStream<T>.coalesce ( NutsIterator<?> p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.coalesce:(Lnet/thevpc/nuts/NutsIterator;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.collect ( Collector<? super T,A,R> p1 ) [abstract] : R
net/thevpc/nuts/NutsStream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
NutsStream<T>.collect ( Supplier<R> p1, BiConsumer<R,? super T> p2, BiConsumer<R,R> p3 ) [abstract] : R
net/thevpc/nuts/NutsStream.collect:(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BiConsumer;)Ljava/lang/Object;
NutsStream<T>.count ( ) [abstract] : long
net/thevpc/nuts/NutsStream.count:()J
NutsStream<T>.distinct ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.distinct:()Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.distinctBy ( NutsFunction<T,R> p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.distinctBy:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.filter ( NutsPredicate<? super T> p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.filter:(Lnet/thevpc/nuts/NutsPredicate;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.filter ( Predicate<? super T> p1, Function<NutsElements,NutsElement> p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.filter:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.filter ( Predicate<? super T> p1, NutsElement p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.filter:(Ljava/util/function/Predicate;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.filter ( Predicate<? super T> p1, String p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.filter:(Ljava/util/function/Predicate;Ljava/lang/String;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.filterNonBlank ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.filterNonBlank:()Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.filterNonNull ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.filterNonNull:()Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.findAny ( ) [abstract] : Optional<T>
net/thevpc/nuts/NutsStream.findAny:()Ljava/util/Optional;
NutsStream<T>.findFirst ( ) [abstract] : Optional<T>
net/thevpc/nuts/NutsStream.findFirst:()Ljava/util/Optional;
NutsStream<T>.first ( ) [abstract] : T
net/thevpc/nuts/NutsStream.first:()Ljava/lang/Object;
NutsStream<T>.flatMap ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.flatMap:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.flatMapArray ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.flatMapArray:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.flatMapIter ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.flatMapIter:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.flatMapList ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.flatMapList:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.flatMapStream ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.flatMapStream:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.flatMapToDouble ( NutsFunction<? super T,?> p1 ) [abstract] : DoubleStream
net/thevpc/nuts/NutsStream.flatMapToDouble:(Lnet/thevpc/nuts/NutsFunction;)Ljava/util/stream/DoubleStream;
NutsStream<T>.flatMapToInt ( NutsFunction<? super T,?> p1 ) [abstract] : IntStream
net/thevpc/nuts/NutsStream.flatMapToInt:(Lnet/thevpc/nuts/NutsFunction;)Ljava/util/stream/IntStream;
NutsStream<T>.flatMapToLong ( NutsFunction<? super T,?> p1 ) [abstract] : LongStream
net/thevpc/nuts/NutsStream.flatMapToLong:(Lnet/thevpc/nuts/NutsFunction;)Ljava/util/stream/LongStream;
NutsStream<T>.groupBy ( NutsFunction<? super T,?> p1 ) [abstract] : Map<K,List<T>>
net/thevpc/nuts/NutsStream.groupBy:(Lnet/thevpc/nuts/NutsFunction;)Ljava/util/Map;
NutsStream<T>.groupedBy ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<Map.Entry<K,List<T>>>
net/thevpc/nuts/NutsStream.groupedBy:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.iterator ( ) : Iterator
net/thevpc/nuts/NutsStream.iterator:()Ljava/util/Iterator;
NutsStream<T>.iterator ( ) [abstract] : NutsIterator<T>
net/thevpc/nuts/NutsStream.iterator:()Lnet/thevpc/nuts/NutsIterator;
NutsStream<T>.last ( ) [abstract] : T
net/thevpc/nuts/NutsStream.last:()Ljava/lang/Object;
NutsStream<T>.limit ( long p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.limit:(J)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.map ( Function<? super T,?> p1, Function<NutsElements,NutsElement> p2 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.map:(Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.map ( Function<? super T,?> p1, NutsElement p2 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.map:(Ljava/util/function/Function;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.map ( Function<? super T,?> p1, String p2 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.map:(Ljava/util/function/Function;Ljava/lang/String;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.map ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.map:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.mapUnsafe ( NutsUnsafeFunction<? super T,?> p1, NutsFunction<Exception,?> p2 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.mapUnsafe:(Lnet/thevpc/nuts/NutsUnsafeFunction;Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.max ( Comparator<? super T> p1 ) [abstract] : Optional<T>
net/thevpc/nuts/NutsStream.max:(Ljava/util/Comparator;)Ljava/util/Optional;
NutsStream<T>.min ( Comparator<? super T> p1 ) [abstract] : Optional<T>
net/thevpc/nuts/NutsStream.min:(Ljava/util/Comparator;)Ljava/util/Optional;
NutsStream<T>.nonBlank ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.nonBlank:()Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.noneMatch ( Predicate<? super T> p1 ) [abstract] : boolean
net/thevpc/nuts/NutsStream.noneMatch:(Ljava/util/function/Predicate;)Z
NutsStream<T>.nonNull ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.nonNull:()Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( Iterable<T> str, Function<NutsElements,NutsElement> name, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Ljava/lang/Iterable;Ljava/util/function/Function;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( Iterable<T> str, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Ljava/lang/Iterable;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( Iterator<T> str, Function<NutsElements,NutsElement> name, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Ljava/util/Iterator;Ljava/util/function/Function;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( Iterator<T> str, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Ljava/util/Iterator;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( NutsIterable<T> str, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Lnet/thevpc/nuts/NutsIterable;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( NutsIterator<T> str, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Lnet/thevpc/nuts/NutsIterator;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( Stream<T> str, Function<NutsElements,NutsElement> name, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Ljava/util/stream/Stream;Ljava/util/function/Function;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( Stream<T> str, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Ljava/util/stream/Stream;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( T[ ] str, Function<NutsElements,NutsElement> name, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:([Ljava/lang/Object;Ljava/util/function/Function;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( T[ ] str, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:([Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.ofEmpty ( NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.ofEmpty:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.ofSingleton ( T element, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.ofSingleton:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.required ( ) [abstract] : T
net/thevpc/nuts/NutsStream.required:()Ljava/lang/Object;
NutsStream<T>.singleton ( ) [abstract] : T
net/thevpc/nuts/NutsStream.singleton:()Ljava/lang/Object;
NutsStream<T>.sorted ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.sorted:()Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.sorted ( NutsComparator<T> p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.sorted:(Lnet/thevpc/nuts/NutsComparator;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.stream ( ) [abstract] : Stream<T>
net/thevpc/nuts/NutsStream.stream:()Ljava/util/stream/Stream;
NutsStream<T>.toArray ( IntFunction<A[ ]> p1 ) [abstract] : A[ ]
net/thevpc/nuts/NutsStream.toArray:(Ljava/util/function/IntFunction;)[Ljava/lang/Object;
NutsStream<T>.toList ( ) [abstract] : List<T>
net/thevpc/nuts/NutsStream.toList:()Ljava/util/List;
NutsStream<T>.toMap ( Function<? super T,?> p1, Function<? super T,?> p2 ) [abstract] : Map<K,U>
net/thevpc/nuts/NutsStream.toMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Map;
NutsStream<T>.toOrderedMap ( Function<? super T,?> p1, Function<? super T,?> p2 ) [abstract] : Map<K,U>
net/thevpc/nuts/NutsStream.toOrderedMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Map;
NutsStream<T>.toOrderedSet ( ) [abstract] : Set<T>
net/thevpc/nuts/NutsStream.toOrderedSet:()Ljava/util/Set;
NutsStream<T>.toSet ( ) [abstract] : Set<T>
net/thevpc/nuts/NutsStream.toSet:()Ljava/util/Set;
NutsStream<T>.toSortedMap ( Function<? super T,?> p1, Function<? super T,?> p2 ) [abstract] : Map<K,U>
net/thevpc/nuts/NutsStream.toSortedMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Map;
NutsStream<T>.toSortedSet ( ) [abstract] : Set<T>
net/thevpc/nuts/NutsStream.toSortedSet:()Ljava/util/Set;
nuts-0.8.3.jar,
NutsStreamMetadata.class
package net.thevpc.nuts
NutsStreamMetadata.getContentLength ( ) [abstract] : long
net/thevpc/nuts/NutsStreamMetadata.getContentLength:()J
NutsStreamMetadata.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsStreamMetadata.getContentType:()Ljava/lang/String;
NutsStreamMetadata.getFormattedPath ( ) [abstract] : NutsString
net/thevpc/nuts/NutsStreamMetadata.getFormattedPath:()Lnet/thevpc/nuts/NutsString;
NutsStreamMetadata.getName ( ) [abstract] : String
net/thevpc/nuts/NutsStreamMetadata.getName:()Ljava/lang/String;
NutsStreamMetadata.getUserKind ( ) [abstract] : String
net/thevpc/nuts/NutsStreamMetadata.getUserKind:()Ljava/lang/String;
NutsStreamMetadata.of ( Object is ) [static] : NutsStreamMetadata
net/thevpc/nuts/NutsStreamMetadata.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStreamMetadata;
NutsStreamMetadata.resolve ( Object is ) [static] : NutsStreamMetadata
net/thevpc/nuts/NutsStreamMetadata.resolve:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStreamMetadata;
NutsStreamMetadata.setUserKind ( String p1 ) [abstract] : NutsStreamMetadata
net/thevpc/nuts/NutsStreamMetadata.setUserKind:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStreamMetadata;
nuts-0.8.3.jar,
NutsStreamMetadataAware.class
package net.thevpc.nuts
NutsStreamMetadataAware.getStreamMetadata ( ) [abstract] : NutsStreamMetadata
net/thevpc/nuts/NutsStreamMetadataAware.getStreamMetadata:()Lnet/thevpc/nuts/NutsStreamMetadata;
nuts-0.8.3.jar,
NutsStreams.class
package net.thevpc.nuts.spi
NutsStreams.createEmptyStream ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createEmptyStream:()Lnet/thevpc/nuts/NutsStream;
NutsStreams.createStream ( Iterable<T> p1, Function<NutsElements,NutsElement> p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createStream:(Ljava/lang/Iterable;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsStream;
NutsStreams.createStream ( Iterator<T> p1, Function<NutsElements,NutsElement> p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createStream:(Ljava/util/Iterator;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsStream;
NutsStreams.createStream ( NutsIterable<T> p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createStream:(Lnet/thevpc/nuts/NutsIterable;)Lnet/thevpc/nuts/NutsStream;
NutsStreams.createStream ( NutsIterator<T> p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createStream:(Lnet/thevpc/nuts/NutsIterator;)Lnet/thevpc/nuts/NutsStream;
NutsStreams.createStream ( Stream<T> p1, Function<NutsElements,NutsElement> p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createStream:(Ljava/util/stream/Stream;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsStream;
NutsStreams.createStream ( T[ ] p1, Function<NutsElements,NutsElement> p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createStream:([Ljava/lang/Object;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsStream;
NutsStreams.of ( NutsSession session ) [static] : NutsStreams
net/thevpc/nuts/spi/NutsStreams.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsStreams;
nuts-0.8.3.jar,
NutsString.class
package net.thevpc.nuts
NutsString.builder ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsString.builder:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsString.of ( NutsMessage str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsString.of:(Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
NutsString.of ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsString.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
NutsString.ofPlain ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsString.ofPlain:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.3.jar,
NutsSupportCondition.class
package net.thevpc.nuts
NutsSupportCondition.id ( ) : String
net/thevpc/nuts/NutsSupportCondition.id:()Ljava/lang/String;
NutsSupportCondition.parse ( String value, NutsSession session ) [static] : NutsSupportCondition
net/thevpc/nuts/NutsSupportCondition.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSupportCondition;
NutsSupportCondition.parse ( String value, NutsSupportCondition emptyValue, NutsSession session ) [static] : NutsSupportCondition
net/thevpc/nuts/NutsSupportCondition.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSupportCondition;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSupportCondition;
NutsSupportCondition.parseLenient ( String value ) [static] : NutsSupportCondition
net/thevpc/nuts/NutsSupportCondition.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSupportCondition;
NutsSupportCondition.parseLenient ( String value, NutsSupportCondition emptyOrErrorValue ) [static] : NutsSupportCondition
net/thevpc/nuts/NutsSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSupportCondition;)Lnet/thevpc/nuts/NutsSupportCondition;
NutsSupportCondition.parseLenient ( String value, NutsSupportCondition emptyValue, NutsSupportCondition errorValue ) [static] : NutsSupportCondition
net/thevpc/nuts/NutsSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSupportCondition;Lnet/thevpc/nuts/NutsSupportCondition;)Lnet/thevpc/nuts/NutsSupportCondition;
NutsSupportCondition.valueOf ( String name ) [static] : NutsSupportCondition
net/thevpc/nuts/NutsSupportCondition.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSupportCondition;
NutsSupportCondition.values ( ) [static] : NutsSupportCondition[ ]
net/thevpc/nuts/NutsSupportCondition.values:()[Lnet/thevpc/nuts/NutsSupportCondition;
nuts-0.8.3.jar,
NutsSupported.class
package net.thevpc.nuts
NutsSupported<T>.getSupportLevel ( ) [abstract] : int
net/thevpc/nuts/NutsSupported.getSupportLevel:()I
NutsSupported<T>.getValue ( ) [abstract] : T
net/thevpc/nuts/NutsSupported.getValue:()Ljava/lang/Object;
NutsSupported<T>.invalid ( ) [static] : NutsSupported<T>
net/thevpc/nuts/NutsSupported.invalid:()Lnet/thevpc/nuts/NutsSupported;
NutsSupported<T>.isValid ( ) : boolean
net/thevpc/nuts/NutsSupported.isValid:()Z
NutsSupported<T>.isValid ( NutsSupported<T> s ) [static] : boolean
net/thevpc/nuts/NutsSupported.isValid:(Lnet/thevpc/nuts/NutsSupported;)Z
NutsSupported<T>.of ( int supportLevel, Supplier<T> supplier ) [static] : NutsSupported<T>
net/thevpc/nuts/NutsSupported.of:(ILjava/util/function/Supplier;)Lnet/thevpc/nuts/NutsSupported;
NutsSupported<T>.of ( int supportLevel, T value ) [static] : NutsSupported<T>
net/thevpc/nuts/NutsSupported.of:(ILjava/lang/Object;)Lnet/thevpc/nuts/NutsSupported;
nuts-0.8.3.jar,
NutsSupportLevelContext.class
package net.thevpc.nuts.spi
NutsSupportLevelContext.getConstraints ( ) [abstract] : T
net/thevpc/nuts/spi/NutsSupportLevelContext.getConstraints:()Ljava/lang/Object;
NutsSupportLevelContext.getConstraints ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/spi/NutsSupportLevelContext.getConstraints:(Ljava/lang/Class;)Ljava/lang/Object;
NutsSupportLevelContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSupportLevelContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsSupportLevelContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.3.jar,
NutsSupportMode.class
package net.thevpc.nuts
NutsSupportMode.acceptCondition ( NutsSupportCondition request, NutsSession session ) : boolean
net/thevpc/nuts/NutsSupportMode.acceptCondition:(Lnet/thevpc/nuts/NutsSupportCondition;Lnet/thevpc/nuts/NutsSession;)Z
NutsSupportMode.id ( ) : String
net/thevpc/nuts/NutsSupportMode.id:()Ljava/lang/String;
NutsSupportMode.parse ( String value, NutsSession session ) [static] : NutsSupportMode
net/thevpc/nuts/NutsSupportMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSupportMode;
NutsSupportMode.parse ( String value, NutsSupportMode emptyValue, NutsSession session ) [static] : NutsSupportMode
net/thevpc/nuts/NutsSupportMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSupportMode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSupportMode;
NutsSupportMode.parseLenient ( String any ) [static] : NutsSupportMode
net/thevpc/nuts/NutsSupportMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSupportMode;
NutsSupportMode.parseLenient ( String any, NutsSupportMode emptyOrErrorValue ) [static] : NutsSupportMode
net/thevpc/nuts/NutsSupportMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSupportMode;)Lnet/thevpc/nuts/NutsSupportMode;
NutsSupportMode.parseLenient ( String any, NutsSupportMode emptyValue, NutsSupportMode errorValue ) [static] : NutsSupportMode
net/thevpc/nuts/NutsSupportMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSupportMode;Lnet/thevpc/nuts/NutsSupportMode;)Lnet/thevpc/nuts/NutsSupportMode;
NutsSupportMode.valueOf ( String name ) [static] : NutsSupportMode
net/thevpc/nuts/NutsSupportMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSupportMode;
NutsSupportMode.values ( ) [static] : NutsSupportMode[ ]
net/thevpc/nuts/NutsSupportMode.values:()[Lnet/thevpc/nuts/NutsSupportMode;
nuts-0.8.3.jar,
NutsSystemTerminal.class
package net.thevpc.nuts
NutsSystemTerminal.enableRichTerm ( NutsSession session ) [static] : void
net/thevpc/nuts/NutsSystemTerminal.enableRichTerm:(Lnet/thevpc/nuts/NutsSession;)V
NutsSystemTerminal.getBase ( ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/NutsSystemTerminal.getBase:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
nuts-0.8.3.jar,
NutsSystemTerminalBase.class
package net.thevpc.nuts.spi
NutsSystemTerminalBase.clearScreen ( NutsSession p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.clearScreen:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.getCommandHighlighter ( ) [abstract] : String
net/thevpc/nuts/spi/NutsSystemTerminalBase.getCommandHighlighter:()Ljava/lang/String;
NutsSystemTerminalBase.getTerminalCursor ( NutsSession p1 ) [abstract] : NutsSystemTerminalBase.Cursor
net/thevpc/nuts/spi/NutsSystemTerminalBase.getTerminalCursor:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase$Cursor;
NutsSystemTerminalBase.getTerminalSize ( NutsSession p1 ) [abstract] : NutsSystemTerminalBase.Size
net/thevpc/nuts/spi/NutsSystemTerminalBase.getTerminalSize:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase$Size;
NutsSystemTerminalBase.resetLine ( NutsSession p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.resetLine:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.run ( NutsTerminalCommand p1, NutsSession p2 ) [abstract] : Object
net/thevpc/nuts/spi/NutsSystemTerminalBase.run:(Lnet/thevpc/nuts/NutsTerminalCommand;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/Object;
NutsSystemTerminalBase.setCommandHighlighter ( String p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandHighlighter:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.setStyles ( NutsTextStyles p1, NutsSession p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsSystemTerminalBase.setStyles:(Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.3.jar,
NutsSystemTerminalBaseImpl.class
package net.thevpc.nuts.spi
NutsSystemTerminalBaseImpl.clearScreen ( NutsSession session ) : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBaseImpl.clearScreen:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBaseImpl.getTerminalCursor ( NutsSession session ) : NutsSystemTerminalBase.Cursor
net/thevpc/nuts/spi/NutsSystemTerminalBaseImpl.getTerminalCursor:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase$Cursor;
NutsSystemTerminalBaseImpl.getTerminalSize ( NutsSession session ) : NutsSystemTerminalBase.Size
net/thevpc/nuts/spi/NutsSystemTerminalBaseImpl.getTerminalSize:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase$Size;
NutsSystemTerminalBaseImpl.NutsSystemTerminalBaseImpl ( )
net/thevpc/nuts/spi/NutsSystemTerminalBaseImpl."<init>":()V
NutsSystemTerminalBaseImpl.resetLine ( NutsSession session ) : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBaseImpl.resetLine:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
nuts-0.8.3.jar,
NutsTableFormat.class
package net.thevpc.nuts
NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsTableFormat.of ( NutsSession session ) [static] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setNtf ( boolean p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsTableFormat.setSession ( NutsSession p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsTableFormat.setValue ( Object p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsContentTypeFormat;
nuts-0.8.3.jar,
NutsTableSeparator.class
package net.thevpc.nuts
NutsTableSeparator.parse ( String value, NutsSession session ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.parse ( String value, NutsTableSeparator emptyValue, NutsSession session ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTableSeparator;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTableSeparator;
nuts-0.8.3.jar,
NutsTerminalMode.class
package net.thevpc.nuts
NutsTerminalMode.parse ( String value, NutsSession session ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.parse ( String value, NutsTerminalMode emptyValue, NutsSession session ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTerminalMode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalMode;
nuts-0.8.3.jar,
NutsTerminals.class
package net.thevpc.nuts.spi
NutsTerminals.createMemTerminal ( boolean p1, NutsSession p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/spi/NutsTerminals.createMemTerminal:(ZLnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminals.createMemTerminal ( NutsSession p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/spi/NutsTerminals.createMemTerminal:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminals.createTerminal ( InputStream p1, NutsPrintStream p2, NutsPrintStream p3, NutsSession p4 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/spi/NutsTerminals.createTerminal:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminals.createTerminal ( NutsSession p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/spi/NutsTerminals.createTerminal:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminals.createTerminal ( NutsSessionTerminal p1, NutsSession p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/spi/NutsTerminals.createTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminals.enableRichTerm ( NutsSession p1 ) [abstract] : NutsTerminals
net/thevpc/nuts/spi/NutsTerminals.enableRichTerm:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsTerminals;
NutsTerminals.of ( NutsSession session ) [static] : NutsTerminals
net/thevpc/nuts/spi/NutsTerminals.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsTerminals;
nuts-0.8.3.jar,
NutsTerminalSpec.class
package net.thevpc.nuts.spi
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/spi/NutsTerminalSpec.copyFrom:(Lnet/thevpc/nuts/spi/NutsTerminalSpec;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsTerminalSpec.get ( String p1 ) [abstract] : Object
net/thevpc/nuts/spi/NutsTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NutsTerminalSpec.getAutoComplete ( ) [abstract] : Boolean
net/thevpc/nuts/spi/NutsTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NutsTerminalSpec.getParent ( ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsTerminalSpec.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/spi/NutsTerminalSpec.getProperties:()Ljava/util/Map;
NutsTerminalSpec.put ( String p1, Object p2 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/spi/NutsTerminalSpec.put:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsTerminalSpec.putAll ( Map<String,Object> p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/spi/NutsTerminalSpec.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsTerminalSpec.setAutoComplete ( Boolean p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/spi/NutsTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsTerminalSpec.setParent ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/spi/NutsTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
nuts-0.8.3.jar,
NutsTextBuilder.class
package net.thevpc.nuts
NutsTextBuilder.flatten ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.flatten:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.get ( int p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextBuilder.get:(I)Lnet/thevpc/nuts/NutsText;
NutsTextBuilder.getChildren ( ) [abstract] : List<NutsText>
net/thevpc/nuts/NutsTextBuilder.getChildren:()Ljava/util/List;
NutsTextBuilder.insert ( int p1, NutsText... p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.insert:(I[Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.items ( ) [abstract] : Iterable<NutsText>
net/thevpc/nuts/NutsTextBuilder.items:()Ljava/lang/Iterable;
NutsTextBuilder.lines ( ) [abstract] : NutsStream<NutsTextBuilder>
net/thevpc/nuts/NutsTextBuilder.lines:()Lnet/thevpc/nuts/NutsStream;
NutsTextBuilder.readLine ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.readLine:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.removeAt ( int p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.removeAt:(I)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.replace ( int p1, int p2, NutsText... p3 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.replace:(II[Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.replaceChildren ( int p1, int p2, NutsText... p3 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.replaceChildren:(II[Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.subChildren ( int p1, int p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextBuilder.subChildren:(II)Lnet/thevpc/nuts/NutsText;
NutsTextBuilder.substring ( int p1, int p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextBuilder.substring:(II)Lnet/thevpc/nuts/NutsText;
nuts-0.8.3.jar,
NutsTextCode.class
package net.thevpc.nuts
NutsTextCode.getText ( ) [abstract] : String
net/thevpc/nuts/NutsTextCode.getText:()Ljava/lang/String;
NutsTextCode.highlight ( NutsSession p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextCode.highlight:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.3.jar,
NutsTextFormatStyle.class
package net.thevpc.nuts
NutsTextFormatStyle.parse ( String value, NutsSession session ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.parse ( String value, NutsTextFormatStyle emptyValue, NutsSession session ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatStyle;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextFormatStyle;
nuts-0.8.3.jar,
NutsTextList.class
package net.thevpc.nuts
NutsTextList.getChildren ( ) [abstract] : List<NutsText>
net/thevpc/nuts/NutsTextList.getChildren:()Ljava/util/List;
nuts-0.8.3.jar,
NutsTexts.class
package net.thevpc.nuts
NutsTexts.addCodeHighlighter ( NutsCodeHighlighter p1 ) [abstract] : NutsTexts
net/thevpc/nuts/NutsTexts.addCodeHighlighter:(Lnet/thevpc/nuts/NutsCodeHighlighter;)Lnet/thevpc/nuts/NutsTexts;
NutsTexts.applyStyles ( NutsString p1, NutsTextStyle... p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.applyStyles:(Lnet/thevpc/nuts/NutsString;[Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsText;
NutsTexts.applyStyles ( NutsString p1, NutsTextStyles p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.applyStyles:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsText;
NutsTexts.applyStyles ( NutsText p1, NutsTextStyle... p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.applyStyles:(Lnet/thevpc/nuts/NutsText;[Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsText;
NutsTexts.applyStyles ( NutsText p1, NutsTextStyles p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.applyStyles:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsText;
NutsTexts.builder ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTexts.builder:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsTexts.getCodeHighlighter ( String p1 ) [abstract] : NutsCodeHighlighter
net/thevpc/nuts/NutsTexts.getCodeHighlighter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCodeHighlighter;
NutsTexts.getCodeHighlighters ( ) [abstract] : NutsCodeHighlighter[ ]
net/thevpc/nuts/NutsTexts.getCodeHighlighters:()[Lnet/thevpc/nuts/NutsCodeHighlighter;
NutsTexts.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTexts.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTexts.getTheme ( ) [abstract] : NutsTextFormatTheme
net/thevpc/nuts/NutsTexts.getTheme:()Lnet/thevpc/nuts/NutsTextFormatTheme;
NutsTexts.of ( NutsSession session ) [static] : NutsTexts
net/thevpc/nuts/NutsTexts.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTexts;
NutsTexts.ofAnchor ( String p1 ) [abstract] : NutsTextAnchor
net/thevpc/nuts/NutsTexts.ofAnchor:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextAnchor;
NutsTexts.ofBlank ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.ofBlank:()Lnet/thevpc/nuts/NutsText;
NutsTexts.ofCode ( String p1, String p2 ) [abstract] : NutsTextCode
net/thevpc/nuts/NutsTexts.ofCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextCode;
NutsTexts.ofCommand ( NutsTerminalCommand p1 ) [abstract] : NutsTextCommand
net/thevpc/nuts/NutsTexts.ofCommand:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsTextCommand;
NutsTexts.ofLink ( NutsText p1 ) [abstract] : NutsTextLink
net/thevpc/nuts/NutsTexts.ofLink:(Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextLink;
NutsTexts.ofList ( Collection<NutsText> p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTexts.ofList:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextList;
NutsTexts.ofList ( NutsText... p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTexts.ofList:([Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextList;
NutsTexts.ofNumbering ( ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTexts.ofNumbering:()Lnet/thevpc/nuts/NutsTextNumbering;
NutsTexts.ofNumbering ( String p1 ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTexts.ofNumbering:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextNumbering;
NutsTexts.ofPlain ( String p1 ) [abstract] : NutsTextPlain
net/thevpc/nuts/NutsTexts.ofPlain:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextPlain;
NutsTexts.ofStyled ( NutsString p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTexts.ofStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTexts.ofStyled ( NutsString p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTexts.ofStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTexts.ofStyled ( NutsText p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTexts.ofStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTexts.ofStyled ( NutsText p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTexts.ofStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTexts.ofStyled ( String p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTexts.ofStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTexts.ofStyled ( String p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTexts.ofStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTexts.parse ( String p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsText;
NutsTexts.parser ( ) [abstract] : NutsTextParser
net/thevpc/nuts/NutsTexts.parser:()Lnet/thevpc/nuts/NutsTextParser;
NutsTexts.removeCodeHighlighter ( String p1 ) [abstract] : NutsTexts
net/thevpc/nuts/NutsTexts.removeCodeHighlighter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTexts;
NutsTexts.setSession ( NutsSession p1 ) [abstract] : NutsTexts
net/thevpc/nuts/NutsTexts.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTexts;
NutsTexts.setTheme ( NutsTextFormatTheme p1 ) [abstract] : NutsTexts
net/thevpc/nuts/NutsTexts.setTheme:(Lnet/thevpc/nuts/NutsTextFormatTheme;)Lnet/thevpc/nuts/NutsTexts;
NutsTexts.setTheme ( String p1 ) [abstract] : NutsTexts
net/thevpc/nuts/NutsTexts.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTexts;
NutsTexts.toText ( Object p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.toText:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.3.jar,
NutsTextStyle.class
package net.thevpc.nuts
NutsTextStyle.equals ( Object o ) : boolean
net/thevpc/nuts/NutsTextStyle.equals:(Ljava/lang/Object;)Z
NutsTextStyle.hashCode ( ) : int
net/thevpc/nuts/NutsTextStyle.hashCode:()I
NutsTextStyle.id ( ) : String
net/thevpc/nuts/NutsTextStyle.id:()Ljava/lang/String;
NutsTextStyle.parseLenient ( String value ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.parseLenient ( String value, NutsTextStyle emptyValue ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.parseLenient ( String value, NutsTextStyle emptyValue, NutsTextStyle errorValue ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyle;
nuts-0.8.3.jar,
NutsTextStyled.class
package net.thevpc.nuts
NutsTextStyled.of ( NutsString str, NutsTextStyle style, NutsSession session ) [static] : NutsTextStyled
net/thevpc/nuts/NutsTextStyled.of:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyle;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextStyled.of ( NutsString str, NutsTextStyles styles, NutsSession session ) [static] : NutsTextStyled
net/thevpc/nuts/NutsTextStyled.of:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextStyled.of ( NutsText str, NutsTextStyle style, NutsSession session ) [static] : NutsTextStyled
net/thevpc/nuts/NutsTextStyled.of:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyle;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextStyled.of ( NutsText str, NutsTextStyles styles, NutsSession session ) [static] : NutsTextStyled
net/thevpc/nuts/NutsTextStyled.of:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextStyled.of ( String str, NutsTextStyle style, NutsSession session ) [static] : NutsTextStyled
net/thevpc/nuts/NutsTextStyled.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextStyled.of ( String str, NutsTextStyles styles, NutsSession session ) [static] : NutsTextStyled
net/thevpc/nuts/NutsTextStyled.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyled;
nuts-0.8.3.jar,
NutsTextStyles.class
package net.thevpc.nuts
NutsTextStyles.equals ( Object o ) : boolean
net/thevpc/nuts/NutsTextStyles.equals:(Ljava/lang/Object;)Z
NutsTextStyles.hashCode ( ) : int
net/thevpc/nuts/NutsTextStyles.hashCode:()I
NutsTextStyles.id ( ) : String
net/thevpc/nuts/NutsTextStyles.id:()Ljava/lang/String;
NutsTextStyles.isPlain ( ) : boolean
net/thevpc/nuts/NutsTextStyles.isPlain:()Z
NutsTextStyles.parseLenient ( String value ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.parseLenient ( String value, NutsTextStyles emptyValue ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.parseLenient ( String value, NutsTextStyles emptyValue, NutsTextStyles errorValue ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.toArray ( ) : NutsTextStyle[ ]
net/thevpc/nuts/NutsTextStyles.toArray:()[Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyles.toList ( ) : List<NutsTextStyle>
net/thevpc/nuts/NutsTextStyles.toList:()Ljava/util/List;
nuts-0.8.3.jar,
NutsTextStyleType.class
package net.thevpc.nuts
NutsTextStyleType.parse ( String value, NutsSession session ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.parse ( String value, NutsTextStyleType emptyValue, NutsSession session ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyleType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyleType;
nuts-0.8.3.jar,
NutsTextType.class
package net.thevpc.nuts
NutsTextType.parse ( String value, NutsSession session ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.parse ( String value, NutsTextType emptyValue, NutsSession session ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextType;
nuts-0.8.3.jar,
NutsTmp.class
package net.thevpc.nuts
NutsTmp.createTempFile ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsTmp.createTempFile:()Lnet/thevpc/nuts/NutsPath;
NutsTmp.createTempFile ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsTmp.createTempFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsTmp.createTempFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsTmp.createTempFolder:()Lnet/thevpc/nuts/NutsPath;
NutsTmp.createTempFolder ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsTmp.createTempFolder:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsTmp.getRepositoryId ( ) [abstract] : String
net/thevpc/nuts/NutsTmp.getRepositoryId:()Ljava/lang/String;
NutsTmp.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTmp.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTmp.of ( NutsSession session ) [static] : NutsTmp
net/thevpc/nuts/NutsTmp.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTmp;
NutsTmp.setRepositoryId ( String p1 ) [abstract] : NutsTmp
net/thevpc/nuts/NutsTmp.setRepositoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTmp;
NutsTmp.setSession ( NutsSession p1 ) [abstract] : NutsTmp
net/thevpc/nuts/NutsTmp.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTmp;
nuts-0.8.3.jar,
NutsTreeFormat.class
package net.thevpc.nuts
NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsTreeFormat.of ( NutsSession session ) [static] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setNtf ( boolean p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsTreeFormat.setSession ( NutsSession p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsTreeFormat.setValue ( Object p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsContentTypeFormat;
nuts-0.8.3.jar,
NutsTreeVisitor.class
package net.thevpc.nuts
NutsTreeVisitor<T>.postVisitDirectory ( T p1, Exception p2, NutsSession p3 ) [abstract] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitor.postVisitDirectory:(Ljava/lang/Object;Ljava/lang/Exception;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitor<T>.preVisitDirectory ( T p1, NutsSession p2 ) [abstract] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitor.preVisitDirectory:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitor<T>.visitFile ( T p1, NutsSession p2 ) [abstract] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitor.visitFile:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitor<T>.visitFileFailed ( T p1, Exception p2, NutsSession p3 ) [abstract] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitor.visitFileFailed:(Ljava/lang/Object;Ljava/lang/Exception;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeVisitResult;
nuts-0.8.3.jar,
NutsTreeVisitResult.class
package net.thevpc.nuts
NutsTreeVisitResult.id ( ) : String
net/thevpc/nuts/NutsTreeVisitResult.id:()Ljava/lang/String;
NutsTreeVisitResult.parse ( String value, NutsSession session ) [static] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitResult.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitResult.parse ( String value, NutsTreeVisitResult emptyValue, NutsSession session ) [static] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitResult.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTreeVisitResult;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitResult.parseLenient ( String value ) [static] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitResult.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitResult.parseLenient ( String value, NutsTreeVisitResult emptyOrErrorValue ) [static] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitResult.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTreeVisitResult;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitResult.parseLenient ( String value, NutsTreeVisitResult emptyValue, NutsTreeVisitResult errorValue ) [static] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitResult.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTreeVisitResult;Lnet/thevpc/nuts/NutsTreeVisitResult;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitResult.valueOf ( String name ) [static] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitResult.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitResult.values ( ) [static] : NutsTreeVisitResult[ ]
net/thevpc/nuts/NutsTreeVisitResult.values:()[Lnet/thevpc/nuts/NutsTreeVisitResult;
nuts-0.8.3.jar,
NutsUncompress.class
package net.thevpc.nuts
NutsUncompress.addOptions ( NutsPathOption... p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.addOptions:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.clearOptions ( ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.clearOptions:()Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.from ( File p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.from:(Ljava/io/File;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.from ( InputStream p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.from ( NutsPath p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.from:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.from ( Path p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.from ( String p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.from ( URL p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.from:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.getFormat ( ) [abstract] : String
net/thevpc/nuts/NutsUncompress.getFormat:()Ljava/lang/String;
NutsUncompress.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsUncompress.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NutsUncompress.getOptions ( ) [abstract] : Set<NutsPathOption>
net/thevpc/nuts/NutsUncompress.getOptions:()Ljava/util/Set;
NutsUncompress.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsUncompress.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsUncompress.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsUncompress.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsUncompress.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsUncompress.getSource:()Ljava/lang/Object;
NutsUncompress.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsUncompress.getTarget:()Ljava/lang/Object;
NutsUncompress.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsUncompress.isSafe:()Z
NutsUncompress.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsUncompress.isSkipRoot:()Z
NutsUncompress.of ( NutsSession session ) [static] : NutsUncompress
net/thevpc/nuts/NutsUncompress.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.progressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.progressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.removeOptions ( NutsPathOption... p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.removeOptions:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.run ( ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.run:()Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setFormat ( String p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setFormatOption ( String p1, Object p2 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSafe ( boolean p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSafe:(Z)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSession ( NutsSession p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSkipRoot ( boolean p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSource ( File p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSource ( InputStream p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSource ( NutsPath p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSource ( Path p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSource ( URL p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setTarget ( File p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setTarget ( NutsPath p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setTarget:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setTarget ( Path p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setTarget ( String p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.to ( File p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.to ( NutsPath p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.to:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.to ( Path p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.to ( String p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.visit ( NutsIOUncompressVisitor p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.visit:(Lnet/thevpc/nuts/NutsIOUncompressVisitor;)Lnet/thevpc/nuts/NutsUncompress;
nuts-0.8.3.jar,
NutsUnsafeFunction.class
package net.thevpc.nuts
NutsUnsafeFunction<T,R>.of ( NutsUnsafeFunctionBase<T,V> o, Function<NutsElements,NutsElement> descr ) [static] : NutsUnsafeFunction<T,V>
net/thevpc/nuts/NutsUnsafeFunction.of:(Lnet/thevpc/nuts/NutsUnsafeFunctionBase;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsUnsafeFunction;
NutsUnsafeFunction<T,R>.of ( NutsUnsafeFunctionBase<T,V> o, NutsElement descr ) [static] : NutsUnsafeFunction<T,V>
net/thevpc/nuts/NutsUnsafeFunction.of:(Lnet/thevpc/nuts/NutsUnsafeFunctionBase;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsUnsafeFunction;
NutsUnsafeFunction<T,R>.of ( NutsUnsafeFunctionBase<T,V> o, String descr ) [static] : NutsUnsafeFunction<T,V>
net/thevpc/nuts/NutsUnsafeFunction.of:(Lnet/thevpc/nuts/NutsUnsafeFunctionBase;Ljava/lang/String;)Lnet/thevpc/nuts/NutsUnsafeFunction;
nuts-0.8.3.jar,
NutsUnsafeFunctionBase.class
package net.thevpc.nuts
NutsUnsafeFunctionBase<T,R>.apply ( T p1 ) [abstract] : R
net/thevpc/nuts/NutsUnsafeFunctionBase.apply:(Ljava/lang/Object;)Ljava/lang/Object;
nuts-0.8.3.jar,
NutsUpdateResult.class
package net.thevpc.nuts
NutsUpdateResult.getInstalled ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsUpdateResult.getInstalled:()Lnet/thevpc/nuts/NutsDefinition;
NutsUpdateResult.isInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isInstalled:()Z
NutsUpdateResult.isUpdatable ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdatable:()Z
nuts-0.8.3.jar,
NutsUtilPlatforms.class
package net.thevpc.nuts
NutsUtilPlatforms.buildLocations ( NutsOsFamily platformOsFamily, NutsStoreLocationStrategy storeLocationStrategy, Map<NutsStoreLocation,String> baseLocations, Map<NutsHomeLocation,String> homeLocations, boolean global, String workspaceLocation, NutsSession session ) [static] : Map<NutsStoreLocation,String>
net/thevpc/nuts/NutsUtilPlatforms.buildLocations:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocationStrategy;Ljava/util/Map;Ljava/util/Map;ZLjava/lang/String;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Map;
NutsUtilPlatforms.getCustomPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<NutsHomeLocation,String> homeLocations ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getCustomPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;)Ljava/lang/String;
NutsUtilPlatforms.getDefaultPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getDefaultPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;ZLjava/lang/String;)Ljava/lang/String;
NutsUtilPlatforms.getWorkspaceLocation ( NutsOsFamily platformOsFamily, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWorkspaceLocation:(Lnet/thevpc/nuts/NutsOsFamily;ZLjava/lang/String;)Ljava/lang/String;
nuts-0.8.3.jar,
NutsUtilStrings.class
package net.thevpc.nuts
NutsUtilStrings.toHexChar ( int nibble ) [static] : char
net/thevpc/nuts/NutsUtilStrings.toHexChar:(I)C
NutsUtilStrings.toHexString ( byte[ ] bytes ) [static] : String
net/thevpc/nuts/NutsUtilStrings.toHexString:([B)Ljava/lang/String;
nuts-0.8.3.jar,
NutsVersion.class
package net.thevpc.nuts
NutsVersion.compatNewer ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.compatNewer:()Lnet/thevpc/nuts/NutsVersion;
NutsVersion.compatOlder ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.compatOlder:()Lnet/thevpc/nuts/NutsVersion;
NutsVersion.getInt ( int p1, int p2 ) [abstract] : int
net/thevpc/nuts/NutsVersion.getInt:(II)I
NutsVersion.getLong ( int p1, long p2 ) [abstract] : long
net/thevpc/nuts/NutsVersion.getLong:(IJ)J
NutsVersion.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersion.isBlank:()Z
NutsVersion.isFilter ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersion.isFilter:()Z
NutsVersion.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersion.isNull:()Z
NutsVersion.of ( String str, NutsSession session ) [static] : NutsVersion
net/thevpc/nuts/NutsVersion.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersion;
nuts-0.8.3.jar,
NutsVersionFilters.class
package net.thevpc.nuts
NutsVersionFilters.byValue ( String p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilters.byValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilters.of ( NutsSession session ) [static] : NutsVersionFilters
net/thevpc/nuts/NutsVersionFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionFilters;
nuts-0.8.3.jar,
NutsVersionFormat.class
package net.thevpc.nuts
NutsVersionFormat.of ( NutsSession session ) [static] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionFormat;
nuts-0.8.3.jar,
NutsVersionParser.class
package net.thevpc.nuts
NutsVersionParser.isAcceptBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionParser.isAcceptBlank:()Z
NutsVersionParser.isAcceptIntervals ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionParser.isAcceptIntervals:()Z
NutsVersionParser.of ( NutsSession session ) [static] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionParser;
NutsVersionParser.setAcceptBlank ( boolean p1 ) [abstract] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.setAcceptBlank:(Z)Lnet/thevpc/nuts/NutsVersionParser;
NutsVersionParser.setAcceptIntervals ( boolean p1 ) [abstract] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.setAcceptIntervals:(Z)Lnet/thevpc/nuts/NutsVersionParser;
nuts-0.8.3.jar,
NutsWorkspace.class
package net.thevpc.nuts
NutsWorkspace.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspace.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsWorkspace.info ( ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsWorkspace.info:()Lnet/thevpc/nuts/NutsInfoCommand;
nuts-0.8.3.jar,
NutsWorkspaceArchetypeComponent.class
package net.thevpc.nuts.spi
NutsWorkspaceArchetypeComponent.startWorkspace ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsWorkspaceArchetypeComponent.startWorkspace:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.3.jar,
NutsWorkspaceBootConfig.class
package net.thevpc.nuts
NutsWorkspaceBootConfig.getHomeLocation ( NutsHomeLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;)Ljava/lang/String;
nuts-0.8.3.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
NutsWorkspaceConfigManager.getConfigMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceConfigManager.getConfigMap:()Ljava/util/Map;
NutsWorkspaceConfigManager.getConfigProperty ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsWorkspaceConfigManager.getConfigProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsWorkspaceConfigManager.getDefaultTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsWorkspaceConfigManager.getDefaultTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsWorkspaceConfigManager.getSystemTerminal ( ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsWorkspaceConfigManager.getSystemTerminal:()Lnet/thevpc/nuts/NutsSystemTerminal;
NutsWorkspaceConfigManager.resolveRepositoryPath ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceConfigManager.resolveRepositoryPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceConfigManager.setConfigProperty ( String p1, String p2 ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsWorkspaceConfigManager.setConfigProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
NutsWorkspaceConfigManager.setDefaultTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsWorkspaceConfigManager.setDefaultTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
NutsWorkspaceConfigManager.setSystemTerminal ( NutsSystemTerminalBase p1 ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsWorkspaceConfigManager.setSystemTerminal:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
nuts-0.8.3.jar,
NutsWorkspaceEnvManager.class
package net.thevpc.nuts
NutsWorkspaceEnvManager.getDesktopIntegrationSupport ( NutsDesktopIntegrationItem p1 ) [abstract] : NutsSupportMode
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopIntegrationSupport:(Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsSupportMode;
NutsWorkspaceEnvManager.getPropertyElement ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyElement:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsWorkspaceEnvManager.getShellFamilies ( ) [abstract] : NutsShellFamily[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getShellFamilies:()[Lnet/thevpc/nuts/NutsShellFamily;
NutsWorkspaceEnvManager.getShellFamily ( ) [abstract] : NutsShellFamily
net/thevpc/nuts/NutsWorkspaceEnvManager.getShellFamily:()Lnet/thevpc/nuts/NutsShellFamily;
NutsWorkspaceEnvManager.platforms ( ) [abstract] : NutsPlatformManager
net/thevpc/nuts/NutsWorkspaceEnvManager.platforms:()Lnet/thevpc/nuts/NutsPlatformManager;
nuts-0.8.3.jar,
NutsWorkspaceExtensionManager.class
package net.thevpc.nuts
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, boolean p2, V p3 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;ZLjava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
NutsWorkspaceExtensionManager.getCompanionIds ( ) [abstract] : Set<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getCompanionIds:()Ljava/util/Set;
nuts-0.8.3.jar,
NutsWorkspaceListManager.class
package net.thevpc.nuts
NutsWorkspaceListManager.addWorkspace ( String p1, NutsSession p2 ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceListManager.addWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceListManager.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceListManager.getName:()Ljava/lang/String;
NutsWorkspaceListManager.of ( NutsSession session ) [static] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceListManager.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
NutsWorkspaceListManager.setName ( String p1 ) [abstract] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceListManager.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
nuts-0.8.3.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdBasedir:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getHomeLocation ( NutsHomeLocation p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2, String p3 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.setHomeLocation ( NutsHomeLocation p1, String p2 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
nuts-0.8.3.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
NutsWorkspaceOptions.getCommandHelp ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getCommandHelp:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getCommandVersion ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getCommandVersion:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getCustomOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getCustomOptions:()[Ljava/lang/String;
NutsWorkspaceOptions.getDebug ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getDebug:()Ljava/lang/String;
NutsWorkspaceOptions.getDependencySolver ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getDependencySolver:()Ljava/lang/String;
NutsWorkspaceOptions.getHomeLocation ( NutsHomeLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;)Ljava/lang/String;
NutsWorkspaceOptions.isCommandHelp ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isCommandHelp:()Z
NutsWorkspaceOptions.isCommandVersion ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isCommandVersion:()Z
nuts-0.8.3.jar,
NutsWorkspaceOptionsBuilder.class
package net.thevpc.nuts
NutsWorkspaceOptionsBuilder.getCommandHelp ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCommandHelp:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getCommandVersion ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCommandVersion:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getCustomOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCustomOptions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getDebug ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDebug:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getDependencySolver ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDependencySolver:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getHomeLocation ( NutsHomeLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;)Ljava/lang/String;
NutsWorkspaceOptionsBuilder.isCommandHelp ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isCommandHelp:()Z
NutsWorkspaceOptionsBuilder.isCommandVersion ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isCommandVersion:()Z
NutsWorkspaceOptionsBuilder.of ( NutsSession session ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCommandHelp ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCommandHelp:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCommandVersion ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCommandVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCustomOptions ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCustomOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDebug ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDebug:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDependencySolver ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDependencySolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setHomeLocation ( NutsHomeLocation p1, String p2 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.toBootOptions ( ) [abstract] : NutsBootOptions
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.toBootOptions:()Lnet/thevpc/nuts/NutsBootOptions;
nuts-0.8.3.jar,
NutsWorkspaceSecurityManager.class
package net.thevpc.nuts
NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsAuthenticationAgent;
nuts-0.8.3.jar,
NutsWorkspaceStoredConfig.class
package net.thevpc.nuts
NutsWorkspaceStoredConfig.getHomeLocation ( NutsHomeLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;)Ljava/lang/String;
nuts-0.8.3.jar,
NutsWorkspaceUpdateResult.class
package net.thevpc.nuts
NutsWorkspaceUpdateResult.getUpdatable ( ) [abstract] : NutsUpdateResult[ ]
net/thevpc/nuts/NutsWorkspaceUpdateResult.getUpdatable:()[Lnet/thevpc/nuts/NutsUpdateResult;
nuts-0.8.3.jar,
Op.class
package net.thevpc.nuts
NutsExpr.Op.getFct ( ) [abstract] : NutsExpr.Fct
net/thevpc/nuts/NutsExpr.Op.getFct:()Lnet/thevpc/nuts/NutsExpr$Fct;
NutsExpr.Op.getName ( ) [abstract] : String
net/thevpc/nuts/NutsExpr.Op.getName:()Ljava/lang/String;
NutsExpr.Op.getPrecedence ( ) [abstract] : int
net/thevpc/nuts/NutsExpr.Op.getPrecedence:()I
NutsExpr.Op.getType ( ) [abstract] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.Op.getType:()Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.Op.isLeftAssociative ( ) [abstract] : boolean
net/thevpc/nuts/NutsExpr.Op.isLeftAssociative:()Z
NutsExpr.Op.isRightAssociative ( ) [abstract] : boolean
net/thevpc/nuts/NutsExpr.Op.isRightAssociative:()Z
nuts-0.8.3.jar,
OpType.class
package net.thevpc.nuts
NutsExpr.OpType.id ( ) : String
net/thevpc/nuts/NutsExpr.OpType.id:()Ljava/lang/String;
NutsExpr.OpType.parse ( String value, NutsExpr.OpType emptyValue, NutsSession session ) [static] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.OpType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$OpType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.OpType.parse ( String value, NutsSession session ) [static] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.OpType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.OpType.parseLenient ( String value ) [static] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.OpType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.OpType.parseLenient ( String value, NutsExpr.OpType emptyOrErrorValue ) [static] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.OpType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$OpType;)Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.OpType.parseLenient ( String value, NutsExpr.OpType emptyValue, NutsExpr.OpType errorValue ) [static] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.OpType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$OpType;Lnet/thevpc/nuts/NutsExpr$OpType;)Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.OpType.valueOf ( String name ) [static] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.OpType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.OpType.values ( ) [static] : NutsExpr.OpType[ ]
net/thevpc/nuts/NutsExpr.OpType.values:()[Lnet/thevpc/nuts/NutsExpr$OpType;
nuts-0.8.3.jar,
PrivateNutsBootLog.class
package net.thevpc.nuts.boot
PrivateNutsBootLog.err ( ) : PrintStream
net/thevpc/nuts/boot/PrivateNutsBootLog.err:()Ljava/io/PrintStream;
PrivateNutsBootLog.isLoggable ( Level lvl ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootLog.isLoggable:(Ljava/util/logging/Level;)Z
PrivateNutsBootLog.log ( Level lvl, NutsLogVerb logVerb, NutsMessage message ) : void
net/thevpc/nuts/boot/PrivateNutsBootLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Lnet/thevpc/nuts/NutsMessage;)V
PrivateNutsBootLog.log ( Level lvl, NutsMessage message, Throwable err ) : void
net/thevpc/nuts/boot/PrivateNutsBootLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
PrivateNutsBootLog.PrivateNutsBootLog ( NutsBootTerminal bootTerminal )
net/thevpc/nuts/boot/PrivateNutsBootLog."<init>":(Lnet/thevpc/nuts/NutsBootTerminal;)V
PrivateNutsBootLog.readLine ( ) : String
net/thevpc/nuts/boot/PrivateNutsBootLog.readLine:()Ljava/lang/String;
PrivateNutsBootLog.setOptions ( NutsBootOptions options ) : void
net/thevpc/nuts/boot/PrivateNutsBootLog.setOptions:(Lnet/thevpc/nuts/NutsBootOptions;)V
nuts-0.8.3.jar,
PrivateNutsBootRepositoryDB.class
package net.thevpc.nuts.boot
PrivateNutsBootRepositoryDB.getAllNames ( String name ) : Set<String>
net/thevpc/nuts/boot/PrivateNutsBootRepositoryDB.getAllNames:(Ljava/lang/String;)Ljava/util/Set;
PrivateNutsBootRepositoryDB.getRepositoryNameByURL ( String url ) : String
net/thevpc/nuts/boot/PrivateNutsBootRepositoryDB.getRepositoryNameByURL:(Ljava/lang/String;)Ljava/lang/String;
PrivateNutsBootRepositoryDB.getRepositoryURLByName ( String name ) : String
net/thevpc/nuts/boot/PrivateNutsBootRepositoryDB.getRepositoryURLByName:(Ljava/lang/String;)Ljava/lang/String;
PrivateNutsBootRepositoryDB.getSupportLevel ( NutsSupportLevelContext context ) : int
net/thevpc/nuts/boot/PrivateNutsBootRepositoryDB.getSupportLevel:(Lnet/thevpc/nuts/spi/NutsSupportLevelContext;)I
PrivateNutsBootRepositoryDB.isDefaultRepositoryName ( String name ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootRepositoryDB.isDefaultRepositoryName:(Ljava/lang/String;)Z
PrivateNutsBootRepositoryDB.PrivateNutsBootRepositoryDB ( )
net/thevpc/nuts/boot/PrivateNutsBootRepositoryDB."<init>":()V
nuts-0.8.3.jar,
PrivateNutsBootVal.class
package net.thevpc.nuts.boot
PrivateNutsBootVal.equals ( Object o ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.equals:(Ljava/lang/Object;)Z
PrivateNutsBootVal.getBoolean ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.getBoolean:()Z
PrivateNutsBootVal.getBoolean ( Boolean emptyOrErrorValue ) : Boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.getBoolean:(Ljava/lang/Boolean;)Ljava/lang/Boolean;
PrivateNutsBootVal.getBoolean ( Boolean emptyValue, Boolean errorValue ) : Boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.getBoolean:(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
PrivateNutsBootVal.getDouble ( ) : double
net/thevpc/nuts/boot/PrivateNutsBootVal.getDouble:()D
PrivateNutsBootVal.getDouble ( Double emptyOrErrorValue ) : Double
net/thevpc/nuts/boot/PrivateNutsBootVal.getDouble:(Ljava/lang/Double;)Ljava/lang/Double;
PrivateNutsBootVal.getDouble ( Double emptyValue, Double errorValue ) : Double
net/thevpc/nuts/boot/PrivateNutsBootVal.getDouble:(Ljava/lang/Double;Ljava/lang/Double;)Ljava/lang/Double;
PrivateNutsBootVal.getFloat ( ) : float
net/thevpc/nuts/boot/PrivateNutsBootVal.getFloat:()F
PrivateNutsBootVal.getFloat ( Float emptyOrErrorValue ) : Float
net/thevpc/nuts/boot/PrivateNutsBootVal.getFloat:(Ljava/lang/Float;)Ljava/lang/Float;
PrivateNutsBootVal.getFloat ( Float emptyValue, Float errorValue ) : Float
net/thevpc/nuts/boot/PrivateNutsBootVal.getFloat:(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float;
PrivateNutsBootVal.getInt ( ) : int
net/thevpc/nuts/boot/PrivateNutsBootVal.getInt:()I
PrivateNutsBootVal.getInt ( Integer emptyOrErrorValue ) : Integer
net/thevpc/nuts/boot/PrivateNutsBootVal.getInt:(Ljava/lang/Integer;)Ljava/lang/Integer;
PrivateNutsBootVal.getInt ( Integer emptyValue, Integer errorValue ) : Integer
net/thevpc/nuts/boot/PrivateNutsBootVal.getInt:(Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/Integer;
PrivateNutsBootVal.getLong ( ) : long
net/thevpc/nuts/boot/PrivateNutsBootVal.getLong:()J
PrivateNutsBootVal.getLong ( Long emptyOrErrorValue ) : Long
net/thevpc/nuts/boot/PrivateNutsBootVal.getLong:(Ljava/lang/Long;)Ljava/lang/Long;
PrivateNutsBootVal.getLong ( Long emptyValue, Long errorValue ) : Long
net/thevpc/nuts/boot/PrivateNutsBootVal.getLong:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/lang/Long;
PrivateNutsBootVal.getObject ( ) : Object
net/thevpc/nuts/boot/PrivateNutsBootVal.getObject:()Ljava/lang/Object;
PrivateNutsBootVal.getObject ( Object defaultValue ) : Object
net/thevpc/nuts/boot/PrivateNutsBootVal.getObject:(Ljava/lang/Object;)Ljava/lang/Object;
PrivateNutsBootVal.getString ( ) : String
net/thevpc/nuts/boot/PrivateNutsBootVal.getString:()Ljava/lang/String;
PrivateNutsBootVal.getString ( String defaultValue ) : String
net/thevpc/nuts/boot/PrivateNutsBootVal.getString:(Ljava/lang/String;)Ljava/lang/String;
PrivateNutsBootVal.hashCode ( ) : int
net/thevpc/nuts/boot/PrivateNutsBootVal.hashCode:()I
PrivateNutsBootVal.isBlank ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isBlank:()Z
PrivateNutsBootVal.isBoolean ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isBoolean:()Z
PrivateNutsBootVal.isDouble ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isDouble:()Z
PrivateNutsBootVal.isFloat ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isFloat:()Z
PrivateNutsBootVal.isInt ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isInt:()Z
PrivateNutsBootVal.isLong ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isLong:()Z
PrivateNutsBootVal.isNull ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isNull:()Z
PrivateNutsBootVal.isString ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isString:()Z
PrivateNutsBootVal.PrivateNutsBootVal ( String value )
net/thevpc/nuts/boot/PrivateNutsBootVal."<init>":(Ljava/lang/String;)V
PrivateNutsBootVal.toString ( ) : String
net/thevpc/nuts/boot/PrivateNutsBootVal.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
PrivateNutsMonitoredURLInputStream.class
package net.thevpc.nuts.boot
PrivateNutsMonitoredURLInputStream.close ( ) : void
net/thevpc/nuts/boot/PrivateNutsMonitoredURLInputStream.close:()V
PrivateNutsMonitoredURLInputStream.of ( URL url, PrivateNutsBootLog log ) [static] : PrivateNutsMonitoredURLInputStream
net/thevpc/nuts/boot/PrivateNutsMonitoredURLInputStream.of:(Ljava/net/URL;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Lnet/thevpc/nuts/boot/PrivateNutsMonitoredURLInputStream;
PrivateNutsMonitoredURLInputStream.read ( ) : int
net/thevpc/nuts/boot/PrivateNutsMonitoredURLInputStream.read:()I
PrivateNutsMonitoredURLInputStream.read ( byte[ ] b, int off, int len ) : int
net/thevpc/nuts/boot/PrivateNutsMonitoredURLInputStream.read:([BII)I
PrivateNutsMonitoredURLInputStream.skip ( long n ) : long
net/thevpc/nuts/boot/PrivateNutsMonitoredURLInputStream.skip:(J)J
nuts-0.8.3.jar,
PrivateNutsUtilApplication.class
package net.thevpc.nuts.boot
PrivateNutsUtilApplication.PrivateNutsUtilApplication ( )
net/thevpc/nuts/boot/PrivateNutsUtilApplication."<init>":()V
PrivateNutsUtilApplication.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/boot/PrivateNutsUtilApplication.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
PrivateNutsUtilApplication.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui ) [static] : int
net/thevpc/nuts/boot/PrivateNutsUtilApplication.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;ZZZ)I
nuts-0.8.3.jar,
PrivateNutsUtilIO.class
package net.thevpc.nuts.boot
PrivateNutsUtilIO.copy ( File ff, File to, PrivateNutsBootLog bLog ) [static] : void
net/thevpc/nuts/boot/PrivateNutsUtilIO.copy:(Ljava/io/File;Ljava/io/File;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)V
PrivateNutsUtilIO.copy ( InputStream from, OutputStream to, boolean closeInput, boolean closeOutput ) [static] : long
net/thevpc/nuts/boot/PrivateNutsUtilIO.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;ZZ)J
PrivateNutsUtilIO.copy ( URL url, File to, PrivateNutsBootLog bLog ) [static] : void
net/thevpc/nuts/boot/PrivateNutsUtilIO.copy:(Ljava/net/URL;Ljava/io/File;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)V
PrivateNutsUtilIO.expandPath ( String path, String base, Function<String,String> pathExpansionConverter ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilIO.expandPath:(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;)Ljava/lang/String;
PrivateNutsUtilIO.getAbsolutePath ( String path ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilIO.getAbsolutePath:(Ljava/lang/String;)Ljava/lang/String;
PrivateNutsUtilIO.getNativePath ( String s ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilIO.getNativePath:(Ljava/lang/String;)Ljava/lang/String;
PrivateNutsUtilIO.isFileAccessible ( Path path, Instant expireTime, PrivateNutsBootLog bLog ) [static] : boolean
net/thevpc/nuts/boot/PrivateNutsUtilIO.isFileAccessible:(Ljava/nio/file/Path;Ljava/time/Instant;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Z
PrivateNutsUtilIO.isURL ( String url ) [static] : boolean
net/thevpc/nuts/boot/PrivateNutsUtilIO.isURL:(Ljava/lang/String;)Z
PrivateNutsUtilIO.loadStream ( InputStream stream, PrivateNutsBootLog bLog ) [static] : byte[ ]
net/thevpc/nuts/boot/PrivateNutsUtilIO.loadStream:(Ljava/io/InputStream;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)[B
PrivateNutsUtilIO.loadURLProperties ( Path path, PrivateNutsBootLog bLog ) [static] : Properties
net/thevpc/nuts/boot/PrivateNutsUtilIO.loadURLProperties:(Ljava/nio/file/Path;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/util/Properties;
PrivateNutsUtilIO.loadURLProperties ( URL url, File cacheFile, boolean useCache, PrivateNutsBootLog bLog ) [static] : Properties
net/thevpc/nuts/boot/PrivateNutsUtilIO.loadURLProperties:(Ljava/net/URL;Ljava/io/File;ZLnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/util/Properties;
PrivateNutsUtilIO.openStream ( URL url, PrivateNutsBootLog bLog ) [static] : InputStream
net/thevpc/nuts/boot/PrivateNutsUtilIO.openStream:(Ljava/net/URL;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/io/InputStream;
PrivateNutsUtilIO.preloadStream ( InputStream stream, PrivateNutsBootLog bLog ) [static] : ByteArrayInputStream
net/thevpc/nuts/boot/PrivateNutsUtilIO.preloadStream:(Ljava/io/InputStream;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/io/ByteArrayInputStream;
PrivateNutsUtilIO.PrivateNutsUtilIO ( )
net/thevpc/nuts/boot/PrivateNutsUtilIO."<init>":()V
PrivateNutsUtilIO.readStringFromFile ( File file ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilIO.readStringFromFile:(Ljava/io/File;)Ljava/lang/String;
PrivateNutsUtilIO.toFile ( String url ) [static] : File
net/thevpc/nuts/boot/PrivateNutsUtilIO.toFile:(Ljava/lang/String;)Ljava/io/File;
PrivateNutsUtilIO.toFile ( URL url ) [static] : File
net/thevpc/nuts/boot/PrivateNutsUtilIO.toFile:(Ljava/net/URL;)Ljava/io/File;
nuts-0.8.3.jar,
PrivateNutsUtilMavenRepos.class
package net.thevpc.nuts.boot
PrivateNutsUtilMavenRepos.getFileName ( NutsBootId id, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.getFileName:(Lnet/thevpc/nuts/spi/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsUtilMavenRepos.getPathFile ( NutsBootId id, String name ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.getPathFile:(Lnet/thevpc/nuts/spi/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsUtilMavenRepos.PrivateNutsUtilMavenRepos ( )
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos."<init>":()V
PrivateNutsUtilMavenRepos.resolveJarIds ( URL url ) [static] : NutsBootId[ ]
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolveJarIds:(Ljava/net/URL;)[Lnet/thevpc/nuts/spi/NutsBootId;
PrivateNutsUtilMavenRepos.resolveMavenFullPath ( NutsRepositoryLocation repo, NutsBootId nutsId, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolveMavenFullPath:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;Lnet/thevpc/nuts/spi/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsUtilMavenRepos.resolveNutsApiPomPattern ( String propName, PrivateNutsBootLog bLog ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolveNutsApiPomPattern:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/lang/String;
PrivateNutsUtilMavenRepos.resolveNutsApiVersionFromClassPath ( PrivateNutsBootLog bLog ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolveNutsApiVersionFromClassPath:(Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/lang/String;
PrivateNutsUtilMavenRepos.resolveOrDownloadJar ( NutsBootId nutsId, NutsRepositoryLocation[ ] repositories, NutsRepositoryLocation cacheFolder, PrivateNutsBootLog bLog, boolean includeDesc, Instant expire, PrivateNutsErrorInfoList errors ) [static] : File
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolveOrDownloadJar:(Lnet/thevpc/nuts/spi/NutsBootId;[Lnet/thevpc/nuts/spi/NutsRepositoryLocation;Lnet/thevpc/nuts/spi/NutsRepositoryLocation;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;ZLjava/time/Instant;Lnet/thevpc/nuts/boot/PrivateNutsErrorInfoList;)Ljava/io/File;
PrivateNutsUtilMavenRepos.resolvePomTagValues ( String[ ] propNames, File file ) [static] : Map<String,String>
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolvePomTagValues:([Ljava/lang/String;Ljava/io/File;)Ljava/util/Map;
PrivateNutsUtilMavenRepos.resolvePomTagValues ( String[ ] propNames, InputStream is ) [static] : Map<String,String>
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolvePomTagValues:([Ljava/lang/String;Ljava/io/InputStream;)Ljava/util/Map;
PrivateNutsUtilMavenRepos.toMavenPath ( NutsBootId nutsId ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.toMavenPath:(Lnet/thevpc/nuts/spi/NutsBootId;)Ljava/lang/String;
nuts-0.8.3.jar,
Size.class
package net.thevpc.nuts.spi
NutsSystemTerminalBase.Size.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsSystemTerminalBase.Size.equals:(Ljava/lang/Object;)Z
NutsSystemTerminalBase.Size.getColumns ( ) : int
net/thevpc/nuts/spi/NutsSystemTerminalBase.Size.getColumns:()I
NutsSystemTerminalBase.Size.getRows ( ) : int
net/thevpc/nuts/spi/NutsSystemTerminalBase.Size.getRows:()I
NutsSystemTerminalBase.Size.hashCode ( ) : int
net/thevpc/nuts/spi/NutsSystemTerminalBase.Size.hashCode:()I
NutsSystemTerminalBase.Size.NutsSystemTerminalBase.Size ( int columns, int rows )
net/thevpc/nuts/spi/NutsSystemTerminalBase.Size."<init>":(II)V
NutsSystemTerminalBase.Size.toString ( ) : String
net/thevpc/nuts/spi/NutsSystemTerminalBase.Size.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
Var.class
package net.thevpc.nuts
NutsExpr.Var.get ( String p1, NutsExpr p2 ) [abstract] : Object
net/thevpc/nuts/NutsExpr.Var.get:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr;)Ljava/lang/Object;
NutsExpr.Var.set ( String p1, Object p2, NutsExpr p3 ) [abstract] : void
net/thevpc/nuts/NutsExpr.Var.set:(Ljava/lang/String;Ljava/lang/Object;Lnet/thevpc/nuts/NutsExpr;)V
to the top
Removed Methods 1263
nuts-0.8.1.jar,
Deps.class
package net.thevpc.nuts.boot
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )
net/thevpc/nuts/boot/PrivateNutsUtils.Deps."<init>":()V
nuts-0.8.1.jar,
ErrorInfo.class
package net.thevpc.nuts.boot
PrivateNutsUtils.ErrorInfo.getMessage ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getMessage:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getNutsId ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getNutsId:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getRepository ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getRepository:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getThrowable ( ) : Throwable
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getThrowable:()Ljava/lang/Throwable;
PrivateNutsUtils.ErrorInfo.getUrl ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getUrl:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.PrivateNutsUtils.ErrorInfo ( String nutsId, String repository, String url, String message, Throwable throwable )
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
ErrorInfoList.class
package net.thevpc.nuts.boot
PrivateNutsUtils.ErrorInfoList.add ( PrivateNutsUtils.ErrorInfo e ) : void
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.add:(Lnet/thevpc/nuts/boot/PrivateNutsUtils$ErrorInfo;)V
PrivateNutsUtils.ErrorInfoList.list ( ) : List<PrivateNutsUtils.ErrorInfo>
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.list:()Ljava/util/List;
PrivateNutsUtils.ErrorInfoList.PrivateNutsUtils.ErrorInfoList ( )
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList."<init>":()V
PrivateNutsUtils.ErrorInfoList.removeErrorsFor ( String nutsId ) : void
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.removeErrorsFor:(Ljava/lang/String;)V
nuts-0.8.1.jar,
Nuts.class
package net.thevpc.nuts
Nuts.createOptions ( ) [static] : NutsWorkspaceOptions
net/thevpc/nuts/Nuts.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
Nuts.createOptionsBuilder ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/Nuts.createOptionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
Nuts.getBuildNumber ( ) [static] : String
net/thevpc/nuts/Nuts.getBuildNumber:()Ljava/lang/String;
Nuts.getPlatformHomeFolder ( NutsOsFamily storeLocationLayout, NutsStoreLocation folderType, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/Nuts.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
Nuts.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/Nuts.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
Nuts.openWorkspace ( NutsWorkspaceOptions options ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
Nuts.run ( NutsSession session, String[ ] args ) [static] : void
net/thevpc/nuts/Nuts.run:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;)V
Nuts.runWorkspace ( String... args ) [static] : void
net/thevpc/nuts/Nuts.runWorkspace:([Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsActionSupport.class
package net.thevpc.nuts
NutsActionSupport.acceptCondition ( NutsActionSupportCondition request, NutsSession session ) : boolean
net/thevpc/nuts/NutsActionSupport.acceptCondition:(Lnet/thevpc/nuts/NutsActionSupportCondition;Lnet/thevpc/nuts/NutsSession;)Z
NutsActionSupport.id ( ) : String
net/thevpc/nuts/NutsActionSupport.id:()Ljava/lang/String;
NutsActionSupport.parseLenient ( String any ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyOrErrorValue ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupport;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyValue, NutsActionSupport errorValue ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupport;Lnet/thevpc/nuts/NutsActionSupport;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.valueOf ( String name ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.values ( ) [static] : NutsActionSupport[ ]
net/thevpc/nuts/NutsActionSupport.values:()[Lnet/thevpc/nuts/NutsActionSupport;
nuts-0.8.1.jar,
NutsActionSupportCondition.class
package net.thevpc.nuts
NutsActionSupportCondition.id ( ) : String
net/thevpc/nuts/NutsActionSupportCondition.id:()Ljava/lang/String;
NutsActionSupportCondition.parseLenient ( String value ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyOrErrorValue ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyValue, NutsActionSupportCondition errorValue ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupportCondition;Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.valueOf ( String name ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.values ( ) [static] : NutsActionSupportCondition[ ]
net/thevpc/nuts/NutsActionSupportCondition.values:()[Lnet/thevpc/nuts/NutsActionSupportCondition;
nuts-0.8.1.jar,
NutsAddOptions.class
package net.thevpc.nuts
NutsAddOptions.getSession ( ) : NutsSession
net/thevpc/nuts/NutsAddOptions.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsAddOptions.NutsAddOptions ( )
net/thevpc/nuts/NutsAddOptions."<init>":()V
NutsAddOptions.setSession ( NutsSession session ) : NutsAddOptions
net/thevpc/nuts/NutsAddOptions.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsAddOptions;
nuts-0.8.1.jar,
NutsAddRepositoryOptions.class
package net.thevpc.nuts
NutsAddRepositoryOptions.getDeployOrder ( ) : int
net/thevpc/nuts/NutsAddRepositoryOptions.getDeployOrder:()I
NutsAddRepositoryOptions.setDeployOrder ( int value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setDeployOrder:(I)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.1.jar,
NutsApiUtils.class
package net.thevpc.nuts.boot
NutsApiUtils.createHomeLocationKey ( NutsOsFamily storeLocationLayout, NutsStoreLocation location ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.createHomeLocationKey:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApiUtils.createOptions ( ) [static] : NutsWorkspaceOptions
net/thevpc/nuts/boot/NutsApiUtils.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsApiUtils.createOptionsBuilder ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NutsApiUtils.createOptionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsApiUtils.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
NutsApiUtils.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/boot/NutsApiUtils.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsApiUtils.resolveNutsBuildNumber ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsBuildNumber:()Ljava/lang/String;
NutsApiUtils.resolveNutsVersionFromClassPath ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsVersionFromClassPath:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsApplicationContext.class
package net.thevpc.nuts
NutsApplicationContext.getAppsFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Ljava/lang/String;
NutsApplicationContext.getAppVersionStoreLocationSupplier ( ) [abstract] : NutsAppVersionStoreLocationSupplier
net/thevpc/nuts/NutsApplicationContext.getAppVersionStoreLocationSupplier:()Lnet/thevpc/nuts/NutsAppVersionStoreLocationSupplier;
NutsApplicationContext.getCacheFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Ljava/lang/String;
NutsApplicationContext.getConfigFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Ljava/lang/String;
NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApplicationContext.getLibFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Ljava/lang/String;
NutsApplicationContext.getLogFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Ljava/lang/String;
NutsApplicationContext.getRunFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApplicationContext.getSharedLibFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedLogFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedRunFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedTempFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedVarFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Ljava/lang/String;
NutsApplicationContext.getTempFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Ljava/lang/String;
NutsApplicationContext.getVarFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Ljava/lang/String;
NutsApplicationContext.getVersionFolderFolder ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getVersionFolderFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsApplicationContext.processCommandLine ( NutsCommandLineProcessor p1 ) [abstract] : void
net/thevpc/nuts/NutsApplicationContext.processCommandLine:(Lnet/thevpc/nuts/NutsCommandLineProcessor;)V
NutsApplicationContext.setAppVersionStoreLocationSupplier ( NutsAppVersionStoreLocationSupplier p1 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.setAppVersionStoreLocationSupplier:(Lnet/thevpc/nuts/NutsAppVersionStoreLocationSupplier;)Lnet/thevpc/nuts/NutsApplicationContext;
nuts-0.8.1.jar,
NutsApplications.class
package net.thevpc.nuts
NutsApplications.runApplication ( NutsApplication applicationInstance, String[ ] args, NutsSession session ) [static] : void
net/thevpc/nuts/NutsApplications.runApplication:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsAppVersionStoreLocationSupplier.class
package net.thevpc.nuts
NutsAppVersionStoreLocationSupplier.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsAppVersionStoreLocationSupplier.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsArchFamily.class
package net.thevpc.nuts
NutsArchFamily.getArchFamily ( ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.getArchFamily:()Lnet/thevpc/nuts/NutsArchFamily;
nuts-0.8.1.jar,
NutsArgument.class
package net.thevpc.nuts
NutsArgument.getArgumentKey ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.getArgumentKey:()Lnet/thevpc/nuts/NutsArgument;
NutsArgument.getArgumentOptionName ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.getArgumentOptionName:()Lnet/thevpc/nuts/NutsArgument;
NutsArgument.getArgumentValue ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.getArgumentValue:()Lnet/thevpc/nuts/NutsArgument;
NutsArgument.getBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.getBoolean:()Z
NutsArgument.getBoolean ( Boolean p1 ) [abstract] : Boolean
net/thevpc/nuts/NutsArgument.getBoolean:(Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsArgument.getDouble ( ) [abstract] : double
net/thevpc/nuts/NutsArgument.getDouble:()D
NutsArgument.getDouble ( double p1 ) [abstract] : double
net/thevpc/nuts/NutsArgument.getDouble:(D)D
NutsArgument.getDoubleValue ( ) [abstract] : double
net/thevpc/nuts/NutsArgument.getDoubleValue:()D
NutsArgument.getInt ( ) [abstract] : int
net/thevpc/nuts/NutsArgument.getInt:()I
NutsArgument.getInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsArgument.getInt:(I)I
NutsArgument.getIntValue ( ) [abstract] : int
net/thevpc/nuts/NutsArgument.getIntValue:()I
NutsArgument.getIntValue ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsArgument.getIntValue:(I)I
NutsArgument.getKeyValueSeparator ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getKeyValueSeparator:()Ljava/lang/String;
NutsArgument.getLong ( ) [abstract] : long
net/thevpc/nuts/NutsArgument.getLong:()J
NutsArgument.getLong ( long p1 ) [abstract] : long
net/thevpc/nuts/NutsArgument.getLong:(J)J
NutsArgument.getLongValue ( ) [abstract] : long
net/thevpc/nuts/NutsArgument.getLongValue:()J
NutsArgument.getString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsArgument.getString:(Ljava/lang/String;)Ljava/lang/String;
NutsArgument.getStringOptionName ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringOptionName:()Ljava/lang/String;
NutsArgument.getStringOptionPrefix ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringOptionPrefix:()Ljava/lang/String;
NutsArgument.isBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isBoolean:()Z
NutsArgument.isDouble ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isDouble:()Z
NutsArgument.isInt ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isInt:()Z
NutsArgument.isLong ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isLong:()Z
nuts-0.8.1.jar,
NutsArgumentCandidate.class
package net.thevpc.nuts
NutsArgumentCandidate.of ( String value, NutsSession session ) [static] : NutsArgumentCandidate
net/thevpc/nuts/NutsArgumentCandidate.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentCandidate;
nuts-0.8.1.jar,
NutsArgumentCandidateBuilder.class
package net.thevpc.nuts
NutsArgumentCandidateBuilder.build ( ) [abstract] : NutsArgumentCandidate
net/thevpc/nuts/NutsArgumentCandidateBuilder.build:()Lnet/thevpc/nuts/NutsArgumentCandidate;
NutsArgumentCandidateBuilder.getDisplay ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentCandidateBuilder.getDisplay:()Ljava/lang/String;
NutsArgumentCandidateBuilder.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentCandidateBuilder.getValue:()Ljava/lang/String;
NutsArgumentCandidateBuilder.of ( NutsSession session ) [static] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsArgumentCandidateBuilder.setCandidate ( NutsArgumentCandidate p1 ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.setCandidate:(Lnet/thevpc/nuts/NutsArgumentCandidate;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsArgumentCandidateBuilder.setDisplay ( String p1 ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.setDisplay:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsArgumentCandidateBuilder.setValue ( String p1 ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
nuts-0.8.1.jar,
NutsAuthenticationAgent.class
package net.thevpc.nuts
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 ) [abstract] : void
net/thevpc/nuts/NutsAuthenticationAgent.checkCredentials:([C[CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)V
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 ) [abstract] : char[ ]
net/thevpc/nuts/NutsAuthenticationAgent.createCredentials:([CZ[CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)[C
NutsAuthenticationAgent.getCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsAuthenticationAgent.getCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)[C
NutsAuthenticationAgent.getId ( ) [abstract] : String
net/thevpc/nuts/NutsAuthenticationAgent.getId:()Ljava/lang/String;
NutsAuthenticationAgent.removeCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsAuthenticationAgent.removeCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)Z
nuts-0.8.1.jar,
NutsBootDescriptor.class
package net.thevpc.nuts.boot
NutsBootDescriptor.getDependencies ( ) : NutsBootId[ ]
net/thevpc/nuts/boot/NutsBootDescriptor.getDependencies:()[Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootDescriptor.getId ( ) : NutsBootId
net/thevpc/nuts/boot/NutsBootDescriptor.getId:()Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootDescriptor.NutsBootDescriptor ( NutsBootId id, NutsBootId[ ] dependencies )
net/thevpc/nuts/boot/NutsBootDescriptor."<init>":(Lnet/thevpc/nuts/boot/NutsBootId;[Lnet/thevpc/nuts/boot/NutsBootId;)V
nuts-0.8.1.jar,
NutsBootId.class
package net.thevpc.nuts.boot
NutsBootId.getArch ( ) : String
net/thevpc/nuts/boot/NutsBootId.getArch:()Ljava/lang/String;
NutsBootId.getArtifactId ( ) : String
net/thevpc/nuts/boot/NutsBootId.getArtifactId:()Ljava/lang/String;
NutsBootId.getGroupId ( ) : String
net/thevpc/nuts/boot/NutsBootId.getGroupId:()Ljava/lang/String;
NutsBootId.getLongName ( ) : String
net/thevpc/nuts/boot/NutsBootId.getLongName:()Ljava/lang/String;
NutsBootId.getOs ( ) : String
net/thevpc/nuts/boot/NutsBootId.getOs:()Ljava/lang/String;
NutsBootId.getShortName ( ) : String
net/thevpc/nuts/boot/NutsBootId.getShortName:()Ljava/lang/String;
NutsBootId.getVersion ( ) : NutsBootVersion
net/thevpc/nuts/boot/NutsBootId.getVersion:()Lnet/thevpc/nuts/boot/NutsBootVersion;
NutsBootId.isOptional ( ) : boolean
net/thevpc/nuts/boot/NutsBootId.isOptional:()Z
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version, boolean optional, String os, String arch )
net/thevpc/nuts/boot/NutsBootId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/NutsBootVersion;ZLjava/lang/String;Ljava/lang/String;)V
NutsBootId.parse ( String id ) [static] : NutsBootId
net/thevpc/nuts/boot/NutsBootId.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootId.parseAll ( String id ) [static] : NutsBootId[ ]
net/thevpc/nuts/boot/NutsBootId.parseAll:(Ljava/lang/String;)[Lnet/thevpc/nuts/boot/NutsBootId;
nuts-0.8.1.jar,
NutsBootVersion.class
package net.thevpc.nuts.boot
NutsBootVersion.accept ( NutsBootVersion other ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.accept:(Lnet/thevpc/nuts/boot/NutsBootVersion;)Z
NutsBootVersion.compareTo ( NutsBootVersion other ) : int
net/thevpc/nuts/boot/NutsBootVersion.compareTo:(Lnet/thevpc/nuts/boot/NutsBootVersion;)I
NutsBootVersion.compareTo ( String other ) : int
net/thevpc/nuts/boot/NutsBootVersion.compareTo:(Ljava/lang/String;)I
NutsBootVersion.getFrom ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.getFrom:()Ljava/lang/String;
NutsBootVersion.getTo ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.getTo:()Ljava/lang/String;
NutsBootVersion.isBlank ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isBlank:()Z
NutsBootVersion.isIncludeFrom ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isIncludeFrom:()Z
NutsBootVersion.isIncludeTo ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isIncludeTo:()Z
NutsBootVersion.isInterval ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isInterval:()Z
NutsBootVersion.isSingleValue ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isSingleValue:()Z
NutsBootVersion.parse ( String s ) [static] : NutsBootVersion
net/thevpc/nuts/boot/NutsBootVersion.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NutsBootVersion;
nuts-0.8.1.jar,
NutsBootWorkspace.class
package net.thevpc.nuts.boot
NutsBootWorkspace.createProcessBuilder ( ) : ProcessBuilder
net/thevpc/nuts/boot/NutsBootWorkspace.createProcessBuilder:()Ljava/lang/ProcessBuilder;
NutsBootWorkspace.getOptions ( ) : NutsWorkspaceOptions
net/thevpc/nuts/boot/NutsBootWorkspace.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsBootWorkspace.NutsBootWorkspace ( NutsWorkspaceOptions options )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
NutsBootWorkspace.NutsBootWorkspace ( String... args )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":([Ljava/lang/String;)V
NutsBootWorkspace.resolveBootRepositories ( ) : Set<String>
net/thevpc/nuts/boot/NutsBootWorkspace.resolveBootRepositories:()Ljava/util/Set;
NutsBootWorkspace.runWorkspace ( ) : void
net/thevpc/nuts/boot/NutsBootWorkspace.runWorkspace:()V
NutsBootWorkspace.startNewProcess ( ) : int
net/thevpc/nuts/boot/NutsBootWorkspace.startNewProcess:()I
nuts-0.8.1.jar,
NutsBootWorkspaceFactory.class
package net.thevpc.nuts.spi
NutsBootWorkspaceFactory.createWorkspace ( NutsWorkspaceInitInformation p1 ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.createWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceInitInformation;)Lnet/thevpc/nuts/NutsWorkspace;
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsWorkspaceOptions p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.getBootSupportLevel:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)I
nuts-0.8.1.jar,
NutsClassifierMapping.class
package net.thevpc.nuts
NutsClassifierMapping.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getArch:()[Ljava/lang/String;
NutsClassifierMapping.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMapping.getClassifier:()Ljava/lang/String;
NutsClassifierMapping.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getOs:()[Ljava/lang/String;
NutsClassifierMapping.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getOsdist:()[Ljava/lang/String;
NutsClassifierMapping.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMapping.getPackaging:()Ljava/lang/String;
NutsClassifierMapping.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getPlatform:()[Ljava/lang/String;
nuts-0.8.1.jar,
NutsClassifierMappingBuilder.class
package net.thevpc.nuts
NutsClassifierMappingBuilder.build ( ) [abstract] : NutsClassifierMapping
net/thevpc/nuts/NutsClassifierMappingBuilder.build:()Lnet/thevpc/nuts/NutsClassifierMapping;
NutsClassifierMappingBuilder.clear ( ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.clear:()Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getArch:()[Ljava/lang/String;
NutsClassifierMappingBuilder.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMappingBuilder.getClassifier:()Ljava/lang/String;
NutsClassifierMappingBuilder.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getOs:()[Ljava/lang/String;
NutsClassifierMappingBuilder.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getOsdist:()[Ljava/lang/String;
NutsClassifierMappingBuilder.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMappingBuilder.getPackaging:()Ljava/lang/String;
NutsClassifierMappingBuilder.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getPlatform:()[Ljava/lang/String;
NutsClassifierMappingBuilder.set ( NutsClassifierMapping p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.set:(Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.set ( NutsClassifierMappingBuilder p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.set:(Lnet/thevpc/nuts/NutsClassifierMappingBuilder;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setArch ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setClassifier ( String p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setOs ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setOsdist ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setOsdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setPackaging ( String p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setPlatform ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
nuts-0.8.1.jar,
NutsClassLoaderNode.class
package net.thevpc.nuts
NutsClassLoaderNode.NutsClassLoaderNode ( String id, URL url, boolean enabled, NutsClassLoaderNode... dependencies )
net/thevpc/nuts/NutsClassLoaderNode."<init>":(Ljava/lang/String;Ljava/net/URL;Z[Lnet/thevpc/nuts/NutsClassLoaderNode;)V
nuts-0.8.1.jar,
NutsCodeFormat.class
package net.thevpc.nuts
NutsCodeFormat.getSupportLevel ( NutsSupportLevelContext<String> p1 ) [abstract] : int
net/thevpc/nuts/NutsCodeFormat.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
NutsCodeFormat.stringToText ( String p1, NutsSession p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeFormat.stringToText:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
NutsCodeFormat.tokenToText ( String p1, String p2, NutsSession p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeFormat.tokenToText:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsCommandHistoryBuilder.class
package net.thevpc.nuts
NutsCommandHistoryBuilder.build ( ) [abstract] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistoryBuilder.build:()Lnet/thevpc/nuts/NutsCommandHistory;
NutsCommandHistoryBuilder.setPath ( File p1 ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandHistoryBuilder.setPath:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
NutsCommandHistoryBuilder.setPath ( Path p1 ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandHistoryBuilder.setPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
nuts-0.8.1.jar,
NutsCommandLine.class
package net.thevpc.nuts
NutsCommandLine.parse ( String line, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.process ( NutsCommandLineConfigurable p1, NutsCommandLineProcessor p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.process:(Lnet/thevpc/nuts/NutsCommandLineConfigurable;Lnet/thevpc/nuts/NutsCommandLineProcessor;)V
nuts-0.8.1.jar,
NutsCommandlineFamily.class
package net.thevpc.nuts
NutsCommandlineFamily.getArchFamily ( ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.getArchFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.id ( ) : String
net/thevpc/nuts/NutsCommandlineFamily.id:()Ljava/lang/String;
NutsCommandlineFamily.parseLenient ( String arch ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyOrErrorValue ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyValue, NutsCommandlineFamily errorValue ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandlineFamily;Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.valueOf ( String name ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.values ( ) [static] : NutsCommandlineFamily[ ]
net/thevpc/nuts/NutsCommandlineFamily.values:()[Lnet/thevpc/nuts/NutsCommandlineFamily;
nuts-0.8.1.jar,
NutsCommandLineFormat.class
package net.thevpc.nuts
NutsCommandLineFormat.getCommandlineFamily ( ) [abstract] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandLineFormat.getCommandlineFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandLineFormat.setCommandlineFamily ( NutsCommandlineFamily p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setCommandlineFamily:(Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandLineFormat;
nuts-0.8.1.jar,
NutsCommandLineFormatStrategy.class
package net.thevpc.nuts
NutsCommandLineFormatStrategy.getArchFamily ( ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.getArchFamily:()Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
nuts-0.8.1.jar,
NutsCommandLineManager.class
package net.thevpc.nuts
NutsCommandLineManager.create ( List<String> p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineManager.create:(Ljava/util/List;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineManager.create ( String... p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineManager.create:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineManager.createArgument ( String p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLineManager.createArgument:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLineManager.createCandidate ( ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsCommandLineManager.createCandidate:()Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsCommandLineManager.createCandidate ( String value ) : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsCommandLineManager.createCandidate:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsCommandLineManager.createHistory ( ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandLineManager.createHistory:()Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
NutsCommandLineManager.createName ( String p1, String p2 ) [abstract] : NutsArgumentName
net/thevpc/nuts/NutsCommandLineManager.createName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentName;
NutsCommandLineManager.createName ( String type ) : NutsArgumentName
net/thevpc/nuts/NutsCommandLineManager.createName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentName;
NutsCommandLineManager.formatter ( ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineManager.formatter:()Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineManager.formatter ( NutsCommandLine p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineManager.formatter:(Lnet/thevpc/nuts/NutsCommandLine;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineManager.getCommandlineFamily ( ) [abstract] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandLineManager.getCommandlineFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandLineManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCommandLineManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCommandLineManager.parse ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineManager.setCommandlineFamily ( NutsCommandlineFamily p1 ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsCommandLineManager.setCommandlineFamily:(Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandLineManager;
NutsCommandLineManager.setSession ( NutsSession p1 ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsCommandLineManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineManager;
nuts-0.8.1.jar,
NutsCommandLineProcessor.class
package net.thevpc.nuts
NutsCommandLineProcessor.onAutoComplete ( NutsCommandAutoComplete autoComplete ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onAutoComplete:(Lnet/thevpc/nuts/NutsCommandAutoComplete;)V
NutsCommandLineProcessor.onExec ( ) [abstract] : void
net/thevpc/nuts/NutsCommandLineProcessor.onExec:()V
NutsCommandLineProcessor.onInit ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onInit:(Lnet/thevpc/nuts/NutsCommandLine;)V
NutsCommandLineProcessor.onNextNonOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.onNextNonOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.onNextOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.onNextOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.onPrepare ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onPrepare:(Lnet/thevpc/nuts/NutsCommandLine;)V
nuts-0.8.1.jar,
NutsCommandReadHighlighter.class
package net.thevpc.nuts
NutsCommandReadHighlighter.highlight ( String p1, NutsSession p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsCommandReadHighlighter.highlight:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsComponent.class
package net.thevpc.nuts.spi
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsComponent.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
nuts-0.8.1.jar,
NutsConcurrentManager.class
package net.thevpc.nuts
NutsConcurrentManager.executorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/NutsConcurrentManager.executorService:()Ljava/util/concurrent/ExecutorService;
NutsConcurrentManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsConcurrentManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsConcurrentManager.lock ( ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsConcurrentManager.lock:()Lnet/thevpc/nuts/NutsIOLockAction;
NutsConcurrentManager.setSession ( NutsSession p1 ) [abstract] : NutsConcurrentManager
net/thevpc/nuts/NutsConcurrentManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsConcurrentManager;
nuts-0.8.1.jar,
NutsContent.class
package net.thevpc.nuts
NutsContent.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsContent.getFilePath:()Ljava/nio/file/Path;
NutsContent.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContent.getLocation:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.1.jar,
NutsDefaultArgumentCandidate.class
package net.thevpc.nuts
NutsDefaultArgumentCandidate.getDisplay ( ) : String
net/thevpc/nuts/NutsDefaultArgumentCandidate.getDisplay:()Ljava/lang/String;
NutsDefaultArgumentCandidate.getValue ( ) : String
net/thevpc/nuts/NutsDefaultArgumentCandidate.getValue:()Ljava/lang/String;
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value )
net/thevpc/nuts/NutsDefaultArgumentCandidate."<init>":(Ljava/lang/String;)V
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value, String display )
net/thevpc/nuts/NutsDefaultArgumentCandidate."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsDefaultContent.class
package net.thevpc.nuts
NutsDefaultContent.getFilePath ( ) : Path
net/thevpc/nuts/NutsDefaultContent.getFilePath:()Ljava/nio/file/Path;
NutsDefaultContent.getLocation ( ) : NutsPath
net/thevpc/nuts/NutsDefaultContent.getLocation:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.1.jar,
NutsDefaultSupportLevelContext.class
package net.thevpc.nuts
NutsDefaultSupportLevelContext<T>.getConstraints ( ) : T
net/thevpc/nuts/NutsDefaultSupportLevelContext.getConstraints:()Ljava/lang/Object;
NutsDefaultSupportLevelContext<T>.getSession ( ) : NutsSession
net/thevpc/nuts/NutsDefaultSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultSupportLevelContext<T>.getWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/NutsDefaultSupportLevelContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsDefaultSupportLevelContext<T>.NutsDefaultSupportLevelContext<T> ( NutsSession session, T constraints )
net/thevpc/nuts/NutsDefaultSupportLevelContext."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsDefaultTerminalSpec.class
package net.thevpc.nuts
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.copyFrom:(Lnet/thevpc/nuts/NutsTerminalSpec;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.get ( String name ) : Object
net/thevpc/nuts/NutsDefaultTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NutsDefaultTerminalSpec.getAutoComplete ( ) : Boolean
net/thevpc/nuts/NutsDefaultTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NutsDefaultTerminalSpec.getParent ( ) : NutsSystemTerminalBase
net/thevpc/nuts/NutsDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsDefaultTerminalSpec.getProperties ( ) : Map<String,Object>
net/thevpc/nuts/NutsDefaultTerminalSpec.getProperties:()Ljava/util/Map;
NutsDefaultTerminalSpec.NutsDefaultTerminalSpec ( )
net/thevpc/nuts/NutsDefaultTerminalSpec."<init>":()V
NutsDefaultTerminalSpec.put ( String name, Object o ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.put:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.setAutoComplete ( Boolean autoComplete ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.setParent ( NutsSystemTerminalBase parent ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.1.jar,
NutsDefinition.class
package net.thevpc.nuts
NutsDefinition.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsDefinition.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsDefinition.getPath ( ) [abstract] : Path
net/thevpc/nuts/NutsDefinition.getPath:()Ljava/nio/file/Path;
NutsDefinition.getType ( ) [abstract] : NutsIdType
net/thevpc/nuts/NutsDefinition.getType:()Lnet/thevpc/nuts/NutsIdType;
NutsDefinition.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsDefinition.getURL:()Ljava/net/URL;
nuts-0.8.1.jar,
NutsDependencies.class
package net.thevpc.nuts
NutsDependencies.all ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.all:()Ljava/util/List;
NutsDependencies.immediate ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.immediate:()Ljava/util/List;
NutsDependencies.mergedDependencies ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.mergedDependencies:()Ljava/util/List;
NutsDependencies.mergedNodes ( ) [abstract] : List<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.mergedNodes:()Ljava/util/List;
NutsDependencies.nodes ( ) [abstract] : List<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.nodes:()Ljava/util/List;
NutsDependencies.sourceIds ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsDependencies.sourceIds:()Ljava/util/List;
NutsDependencies.stream ( ) [abstract] : Stream<NutsDependency>
net/thevpc/nuts/NutsDependencies.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsDependency.class
package net.thevpc.nuts
NutsDependency.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getArch:()Ljava/lang/String;
NutsDependency.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getOs:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsDependencyBuilder.class
package net.thevpc.nuts
NutsDependencyBuilder.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getArch:()Ljava/lang/String;
NutsDependencyBuilder.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getOs:()Ljava/lang/String;
NutsDependencyBuilder.setArch ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setOs ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
nuts-0.8.1.jar,
NutsDependencyFilterManager.class
package net.thevpc.nuts
NutsDependencyFilterManager.byArch ( Collection<NutsArchFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( NutsArchFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( NutsArchFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:([Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byExclude ( NutsDependencyFilter p1, String[ ] p2 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byExclude:(Lnet/thevpc/nuts/NutsDependencyFilter;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byExpression ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOptional ( Boolean p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( Collection<NutsOsFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( NutsOsFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( NutsOsFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:([Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( Collection<NutsDependencyScope> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( NutsDependencyScope p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( NutsDependencyScope... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byType ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsDependencyFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsDependencyFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsDependencyFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyFilterManager;
nuts-0.8.1.jar,
NutsDependencyFormat.class
package net.thevpc.nuts
NutsDependencyFormat.isHighlightOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isHighlightOptional:()Z
NutsDependencyFormat.isHighlightScope ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isHighlightScope:()Z
NutsDependencyFormat.setHighlightOptional ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setHighlightOptional:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setHighlightScope ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setHighlightScope:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
nuts-0.8.1.jar,
NutsDependencyManager.class
package net.thevpc.nuts
NutsDependencyManager.builder ( ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyManager.builder:()Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyManager.filter ( ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsDependencyManager.filter:()Lnet/thevpc/nuts/NutsDependencyFilterManager;
NutsDependencyManager.formatter ( ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyManager.formatter:()Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyManager.formatter ( NutsDependency p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyManager.formatter:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDependencyManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDependencyManager.parser ( ) [abstract] : NutsDependencyParser
net/thevpc/nuts/NutsDependencyManager.parser:()Lnet/thevpc/nuts/NutsDependencyParser;
NutsDependencyManager.setSession ( NutsSession p1 ) [abstract] : NutsDependencyManager
net/thevpc/nuts/NutsDependencyManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyManager;
NutsDependencyManager.toScopeSet ( NutsDependencyScopePattern p1 ) [abstract] : Set<NutsDependencyScope>
net/thevpc/nuts/NutsDependencyManager.toScopeSet:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Ljava/util/Set;
nuts-0.8.1.jar,
NutsDependencyParser.class
package net.thevpc.nuts
NutsDependencyParser.parseDependency ( String p1 ) [abstract] : NutsDependency
net/thevpc/nuts/NutsDependencyParser.parseDependency:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependency;
NutsDependencyParser.parseOptional ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyParser.parseOptional:(Ljava/lang/String;)Z
NutsDependencyParser.parseScope ( String p1 ) [abstract] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyParser.parseScope:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScope;
nuts-0.8.1.jar,
NutsDescriptor.class
package net.thevpc.nuts
NutsDescriptor.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getArch:()[Ljava/lang/String;
NutsDescriptor.getClassifierMappings ( ) [abstract] : NutsClassifierMapping[ ]
net/thevpc/nuts/NutsDescriptor.getClassifierMappings:()[Lnet/thevpc/nuts/NutsClassifierMapping;
NutsDescriptor.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getDesktopEnvironment:()[Ljava/lang/String;
NutsDescriptor.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getOs:()[Ljava/lang/String;
NutsDescriptor.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getOsdist:()[Ljava/lang/String;
NutsDescriptor.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getPlatform:()[Ljava/lang/String;
NutsDescriptor.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsDescriptor.getProperties:()Ljava/util/Map;
nuts-0.8.1.jar,
NutsDescriptorBuilder.class
package net.thevpc.nuts
NutsDescriptorBuilder.addArch ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addClassifierMapping ( NutsClassifierMapping p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addClassifierMapping:(Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addOs ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addOsdist ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addOsdist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addPlatform ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addProperties ( Map<String,String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getArch:()[Ljava/lang/String;
NutsDescriptorBuilder.getClassifierMappings ( ) [abstract] : NutsClassifierMapping[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getClassifierMappings:()[Lnet/thevpc/nuts/NutsClassifierMapping;
NutsDescriptorBuilder.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getDesktopEnvironment:()[Ljava/lang/String;
NutsDescriptorBuilder.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getOs:()[Ljava/lang/String;
NutsDescriptorBuilder.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getOsdist:()[Ljava/lang/String;
NutsDescriptorBuilder.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getPlatform:()[Ljava/lang/String;
NutsDescriptorBuilder.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsDescriptorBuilder.getProperties:()Ljava/util/Map;
NutsDescriptorBuilder.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorBuilder.isApplication:()Z
NutsDescriptorBuilder.isExecutable ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorBuilder.isExecutable:()Z
NutsDescriptorBuilder.removeArch ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeDesktopEnvironment ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeDesktopEnvironment:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeOs ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeOsdist ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeOsdist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removePlatform ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removePlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.set ( NutsDescriptor p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.set:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.set ( NutsDescriptorBuilder p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.set:(Lnet/thevpc/nuts/NutsDescriptorBuilder;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setApplication ( boolean p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setApplication:(Z)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setArch ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setClassifierMappings ( NutsClassifierMapping[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setClassifierMappings:([Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setDesktopEnvironment ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setDesktopEnvironment:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setExecutable ( boolean p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setExecutable:(Z)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setOs ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setOsdist ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setOsdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setPlatform ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
nuts-0.8.1.jar,
NutsDescriptorFilterManager.class
package net.thevpc.nuts
NutsDescriptorFilterManager.byApiVersion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byApp ( Boolean p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byApp:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byArch ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byCompanion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byCompanion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExec ( Boolean p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExec:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExpression ( String p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExtension ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExtension:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byLockedIds ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byOsdist ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byOsdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byPackaging ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byPackaging:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byPlatform ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byRuntime ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byRuntime:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsDescriptorFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsDescriptorFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsDescriptorFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFilterManager;
nuts-0.8.1.jar,
NutsDescriptorManager.class
package net.thevpc.nuts
NutsDescriptorManager.callBuilder ( ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsDescriptorManager.callBuilder:()Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsDescriptorManager.classifierBuilder ( ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsDescriptorManager.classifierBuilder:()Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsDescriptorManager.descriptorBuilder ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorManager.descriptorBuilder:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorManager.filter ( ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsDescriptorManager.filter:()Lnet/thevpc/nuts/NutsDescriptorFilterManager;
NutsDescriptorManager.formatter ( ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorManager.formatter:()Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorManager.formatter ( NutsDescriptor p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorManager.formatter:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDescriptorManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorManager.locationBuilder ( ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsDescriptorManager.locationBuilder:()Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsDescriptorManager.parser ( ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorManager.parser:()Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorManager.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorManager
net/thevpc/nuts/NutsDescriptorManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorManager;
nuts-0.8.1.jar,
NutsElement.class
package net.thevpc.nuts
NutsElement.asSafeByte ( ) [abstract] : Byte
net/thevpc/nuts/NutsElement.asSafeByte:()Ljava/lang/Byte;
NutsElement.asSafeByte ( byte p1 ) [abstract] : byte
net/thevpc/nuts/NutsElement.asSafeByte:(B)B
NutsElement.asSafeDouble ( ) [abstract] : Double
net/thevpc/nuts/NutsElement.asSafeDouble:()Ljava/lang/Double;
NutsElement.asSafeDouble ( double p1 ) [abstract] : double
net/thevpc/nuts/NutsElement.asSafeDouble:(D)D
NutsElement.asSafeFloat ( ) [abstract] : Float
net/thevpc/nuts/NutsElement.asSafeFloat:()Ljava/lang/Float;
NutsElement.asSafeFloat ( float p1 ) [abstract] : float
net/thevpc/nuts/NutsElement.asSafeFloat:(F)F
NutsElement.asSafeInt ( ) [abstract] : Integer
net/thevpc/nuts/NutsElement.asSafeInt:()Ljava/lang/Integer;
NutsElement.asSafeInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsElement.asSafeInt:(I)I
NutsElement.asSafeLong ( ) [abstract] : Long
net/thevpc/nuts/NutsElement.asSafeLong:()Ljava/lang/Long;
NutsElement.asSafeLong ( long p1 ) [abstract] : long
net/thevpc/nuts/NutsElement.asSafeLong:(J)J
NutsElement.asSafeShort ( ) [abstract] : Short
net/thevpc/nuts/NutsElement.asSafeShort:()Ljava/lang/Short;
NutsElement.asSafeShort ( short p1 ) [abstract] : short
net/thevpc/nuts/NutsElement.asSafeShort:(S)S
NutsElement.asSafeString ( ) [abstract] : String
net/thevpc/nuts/NutsElement.asSafeString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsElementFactoryContext.class
package net.thevpc.nuts
NutsElementFactoryContext.element ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFactoryContext.element:()Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFactoryContext.getDestructTypeFilter ( ) [abstract] : Predicate<Type>
net/thevpc/nuts/NutsElementFactoryContext.getDestructTypeFilter:()Ljava/util/function/Predicate;
nuts-0.8.1.jar,
NutsElementFormat.class
package net.thevpc.nuts
NutsElementFormat.compilePath ( String p1 ) [abstract] : NutsElementPath
net/thevpc/nuts/NutsElementFormat.compilePath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementPath;
NutsElementFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsElementFormat.convert ( Object p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.convert:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.destruct ( Object p1 ) [abstract] : Object
net/thevpc/nuts/NutsElementFormat.destruct:(Ljava/lang/Object;)Ljava/lang/Object;
NutsElementFormat.forArray ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsElementFormat.forArray:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsElementFormat.forBoolean ( boolean p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forBoolean:(Z)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forBoolean ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forByte ( Byte p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forByte:(Ljava/lang/Byte;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forDouble ( Double p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forDouble:(Ljava/lang/Double;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forEntry ( NutsElement p1, NutsElement p2 ) [abstract] : NutsElementEntry
net/thevpc/nuts/NutsElementFormat.forEntry:(Lnet/thevpc/nuts/NutsElement;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElementEntry;
NutsElementFormat.forFalse ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFalse:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forFloat ( Float p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFloat:(Ljava/lang/Float;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forFloat ( Short p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFloat:(Ljava/lang/Short;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( Date p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/util/Date;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( Instant p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInt ( Integer p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInt:(Ljava/lang/Integer;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forLong ( Long p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forLong:(Ljava/lang/Long;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNull ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNull:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNumber ( Number p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNumber:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNumber ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forObject ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsElementFormat.forObject:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsElementFormat.forString ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forString:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forTrue ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forTrue:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.getContentType ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsElementFormat.getContentType:()Lnet/thevpc/nuts/NutsContentType;
NutsElementFormat.getDestructTypeFilter ( ) [abstract] : Predicate<Type>
net/thevpc/nuts/NutsElementFormat.getDestructTypeFilter:()Ljava/util/function/Predicate;
NutsElementFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsElementFormat.getValue:()Ljava/lang/Object;
NutsElementFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsElementFormat.isCompact:()Z
NutsElementFormat.iter ( NutsPrintStream p1 ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsElementFormat.iter:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsIterableFormat;
NutsElementFormat.of ( NutsSession session ) [static] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.parse ( byte[ ] p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:([B)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( File p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/File;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( InputStream p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( Path p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( Reader p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( String p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( URL p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.setCompact ( boolean p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setContentType ( NutsContentType p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setContentType:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setDestructTypeFilter ( Predicate<Type> p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setDestructTypeFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setMapper ( Class p1, NutsElementMapper p2 ) [abstract] : void
net/thevpc/nuts/NutsElementFormat.setMapper:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsElementMapper;)V
NutsElementFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setNtf ( boolean p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setSession ( NutsSession p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setValue ( Object p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.toElement ( Object p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.toElement:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.1.jar,
NutsExecCommand.class
package net.thevpc.nuts
NutsExecCommand.getRedirectInpuFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectInpuFile:()Ljava/lang/String;
NutsExecCommand.getRedirectOuputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectOuputFile:()Ljava/lang/String;
NutsExecCommand.setRedirectInpuFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectInpuFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectOuputFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectOuputFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
nuts-0.8.1.jar,
NutsExecutionContext.class
package net.thevpc.nuts
NutsExecutionContext.getTraceSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionContext.getTraceSession:()Lnet/thevpc/nuts/NutsSession;
nuts-0.8.1.jar,
NutsExecutionEntryAction.class
package net.thevpc.nuts
NutsExecutionEntryAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionEntryAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExecutionEntryAction.parse ( File p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/io/File;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.parse ( InputStream p1, String p2, String p3 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.parse ( Path p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/nio/file/Path;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.setSession ( NutsSession p1 ) [abstract] : NutsExecutionEntryAction
net/thevpc/nuts/NutsExecutionEntryAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionEntryAction;
nuts-0.8.1.jar,
NutsExecutorComponent.class
package net.thevpc.nuts
NutsExecutorComponent.dryExec ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsExecutorComponent.dryExec:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsExecutorComponent.exec ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsExecutorComponent.exec:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsExecutorComponent.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsExecutorComponent.getId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsExtensionNotFoundException.class
package net.thevpc.nuts
NutsExtensionNotFoundException.getExtensionName ( ) : String
net/thevpc/nuts/NutsExtensionNotFoundException.getExtensionName:()Ljava/lang/String;
NutsExtensionNotFoundException.NutsExtensionNotFoundException ( NutsSession session, Class missingType, String extensionName )
net/thevpc/nuts/NutsExtensionNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Class;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsFilterManager.class
package net.thevpc.nuts
NutsFilterManager.all ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.all:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.all ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.all:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.always ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.always:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.any ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.any:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.any ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.any:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.as ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.as:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.dependency ( ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsFilterManager.dependency:()Lnet/thevpc/nuts/NutsDependencyFilterManager;
NutsFilterManager.descriptor ( ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsFilterManager.descriptor:()Lnet/thevpc/nuts/NutsDescriptorFilterManager;
NutsFilterManager.detectType ( NutsFilter p1 ) [abstract] : Class<?>
net/thevpc/nuts/NutsFilterManager.detectType:(Lnet/thevpc/nuts/NutsFilter;)Ljava/lang/Class;
NutsFilterManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFilterManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFilterManager.id ( ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsFilterManager.id:()Lnet/thevpc/nuts/NutsIdFilterManager;
NutsFilterManager.installStatus ( ) [abstract] : NutsInstallStatusFilterManager
net/thevpc/nuts/NutsFilterManager.installStatus:()Lnet/thevpc/nuts/NutsInstallStatusFilterManager;
NutsFilterManager.never ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.never:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.none ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.none:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.none ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.none:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.nonnull ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.nonnull:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.not ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.not:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.not ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.not:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.repository ( ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsFilterManager.repository:()Lnet/thevpc/nuts/NutsRepositoryFilterManager;
NutsFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsFilterManager
net/thevpc/nuts/NutsFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFilterManager;
NutsFilterManager.to ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.to:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.version ( ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsFilterManager.version:()Lnet/thevpc/nuts/NutsVersionFilterManager;
nuts-0.8.1.jar,
NutsFormatManager.class
package net.thevpc.nuts
NutsFormatManager.element ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsFormatManager.element:()Lnet/thevpc/nuts/NutsElementFormat;
NutsFormatManager.element ( Object p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsFormatManager.element:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
NutsFormatManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFormatManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFormatManager.object ( ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsFormatManager.object:()Lnet/thevpc/nuts/NutsObjectFormat;
NutsFormatManager.object ( Object p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsFormatManager.object:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsFormatManager.props ( ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsFormatManager.props:()Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsFormatManager.props ( Object p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsFormatManager.props:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsFormatManager.setSession ( NutsSession p1 ) [abstract] : NutsFormatManager
net/thevpc/nuts/NutsFormatManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormatManager;
NutsFormatManager.table ( ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsFormatManager.table:()Lnet/thevpc/nuts/NutsTableFormat;
NutsFormatManager.table ( Object p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsFormatManager.table:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableFormat;
NutsFormatManager.tree ( ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsFormatManager.tree:()Lnet/thevpc/nuts/NutsTreeFormat;
NutsFormatManager.tree ( Object p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsFormatManager.tree:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTreeFormat;
nuts-0.8.1.jar,
NutsId.class
package net.thevpc.nuts
NutsId.anyToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.anyToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.artifactIdToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.artifactIdToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.equalsShortName ( NutsId p1 ) [abstract] : boolean
net/thevpc/nuts/NutsId.equalsShortName:(Lnet/thevpc/nuts/NutsId;)Z
NutsId.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsId.getArch:()Ljava/lang/String;
NutsId.getLongNameId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.getLongNameId:()Lnet/thevpc/nuts/NutsId;
NutsId.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsId.getOs:()Ljava/lang/String;
NutsId.getOsdist ( ) [abstract] : String
net/thevpc/nuts/NutsId.getOsdist:()Ljava/lang/String;
NutsId.getPlatform ( ) [abstract] : String
net/thevpc/nuts/NutsId.getPlatform:()Ljava/lang/String;
NutsId.getShortNameId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.getShortNameId:()Lnet/thevpc/nuts/NutsId;
NutsId.groupIdToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.groupIdToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.parse ( String value, NutsSession session ) [static] : NutsId
net/thevpc/nuts/NutsId.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsId;
NutsId.propertiesToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.propertiesToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.repositoryToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.repositoryToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.versionToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.versionToken:()Lnet/thevpc/nuts/NutsTokenFilter;
nuts-0.8.1.jar,
NutsIdBuilder.class
package net.thevpc.nuts
NutsIdBuilder.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getArch:()Ljava/lang/String;
NutsIdBuilder.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getOs:()Ljava/lang/String;
NutsIdBuilder.getOsdist ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getOsdist:()Ljava/lang/String;
NutsIdBuilder.getPlatform ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getPlatform:()Ljava/lang/String;
NutsIdBuilder.set ( NutsId p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.set:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.set ( NutsIdBuilder p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.set:(Lnet/thevpc/nuts/NutsIdBuilder;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setArch ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setOs ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setOsdist ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setOsdist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setPlatform ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
nuts-0.8.1.jar,
NutsIdFilterManager.class
package net.thevpc.nuts
NutsIdFilterManager.byDefaultVersion ( Boolean p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byDefaultVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byExpression ( String p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byInstallStatus ( NutsInstallStatusFilter p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byName ( String... p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsIdFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsIdFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsIdFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdFilterManager;
nuts-0.8.1.jar,
NutsIdFormat.class
package net.thevpc.nuts
NutsIdFormat.isHighlightOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isHighlightOptional:()Z
NutsIdFormat.isHighlightScope ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isHighlightScope:()Z
NutsIdFormat.setHighlightOptional ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setHighlightOptional:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setHighlightScope ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setHighlightScope:(Z)Lnet/thevpc/nuts/NutsIdFormat;
nuts-0.8.1.jar,
NutsIdLocationBuilder.class
package net.thevpc.nuts
NutsIdLocationBuilder.build ( ) [abstract] : NutsIdLocation
net/thevpc/nuts/NutsIdLocationBuilder.build:()Lnet/thevpc/nuts/NutsIdLocation;
NutsIdLocationBuilder.clear ( ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.clear:()Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocationBuilder.getClassifier:()Ljava/lang/String;
NutsIdLocationBuilder.getRegion ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocationBuilder.getRegion:()Ljava/lang/String;
NutsIdLocationBuilder.getUrl ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocationBuilder.getUrl:()Ljava/lang/String;
NutsIdLocationBuilder.set ( NutsIdLocation p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.set:(Lnet/thevpc/nuts/NutsIdLocation;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.set ( NutsIdLocationBuilder p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.set:(Lnet/thevpc/nuts/NutsIdLocationBuilder;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.setClassifier ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.setRegion ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.setRegion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.setUrl ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
nuts-0.8.1.jar,
NutsIdManager.class
package net.thevpc.nuts
NutsIdManager.builder ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdManager.builder:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdManager.filter ( ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsIdManager.filter:()Lnet/thevpc/nuts/NutsIdFilterManager;
NutsIdManager.formatter ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdManager.formatter:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdManager.formatter ( NutsId p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdManager.formatter:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIdManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIdManager.parse ( String p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsId;
NutsIdManager.parser ( ) [abstract] : NutsIdParser
net/thevpc/nuts/NutsIdManager.parser:()Lnet/thevpc/nuts/NutsIdParser;
NutsIdManager.resolveId ( Class p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdManager.resolveId:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsId;
NutsIdManager.resolveIds ( Class p1 ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsIdManager.resolveIds:(Ljava/lang/Class;)[Lnet/thevpc/nuts/NutsId;
NutsIdManager.setSession ( NutsSession p1 ) [abstract] : NutsIdManager
net/thevpc/nuts/NutsIdManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdManager;
nuts-0.8.1.jar,
NutsImportManager.class
package net.thevpc.nuts
NutsImportManager.add ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.add:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.getAll ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsImportManager.getAll:()Ljava/util/Set;
NutsImportManager.remove ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.remove:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.removeAll ( ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.removeAll:()Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.set ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.set:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
nuts-0.8.1.jar,
NutsIndexStore.class
package net.thevpc.nuts
NutsIndexStore.search ( NutsIdFilter p1, NutsSession p2 ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/NutsIndexStore.search:(Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
NutsIndexStore.searchVersions ( NutsId p1, NutsSession p2 ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/NutsIndexStore.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
nuts-0.8.1.jar,
NutsInfoFormat.class
package net.thevpc.nuts
NutsInfoFormat.addProperties ( Map<String,String> p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.addProperty ( String p1, String p2 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsInfoFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsInfoFormat.isFancy ( ) [abstract] : boolean
net/thevpc/nuts/NutsInfoFormat.isFancy:()Z
NutsInfoFormat.isShowRepositories ( ) [abstract] : boolean
net/thevpc/nuts/NutsInfoFormat.isShowRepositories:()Z
NutsInfoFormat.setFancy ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setFancy:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.setNtf ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.setSession ( NutsSession p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.setShowRepositories ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setShowRepositories:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
nuts-0.8.1.jar,
NutsInput.class
package net.thevpc.nuts
NutsInput.close ( ) [abstract] : void
net/thevpc/nuts/NutsInput.close:()V
NutsInput.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getContentEncoding:()Ljava/lang/String;
NutsInput.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getContentType:()Ljava/lang/String;
NutsInput.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsInput.getFilePath:()Ljava/nio/file/Path;
NutsInput.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInput.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsInput.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInput.getLastModifiedInstant:()Ljava/time/Instant;
NutsInput.getName ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getName:()Ljava/lang/String;
NutsInput.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsInput.getSource:()Ljava/lang/Object;
NutsInput.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getTypeName:()Ljava/lang/String;
NutsInput.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsInput.getURL:()Ljava/net/URL;
NutsInput.head ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsInput.head:(I)Ljava/util/List;
NutsInput.isFile ( ) [abstract] : boolean
net/thevpc/nuts/NutsInput.isFile:()Z
NutsInput.isURL ( ) [abstract] : boolean
net/thevpc/nuts/NutsInput.isURL:()Z
NutsInput.length ( ) [abstract] : long
net/thevpc/nuts/NutsInput.length:()J
NutsInput.lines ( ) [abstract] : Stream<String>
net/thevpc/nuts/NutsInput.lines:()Ljava/util/stream/Stream;
NutsInput.open ( ) [abstract] : InputStream
net/thevpc/nuts/NutsInput.open:()Ljava/io/InputStream;
NutsInput.tail ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsInput.tail:(I)Ljava/util/List;
nuts-0.8.1.jar,
NutsInputAction.class
package net.thevpc.nuts
NutsInputAction.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInputAction.getName:()Lnet/thevpc/nuts/NutsString;
NutsInputAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsInputAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsInputAction.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInputAction.getTypeName:()Ljava/lang/String;
NutsInputAction.isMultiRead ( ) [abstract] : boolean
net/thevpc/nuts/NutsInputAction.isMultiRead:()Z
NutsInputAction.of ( byte[ ] p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:([B)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( File p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( InputStream p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( NutsInput p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( NutsPath p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( Object p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( Path p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( String p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( URL p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.setMultiRead ( boolean p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setMultiRead:(Z)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setName ( NutsString p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setSession ( NutsSession p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setTypeName ( String p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputAction;
nuts-0.8.1.jar,
NutsInstallCommand.class
package net.thevpc.nuts
NutsInstallCommand.getResult ( ) [abstract] : NutsResultList<NutsDefinition>
net/thevpc/nuts/NutsInstallCommand.getResult:()Lnet/thevpc/nuts/NutsResultList;
nuts-0.8.1.jar,
NutsInstallerComponent.class
package net.thevpc.nuts
NutsInstallerComponent.install ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsInstallerComponent.install:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsInstallerComponent.uninstall ( NutsExecutionContext p1, boolean p2 ) [abstract] : void
net/thevpc/nuts/NutsInstallerComponent.uninstall:(Lnet/thevpc/nuts/NutsExecutionContext;Z)V
NutsInstallerComponent.update ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsInstallerComponent.update:(Lnet/thevpc/nuts/NutsExecutionContext;)V
nuts-0.8.1.jar,
NutsInstallInformation.class
package net.thevpc.nuts
NutsInstallInformation.getInstallFolder ( ) [abstract] : String
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsInstallStatusFilterManager.class
package net.thevpc.nuts
NutsInstallStatusFilterManager.byDefaultValue ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byDefaultValue:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byDeployed ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byDeployed:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byInstalled ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byInstalled:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byObsolete ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byObsolete:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byRequired ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byRequired:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsInstallStatusFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsInstallStatusFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsInstallStatusFilterManager
net/thevpc/nuts/NutsInstallStatusFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallStatusFilterManager;
nuts-0.8.1.jar,
NutsIOCompressAction.class
package net.thevpc.nuts
NutsIOCompressAction.addSource ( File p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( InputStream p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( Path p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( URL p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.getFormat ( ) [abstract] : String
net/thevpc/nuts/NutsIOCompressAction.getFormat:()Ljava/lang/String;
NutsIOCompressAction.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsIOCompressAction.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NutsIOCompressAction.getProgressMonitorFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsIOCompressAction.getProgressMonitorFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsIOCompressAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOCompressAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOCompressAction.getSources ( ) [abstract] : List<Object>
net/thevpc/nuts/NutsIOCompressAction.getSources:()Ljava/util/List;
NutsIOCompressAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIOCompressAction.getTarget:()Ljava/lang/Object;
NutsIOCompressAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCompressAction.isLogProgress:()Z
NutsIOCompressAction.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCompressAction.isSafe:()Z
NutsIOCompressAction.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCompressAction.isSkipRoot:()Z
NutsIOCompressAction.run ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.run:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setFormat ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setFormatOption ( String p1, Object p2 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setLogProgress ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setProgressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setProgressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setSafe ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setSafe:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setSession ( NutsSession p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setSkipRoot ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( File p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( NutsOutput p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( Object p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( OutputStream p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( Path p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( File p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( NutsOutput p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( Object p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( OutputStream p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( Path p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
nuts-0.8.1.jar,
NutsIOCopyAction.class
package net.thevpc.nuts
NutsIOCopyAction.from ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( InputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( NutsInput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( Object p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( URL p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.getByteArrayResult ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsIOCopyAction.getByteArrayResult:()[B
NutsIOCopyAction.getProgressMonitorFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsIOCopyAction.getProgressMonitorFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsIOCopyAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOCopyAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOCopyAction.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOCopyAction.getSource:()Ljava/lang/Object;
NutsIOCopyAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIOCopyAction.getTarget:()Ljava/lang/Object;
NutsIOCopyAction.getValidator ( ) [abstract] : NutsIOCopyValidator
net/thevpc/nuts/NutsIOCopyAction.getValidator:()Lnet/thevpc/nuts/NutsIOCopyValidator;
NutsIOCopyAction.interrupt ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.interrupt:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.isInterruptible ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isInterruptible:()Z
NutsIOCopyAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isLogProgress:()Z
NutsIOCopyAction.isMkdirs ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isMkdirs:()Z
NutsIOCopyAction.isRecursive ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isRecursive:()Z
NutsIOCopyAction.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isSafe:()Z
NutsIOCopyAction.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isSkipRoot:()Z
NutsIOCopyAction.run ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.run:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setInterruptible ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setInterruptible:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setLogProgress ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setMkdirs ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setMkdirs:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setProgressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setProgressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setRecursive ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setRecursive:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSafe ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSafe:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSession ( NutsSession p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSkipRoot ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( InputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( NutsInput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( Object p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( URL p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( NutsOutput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( NutsPath p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( OutputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setValidator ( NutsIOCopyValidator p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setValidator:(Lnet/thevpc/nuts/NutsIOCopyValidator;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( NutsOutput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( Object p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( OutputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
nuts-0.8.1.jar,
NutsIODeleteAction.class
package net.thevpc.nuts
NutsIODeleteAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIODeleteAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIODeleteAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIODeleteAction.getTarget:()Ljava/lang/Object;
NutsIODeleteAction.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsIODeleteAction.isFailFast:()Z
NutsIODeleteAction.run ( ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.run:()Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setFailFast ( boolean p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setFailFast:(Z)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setSession ( NutsSession p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setTarget ( File p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setTarget ( Object p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setTarget:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setTarget ( Path p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIODeleteAction;
nuts-0.8.1.jar,
NutsIOHashAction.class
package net.thevpc.nuts
NutsIOHashAction.algorithm ( String p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.algorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.computeBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsIOHashAction.computeBytes:()[B
NutsIOHashAction.computeString ( ) [abstract] : String
net/thevpc/nuts/NutsIOHashAction.computeString:()Ljava/lang/String;
NutsIOHashAction.getAlgorithm ( ) [abstract] : String
net/thevpc/nuts/NutsIOHashAction.getAlgorithm:()Ljava/lang/String;
NutsIOHashAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOHashAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOHashAction.md5 ( ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.md5:()Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setAlgorithm ( String p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setAlgorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSession ( NutsSession p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( File p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( InputStream p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( NutsDescriptor p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( NutsPath p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( Path p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.sha1 ( ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.sha1:()Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.writeHash ( OutputStream p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.writeHash:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOHashAction;
nuts-0.8.1.jar,
NutsIOLockAction.class
package net.thevpc.nuts
NutsIOLockAction.call ( Callable<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsIOLockAction.call:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
NutsIOLockAction.call ( Callable<T> p1, long p2, TimeUnit p3 ) [abstract] : T
net/thevpc/nuts/NutsIOLockAction.call:(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
NutsIOLockAction.create ( ) [abstract] : NutsLock
net/thevpc/nuts/NutsIOLockAction.create:()Lnet/thevpc/nuts/NutsLock;
NutsIOLockAction.getResource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOLockAction.getResource:()Ljava/lang/Object;
NutsIOLockAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOLockAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOLockAction.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOLockAction.getSource:()Ljava/lang/Object;
NutsIOLockAction.run ( Runnable p1 ) [abstract] : void
net/thevpc/nuts/NutsIOLockAction.run:(Ljava/lang/Runnable;)V
NutsIOLockAction.run ( Runnable p1, long p2, TimeUnit p3 ) [abstract] : void
net/thevpc/nuts/NutsIOLockAction.run:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)V
NutsIOLockAction.setResource ( File p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setResource ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setResource ( Path p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setSession ( NutsSession p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setSource ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
nuts-0.8.1.jar,
NutsIOManager.class
package net.thevpc.nuts
NutsIOManager.addPathFactory ( NutsPathFactory p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.addPathFactory:(Lnet/thevpc/nuts/NutsPathFactory;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.compress ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOManager.compress:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOManager.copy ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOManager.copy:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOManager.createMemoryPrintStream ( ) [abstract] : NutsMemoryPrintStream
net/thevpc/nuts/NutsIOManager.createMemoryPrintStream:()Lnet/thevpc/nuts/NutsMemoryPrintStream;
NutsIOManager.createPrintStream ( OutputStream p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.createPrintStream ( Writer p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/Writer;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.delete ( ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIOManager.delete:()Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIOManager.expandPath ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsIOManager.expandPath:(Ljava/lang/String;)Ljava/lang/String;
NutsIOManager.expandPath ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsIOManager.expandPath:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsIOManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOManager.hash ( ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOManager.hash:()Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOManager.input ( ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsIOManager.input:()Lnet/thevpc/nuts/NutsInputAction;
NutsIOManager.isStandardErrorStream ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardErrorStream:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsIOManager.isStandardInputStream ( InputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardInputStream:(Ljava/io/InputStream;)Z
NutsIOManager.isStandardOutputStream ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardOutputStream:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsIOManager.monitor ( ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsIOManager.monitor:()Lnet/thevpc/nuts/NutsMonitorAction;
NutsIOManager.nullInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/NutsIOManager.nullInputStream:()Ljava/io/InputStream;
NutsIOManager.nullPrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.nullPrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.output ( ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsIOManager.output:()Lnet/thevpc/nuts/NutsOutputAction;
NutsIOManager.path ( File p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/io/File;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( Path p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( String p1, ClassLoader p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/lang/String;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( URL p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.ps ( ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOManager.ps:()Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOManager.removePathFactory ( NutsPathFactory p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.removePathFactory:(Lnet/thevpc/nuts/NutsPathFactory;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.setSession ( NutsSession p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.stderr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.stderr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.stdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsIOManager.stdin:()Ljava/io/InputStream;
NutsIOManager.stdout ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.stdout:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.tmp ( ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsIOManager.tmp:()Lnet/thevpc/nuts/NutsTempAction;
NutsIOManager.uncompress ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOManager.uncompress:()Lnet/thevpc/nuts/NutsIOUncompressAction;
nuts-0.8.1.jar,
NutsIOProcessAction.class
package net.thevpc.nuts
NutsIOProcessAction.failFast ( ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.failFast:()Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.failFast ( boolean p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.failFast:(Z)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.getResultList ( ) [abstract] : NutsResultList<NutsProcessInfo>
net/thevpc/nuts/NutsIOProcessAction.getResultList:()Lnet/thevpc/nuts/NutsResultList;
NutsIOProcessAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOProcessAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOProcessAction.getType ( ) [abstract] : String
net/thevpc/nuts/NutsIOProcessAction.getType:()Ljava/lang/String;
NutsIOProcessAction.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.isFailFast:()Z
NutsIOProcessAction.isSupportedKillProcess ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.isSupportedKillProcess:()Z
NutsIOProcessAction.killProcess ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.killProcess:(Ljava/lang/String;)Z
NutsIOProcessAction.setFailFast ( boolean p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.setFailFast:(Z)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.setSession ( NutsSession p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.setType ( String p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.type ( String p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.type:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOProcessAction;
nuts-0.8.1.jar,
NutsIOUncompressAction.class
package net.thevpc.nuts
NutsIOUncompressAction.from ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( InputStream p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( Object p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( URL p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.getFormat ( ) [abstract] : String
net/thevpc/nuts/NutsIOUncompressAction.getFormat:()Ljava/lang/String;
NutsIOUncompressAction.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsIOUncompressAction.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NutsIOUncompressAction.getProgressMonitorFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsIOUncompressAction.getProgressMonitorFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsIOUncompressAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOUncompressAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOUncompressAction.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOUncompressAction.getSource:()Ljava/lang/Object;
NutsIOUncompressAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIOUncompressAction.getTarget:()Ljava/lang/Object;
NutsIOUncompressAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressAction.isLogProgress:()Z
NutsIOUncompressAction.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressAction.isSafe:()Z
NutsIOUncompressAction.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressAction.isSkipRoot:()Z
NutsIOUncompressAction.progressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.progressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.run ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.run:()Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setFormat ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setFormatOption ( String p1, Object p2 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setLogProgress ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setProgressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setProgressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSafe ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSafe:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSession ( NutsSession p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSkipRoot ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( InputStream p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( URL p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( NutsOutput p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( NutsOutput p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( Object p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.visit ( NutsIOUncompressVisitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.visit:(Lnet/thevpc/nuts/NutsIOUncompressVisitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
nuts-0.8.1.jar,
NutsLauncherOptions.class
package net.thevpc.nuts
NutsLauncherOptions.getCreateCustomShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateCustomShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCreateDesktopShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateDesktopShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCreateMenuShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateMenuShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.setCreateCustomShortcut ( NutsActionSupportCondition createCustomShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateCustomShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateDesktopShortcut ( NutsActionSupportCondition createDesktopShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateDesktopShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateMenuShortcut ( NutsActionSupportCondition createMenuShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateMenuShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
nuts-0.8.1.jar,
NutsLogConfig.class
package net.thevpc.nuts
NutsLogConfig.isLogInherited ( ) : boolean *DEPRECATED*
net/thevpc/nuts/NutsLogConfig.isLogInherited:()Z
NutsLogConfig.setLogInherited ( boolean logInherited ) : NutsLogConfig *DEPRECATED*
net/thevpc/nuts/NutsLogConfig.setLogInherited:(Z)Lnet/thevpc/nuts/NutsLogConfig;
nuts-0.8.1.jar,
NutsLogger.class
package net.thevpc.nuts
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4, Object... p5 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;[Ljava/lang/Object;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, Supplier<String> p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/util/function/Supplier;)V
NutsLogger.log ( NutsSession p1, Level p2, String p3, Throwable p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsLoggerOp.class
package net.thevpc.nuts
NutsLoggerOp.formatted ( ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.formatted:()Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.formatted ( boolean p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.formatted:(Z)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.log ( String p1, Object... p2 ) [abstract] : void
net/thevpc/nuts/NutsLoggerOp.log:(Ljava/lang/String;[Ljava/lang/Object;)V
NutsLoggerOp.style ( NutsTextFormatStyle p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.style:(Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsLoggerOp;
nuts-0.8.1.jar,
NutsLogManager.class
package net.thevpc.nuts
NutsLogManager.addHandler ( Handler p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.addHandler:(Ljava/util/logging/Handler;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.getFileHandler ( ) [abstract] : Handler
net/thevpc/nuts/NutsLogManager.getFileHandler:()Ljava/util/logging/Handler;
NutsLogManager.getFileLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsLogManager.getFileLevel:()Ljava/util/logging/Level;
NutsLogManager.getHandlers ( ) [abstract] : Handler[ ]
net/thevpc/nuts/NutsLogManager.getHandlers:()[Ljava/util/logging/Handler;
NutsLogManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsLogManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsLogManager.getTermHandler ( ) [abstract] : Handler
net/thevpc/nuts/NutsLogManager.getTermHandler:()Ljava/util/logging/Handler;
NutsLogManager.getTermLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsLogManager.getTermLevel:()Ljava/util/logging/Level;
NutsLogManager.of ( Class p1 ) [abstract] : NutsLogger
net/thevpc/nuts/NutsLogManager.of:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsLogger;
NutsLogManager.of ( String p1 ) [abstract] : NutsLogger
net/thevpc/nuts/NutsLogManager.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLogger;
NutsLogManager.removeHandler ( Handler p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.removeHandler:(Ljava/util/logging/Handler;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setFileLevel ( Level p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setSession ( NutsSession p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setTermLevel ( Level p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogManager;
nuts-0.8.1.jar,
NutsMonitorAction.class
package net.thevpc.nuts
NutsMonitorAction.create ( ) [abstract] : InputStream
net/thevpc/nuts/NutsMonitorAction.create:()Ljava/io/InputStream;
NutsMonitorAction.createSource ( ) [abstract] : NutsInput
net/thevpc/nuts/NutsMonitorAction.createSource:()Lnet/thevpc/nuts/NutsInput;
NutsMonitorAction.getLength ( ) [abstract] : long
net/thevpc/nuts/NutsMonitorAction.getLength:()J
NutsMonitorAction.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsMonitorAction.getName:()Lnet/thevpc/nuts/NutsString;
NutsMonitorAction.getOrigin ( ) [abstract] : Object
net/thevpc/nuts/NutsMonitorAction.getOrigin:()Ljava/lang/Object;
NutsMonitorAction.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsMonitorAction.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsMonitorAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsMonitorAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsMonitorAction.getSourceTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsMonitorAction.getSourceTypeName:()Ljava/lang/String;
NutsMonitorAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsMonitorAction.isLogProgress:()Z
NutsMonitorAction.setLength ( long p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setLength:(J)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setLogProgress ( boolean p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setName ( NutsString p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setOrigin ( Object p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setOrigin:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSession ( NutsSession p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( File p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( InputStream p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( NutsInput p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( NutsPath p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( Path p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSourceTypeName ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSourceTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
nuts-0.8.1.jar,
NutsOutput.class
package net.thevpc.nuts
NutsOutput.close ( ) [abstract] : void
net/thevpc/nuts/NutsOutput.close:()V
NutsOutput.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsOutput.getFilePath:()Ljava/nio/file/Path;
NutsOutput.getName ( ) [abstract] : String
net/thevpc/nuts/NutsOutput.getName:()Ljava/lang/String;
NutsOutput.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsOutput.getSource:()Ljava/lang/Object;
NutsOutput.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsOutput.getTypeName:()Ljava/lang/String;
NutsOutput.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsOutput.getURL:()Ljava/net/URL;
NutsOutput.isPath ( ) [abstract] : boolean
net/thevpc/nuts/NutsOutput.isPath:()Z
NutsOutput.isURL ( ) [abstract] : boolean
net/thevpc/nuts/NutsOutput.isURL:()Z
NutsOutput.open ( ) [abstract] : OutputStream
net/thevpc/nuts/NutsOutput.open:()Ljava/io/OutputStream;
nuts-0.8.1.jar,
NutsOutputAction.class
package net.thevpc.nuts
NutsOutputAction.getName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputAction.getName:()Ljava/lang/String;
NutsOutputAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsOutputAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsOutputAction.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputAction.getTypeName:()Ljava/lang/String;
NutsOutputAction.of ( File p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( NutsPath p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( Object p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( OutputStream p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( Path p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( String p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( URL p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.setName ( String p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputAction;
NutsOutputAction.setSession ( NutsSession p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOutputAction;
NutsOutputAction.setTypeName ( String p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputAction;
nuts-0.8.1.jar,
NutsPath.class
package net.thevpc.nuts
NutsPath.asFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.asFilePath:()Ljava/nio/file/Path;
NutsPath.asString ( ) [abstract] : String
net/thevpc/nuts/NutsPath.asString:()Ljava/lang/String;
NutsPath.delete ( boolean p1 ) [abstract] : void
net/thevpc/nuts/NutsPath.delete:(Z)V
NutsPath.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsPath.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsPath.input ( ) [abstract] : NutsInput
net/thevpc/nuts/NutsPath.input:()Lnet/thevpc/nuts/NutsInput;
NutsPath.isFilePath ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isFilePath:()Z
NutsPath.mkdir ( boolean p1 ) [abstract] : void
net/thevpc/nuts/NutsPath.mkdir:(Z)V
NutsPath.output ( ) [abstract] : NutsOutput
net/thevpc/nuts/NutsPath.output:()Lnet/thevpc/nuts/NutsOutput;
NutsPath.toFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.toFilePath:()Ljava/nio/file/Path;
nuts-0.8.1.jar,
NutsPathFactory.class
package net.thevpc.nuts
NutsPathFactory.createPath ( String p1, NutsSession p2, ClassLoader p3 ) [abstract] : NutsSupplier<NutsPathSPI>
net/thevpc/nuts/NutsPathFactory.createPath:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsSupplier;
nuts-0.8.1.jar,
NutsPathSPI.class
package net.thevpc.nuts.spi
NutsPathSPI.asString ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.asString:()Ljava/lang/String;
NutsPathSPI.delete ( boolean p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.delete:(Z)V
NutsPathSPI.exists ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.exists:()Z
NutsPathSPI.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentEncoding:()Ljava/lang/String;
NutsPathSPI.getContentLength ( ) [abstract] : long
net/thevpc/nuts/spi/NutsPathSPI.getContentLength:()J
NutsPathSPI.getContentType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentType:()Ljava/lang/String;
NutsPathSPI.getFormatterSPI ( ) [abstract] : NutsFormatSPI
net/thevpc/nuts/spi/NutsPathSPI.getFormatterSPI:()Lnet/thevpc/nuts/spi/NutsFormatSPI;
NutsPathSPI.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/spi/NutsPathSPI.getLastModifiedInstant:()Ljava/time/Instant;
NutsPathSPI.getLocation ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getLocation:()Ljava/lang/String;
NutsPathSPI.getName ( ) : String
net/thevpc/nuts/spi/NutsPathSPI.getName:()Ljava/lang/String;
NutsPathSPI.inputStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsPathSPI.inputStream:()Ljava/io/InputStream;
NutsPathSPI.mkdir ( boolean p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.mkdir:(Z)V
NutsPathSPI.outputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/spi/NutsPathSPI.outputStream:()Ljava/io/OutputStream;
NutsPathSPI.toCompressedForm ( ) : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.toCompressedForm:()Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toFilePath ( ) : Path
net/thevpc/nuts/spi/NutsPathSPI.toFilePath:()Ljava/nio/file/Path;
NutsPathSPI.toURL ( ) : URL
net/thevpc/nuts/spi/NutsPathSPI.toURL:()Ljava/net/URL;
nuts-0.8.1.jar,
NutsPredicates.class
package net.thevpc.nuts
NutsPredicates.always ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.always:()Ljava/util/function/Predicate;
NutsPredicates.blank ( ) [static] : Predicate<String>
net/thevpc/nuts/NutsPredicates.blank:()Ljava/util/function/Predicate;
NutsPredicates.isNull ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.isNull:()Ljava/util/function/Predicate;
NutsPredicates.never ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.never:()Ljava/util/function/Predicate;
nuts-0.8.1.jar,
NutsPrintStream.class
package net.thevpc.nuts
NutsPrintStream.convertMode ( NutsTerminalMode p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.convertMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.convertSession ( NutsSession p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.convertSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.getColumns ( ) [abstract] : int
net/thevpc/nuts/NutsPrintStream.getColumns:()I
NutsPrintStream.run ( NutsTerminalCommand p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.run:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.1.jar,
NutsPrintStreamAdapter.class
package net.thevpc.nuts
NutsPrintStreamAdapter.getBaseNutsPrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreamAdapter.getBaseNutsPrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.1.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.1.jar,
NutsQuestion.class
package net.thevpc.nuts
NutsQuestion<T>.getCancelMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getCancelMessage:()Ljava/lang/String;
NutsQuestion<T>.getCancelMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getCancelMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.getHintMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getHintMessage:()Ljava/lang/String;
NutsQuestion<T>.getHintMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getHintMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.getMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getMessage:()Ljava/lang/String;
NutsQuestion<T>.getMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.setCancelMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setCancelMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setHintMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setHintMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
nuts-0.8.1.jar,
NutsRepository.class
package net.thevpc.nuts
NutsRepository.env ( ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepository.env:()Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepository.isAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:()Z
NutsRepository.isAvailable ( boolean p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:(Z)Z
nuts-0.8.1.jar,
NutsRepositoryConfig.class
package net.thevpc.nuts
NutsRepositoryConfig.getLocation ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getLocation:()Ljava/lang/String;
NutsRepositoryConfig.getType ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getType:()Ljava/lang/String;
NutsRepositoryConfig.setLocation ( String location ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setType ( String type ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
nuts-0.8.1.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
NutsRepositoryConfigManager.getDeployOrder ( ) [abstract] : int
net/thevpc/nuts/NutsRepositoryConfigManager.getDeployOrder:()I
NutsRepositoryConfigManager.getLocation ( boolean p1 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getLocation:(Z)Ljava/lang/String;
NutsRepositoryConfigManager.getSpeed ( ) [abstract] : int
net/thevpc/nuts/NutsRepositoryConfigManager.getSpeed:()I
NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Ljava/lang/String;
NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsRepositoryEnvManager.class
package net.thevpc.nuts
NutsRepositoryEnvManager.get ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryEnvManager.get:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsRepositoryEnvManager.get ( String p1, String p2, boolean p3 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryEnvManager.get:(Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;
NutsRepositoryEnvManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryEnvManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryEnvManager.set ( String p1, String p2 ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepositoryEnvManager.set:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositoryEnvManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepositoryEnvManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositoryEnvManager.toMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsRepositoryEnvManager.toMap:()Ljava/util/Map;
NutsRepositoryEnvManager.toMap ( boolean p1 ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsRepositoryEnvManager.toMap:(Z)Ljava/util/Map;
nuts-0.8.1.jar,
NutsRepositoryFilterManager.class
package net.thevpc.nuts
NutsRepositoryFilterManager.byName ( String... p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.byUuid ( String... p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.byUuid:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.installedRepo ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.installedRepo:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsRepositoryFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsRepositoryFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsRepositoryFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryFilterManager;
nuts-0.8.1.jar,
NutsRepositoryManager.class
package net.thevpc.nuts
NutsRepositoryManager.filter ( ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsRepositoryManager.filter:()Lnet/thevpc/nuts/NutsRepositoryFilterManager;
nuts-0.8.1.jar,
NutsRepositoryModel.class
package net.thevpc.nuts
NutsRepositoryModel.getSpeed ( ) : int
net/thevpc/nuts/NutsRepositoryModel.getSpeed:()I
NutsRepositoryModel.search ( NutsIdFilter filter, String[ ] roots, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : Iterator<NutsId>
net/thevpc/nuts/NutsRepositoryModel.search:(Lnet/thevpc/nuts/NutsIdFilter;[Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
NutsRepositoryModel.searchVersions ( NutsId id, NutsIdFilter idFilter, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : Iterator<NutsId>
net/thevpc/nuts/NutsRepositoryModel.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
nuts-0.8.1.jar,
NutsRepositoryRef.class
package net.thevpc.nuts
NutsRepositoryRef.getDeployOrder ( ) : int
net/thevpc/nuts/NutsRepositoryRef.getDeployOrder:()I
NutsRepositoryRef.setDeployOrder ( int deployPriority ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setDeployOrder:(I)Lnet/thevpc/nuts/NutsRepositoryRef;
nuts-0.8.1.jar,
NutsRepositorySecurityManager.class
package net.thevpc.nuts
NutsRepositorySecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
nuts-0.8.1.jar,
NutsRepositorySPI.class
package net.thevpc.nuts.spi
NutsRepositorySPI.env ( ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/spi/NutsRepositorySPI.env:()Lnet/thevpc/nuts/NutsRepositoryEnvManager;
nuts-0.8.1.jar,
NutsResultList.class
package net.thevpc.nuts
NutsResultList<T>.count ( ) [abstract] : long
net/thevpc/nuts/NutsResultList.count:()J
NutsResultList<T>.first ( ) [abstract] : T
net/thevpc/nuts/NutsResultList.first:()Ljava/lang/Object;
NutsResultList<T>.list ( ) [abstract] : List<T>
net/thevpc/nuts/NutsResultList.list:()Ljava/util/List;
NutsResultList<T>.required ( ) [abstract] : T
net/thevpc/nuts/NutsResultList.required:()Ljava/lang/Object;
NutsResultList<T>.singleton ( ) [abstract] : T
net/thevpc/nuts/NutsResultList.singleton:()Ljava/lang/Object;
NutsResultList<T>.stream ( ) [abstract] : Stream<T>
net/thevpc/nuts/NutsResultList.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsSdkLocation.class
package net.thevpc.nuts
NutsSdkLocation.getId ( ) : NutsId
net/thevpc/nuts/NutsSdkLocation.getId:()Lnet/thevpc/nuts/NutsId;
NutsSdkLocation.getName ( ) : String
net/thevpc/nuts/NutsSdkLocation.getName:()Ljava/lang/String;
NutsSdkLocation.getPackaging ( ) : String
net/thevpc/nuts/NutsSdkLocation.getPackaging:()Ljava/lang/String;
NutsSdkLocation.getPath ( ) : String
net/thevpc/nuts/NutsSdkLocation.getPath:()Ljava/lang/String;
NutsSdkLocation.getPriority ( ) : int
net/thevpc/nuts/NutsSdkLocation.getPriority:()I
NutsSdkLocation.getProduct ( ) : String
net/thevpc/nuts/NutsSdkLocation.getProduct:()Ljava/lang/String;
NutsSdkLocation.getVersion ( ) : String
net/thevpc/nuts/NutsSdkLocation.getVersion:()Ljava/lang/String;
NutsSdkLocation.NutsSdkLocation ( NutsId id, String product, String name, String path, String version, String packaging, int priority )
net/thevpc/nuts/NutsSdkLocation."<init>":(Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
NutsSdkLocation.setPriority ( int priority ) : NutsSdkLocation
net/thevpc/nuts/NutsSdkLocation.setPriority:(I)Lnet/thevpc/nuts/NutsSdkLocation;
nuts-0.8.1.jar,
NutsSdkManager.class
package net.thevpc.nuts
NutsSdkManager.add ( NutsSdkLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.add:(Lnet/thevpc/nuts/NutsSdkLocation;)Z
NutsSdkManager.find ( NutsSdkLocation p1 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.find:(Lnet/thevpc/nuts/NutsSdkLocation;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.find ( String p1, Predicate<NutsSdkLocation> p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.find:(Ljava/lang/String;Ljava/util/function/Predicate;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByName ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByPath ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByPath:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, NutsVersionFilter p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findOne ( String p1, Predicate<NutsSdkLocation> p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findOne:(Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findSdkTypes ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSdkManager.findSdkTypes:()[Ljava/lang/String;
NutsSdkManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSdkManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSdkManager.remove ( NutsSdkLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.remove:(Lnet/thevpc/nuts/NutsSdkLocation;)Z
NutsSdkManager.resolve ( String p1, String p2, String p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.resolve:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1, String p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.setSession ( NutsSession p1 ) [abstract] : NutsSdkManager
net/thevpc/nuts/NutsSdkManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkManager;
NutsSdkManager.update ( NutsSdkLocation p1, NutsSdkLocation p2 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.update:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsSdkLocation;)Z
nuts-0.8.1.jar,
NutsSearchCommand.class
package net.thevpc.nuts
NutsSearchCommand.addArchs ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArchs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addArchs ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArchs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackagings ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackagings:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackagings ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackagings:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearArchs ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearArchs:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearPackagings ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearPackagings:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.getComparator ( ) [abstract] : Comparator
net/thevpc/nuts/NutsSearchCommand.getComparator:()Ljava/util/Comparator;
NutsSearchCommand.getResultArchs ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultArchs:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultDefinitions ( ) [abstract] : NutsResultList<NutsDefinition>
net/thevpc/nuts/NutsSearchCommand.getResultDefinitions:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultDependencies ( ) [abstract] : NutsResultList<NutsDependencies>
net/thevpc/nuts/NutsSearchCommand.getResultDependencies:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultExecutionEntries ( ) [abstract] : NutsResultList<NutsExecutionEntry>
net/thevpc/nuts/NutsSearchCommand.getResultExecutionEntries:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultIds ( ) [abstract] : NutsResultList<NutsId>
net/thevpc/nuts/NutsSearchCommand.getResultIds:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInlineDependencies ( ) [abstract] : NutsResultList<NutsDependency>
net/thevpc/nuts/NutsSearchCommand.getResultInlineDependencies:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInstallDates ( ) [abstract] : NutsResultList<Instant>
net/thevpc/nuts/NutsSearchCommand.getResultInstallDates:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInstallFolders ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultInstallFolders:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInstallUsers ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultInstallUsers:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultNames ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultNames:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultOsdists ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultOsdists:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultOses ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultOses:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPackagings ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPackagings:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPathNames ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPathNames:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPaths ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPaths:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPlatforms ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPlatforms:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultStoreLocations ( NutsStoreLocation p1 ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultStoreLocations:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultStrings ( String[ ] p1 ) [abstract] : NutsResultList<String[ ]>
net/thevpc/nuts/NutsSearchCommand.getResultStrings:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.isPrintResult ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isPrintResult:()Z
NutsSearchCommand.setPrintResult ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setPrintResult:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setRepository ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.sort ( Comparator p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.sort:(Ljava/util/Comparator;)Lnet/thevpc/nuts/NutsSearchCommand;
nuts-0.8.1.jar,
NutsSearchRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getResult:()Ljava/util/Iterator;
nuts-0.8.1.jar,
NutsSearchVersionsRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchVersionsRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getResult:()Ljava/util/Iterator;
nuts-0.8.1.jar,
NutsSession.class
package net.thevpc.nuts
NutsSession.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSession.getDebug:()Ljava/lang/Boolean;
NutsSession.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isDebug:()Z
NutsSession.setDebug ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDebug:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogLevel ( Level p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsSession;
nuts-0.8.1.jar,
NutsSessionAware.class
package net.thevpc.nuts
NutsSessionAware.setSession ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionAware.setSession:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsString.class
package net.thevpc.nuts
NutsString.parse ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsString.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.1.jar,
NutsSupplier.class
package net.thevpc.nuts
NutsSupplier<T>.create ( ) [abstract] : T
net/thevpc/nuts/NutsSupplier.create:()Ljava/lang/Object;
NutsSupplier<T>.getLevel ( ) [abstract] : int
net/thevpc/nuts/NutsSupplier.getLevel:()I
nuts-0.8.1.jar,
NutsSupportLevelContext.class
package net.thevpc.nuts
NutsSupportLevelContext<T>.getConstraints ( ) [abstract] : T
net/thevpc/nuts/NutsSupportLevelContext.getConstraints:()Ljava/lang/Object;
NutsSupportLevelContext<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSupportLevelContext<T>.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsSupportLevelContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsSystemTerminalBase.class
package net.thevpc.nuts.spi
NutsSystemTerminalBase.getCommandReadHighlighter ( ) [abstract] : NutsCommandReadHighlighter
net/thevpc/nuts/spi/NutsSystemTerminalBase.getCommandReadHighlighter:()Lnet/thevpc/nuts/NutsCommandReadHighlighter;
NutsSystemTerminalBase.setCommandReadHighlighter ( NutsCommandReadHighlighter p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandReadHighlighter:(Lnet/thevpc/nuts/NutsCommandReadHighlighter;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
nuts-0.8.1.jar,
NutsTableFormat.class
package net.thevpc.nuts
NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.createModel ( ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsTableFormat.createModel:()Lnet/thevpc/nuts/NutsMutableTableModel;
NutsTableFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.1.jar,
NutsTempAction.class
package net.thevpc.nuts
NutsTempAction.createTempFile ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTempAction.createTempFile:(Ljava/lang/String;)Ljava/lang/String;
NutsTempAction.createTempFolder ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTempAction.createTempFolder:(Ljava/lang/String;)Ljava/lang/String;
NutsTempAction.getRepositoryId ( ) [abstract] : String
net/thevpc/nuts/NutsTempAction.getRepositoryId:()Ljava/lang/String;
NutsTempAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTempAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTempAction.setRepositoryId ( String p1 ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsTempAction.setRepositoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTempAction;
NutsTempAction.setSession ( NutsSession p1 ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsTempAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTempAction;
nuts-0.8.1.jar,
NutsTerminalManager.class
package net.thevpc.nuts
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsTerminalManager.createSystemTerminal:(Lnet/thevpc/nuts/NutsTerminalSpec;)Lnet/thevpc/nuts/NutsSystemTerminal;
NutsTerminalManager.createTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( InputStream p1, NutsPrintStream p2, NutsPrintStream p3 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.enableRichTerm ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.enableRichTerm:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTerminalManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTerminalManager.getSystemTerminal ( ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsTerminalManager.getSystemTerminal:()Lnet/thevpc/nuts/NutsSystemTerminal;
NutsTerminalManager.getTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.getTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.setSession ( NutsSession p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setSystemTerminal ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSystemTerminal:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsTerminalManager;
nuts-0.8.1.jar,
NutsTerminalSpec.class
package net.thevpc.nuts
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.copyFrom:(Lnet/thevpc/nuts/NutsTerminalSpec;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.get ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NutsTerminalSpec.getAutoComplete ( ) [abstract] : Boolean
net/thevpc/nuts/NutsTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NutsTerminalSpec.getParent ( ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/NutsTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsTerminalSpec.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsTerminalSpec.getProperties:()Ljava/util/Map;
NutsTerminalSpec.put ( String p1, Object p2 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.put:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.putAll ( Map<String,Object> p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.setAutoComplete ( Boolean p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.setParent ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.1.jar,
NutsTextCode.class
package net.thevpc.nuts
NutsTextCode.parse ( NutsSession p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextCode.parse:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextManager.class
package net.thevpc.nuts
NutsTextManager.addCodeFormat ( NutsCodeFormat p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.addCodeFormat:(Lnet/thevpc/nuts/NutsCodeFormat;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.builder ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextManager.builder:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextManager.forAnchor ( String p1 ) [abstract] : NutsTextAnchor
net/thevpc/nuts/NutsTextManager.forAnchor:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextAnchor;
NutsTextManager.forBlank ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.forBlank:()Lnet/thevpc/nuts/NutsText;
NutsTextManager.forCode ( String p1, String p2 ) [abstract] : NutsTextCode
net/thevpc/nuts/NutsTextManager.forCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextCode;
NutsTextManager.forCommand ( NutsTerminalCommand p1 ) [abstract] : NutsTextCommand
net/thevpc/nuts/NutsTextManager.forCommand:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsTextCommand;
NutsTextManager.forLink ( NutsText p1 ) [abstract] : NutsTextLink
net/thevpc/nuts/NutsTextManager.forLink:(Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextLink;
NutsTextManager.forList ( Collection<NutsText> p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTextManager.forList:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextList;
NutsTextManager.forList ( NutsText... p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTextManager.forList:([Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextList;
NutsTextManager.forNumbering ( ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextManager.forNumbering:()Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextManager.forPlain ( String p1 ) [abstract] : NutsTextPlain
net/thevpc/nuts/NutsTextManager.forPlain:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextPlain;
NutsTextManager.forStyled ( NutsString p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsString p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsText p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsText p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( String p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( String p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forTitleNumberSequence ( String p1 ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextManager.forTitleNumberSequence:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextManager.getCodeFormat ( String p1 ) [abstract] : NutsCodeFormat
net/thevpc/nuts/NutsTextManager.getCodeFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCodeFormat;
NutsTextManager.getCodeFormats ( ) [abstract] : NutsCodeFormat[ ]
net/thevpc/nuts/NutsTextManager.getCodeFormats:()[Lnet/thevpc/nuts/NutsCodeFormat;
NutsTextManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTextManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTextManager.getTheme ( ) [abstract] : NutsTextFormatTheme
net/thevpc/nuts/NutsTextManager.getTheme:()Lnet/thevpc/nuts/NutsTextFormatTheme;
NutsTextManager.of ( NutsSession session ) [static] : NutsTextManager
net/thevpc/nuts/NutsTextManager.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.parse ( String p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsText;
NutsTextManager.parser ( ) [abstract] : NutsTextParser
net/thevpc/nuts/NutsTextManager.parser:()Lnet/thevpc/nuts/NutsTextParser;
NutsTextManager.removeCodeFormat ( NutsCodeFormat p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.removeCodeFormat:(Lnet/thevpc/nuts/NutsCodeFormat;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setSession ( NutsSession p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setTheme ( NutsTextFormatTheme p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setTheme:(Lnet/thevpc/nuts/NutsTextFormatTheme;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setTheme ( String p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.toText ( Object p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.toText:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextStyles.class
package net.thevpc.nuts
NutsTextStyles.isNone ( ) : boolean
net/thevpc/nuts/NutsTextStyles.isNone:()Z
nuts-0.8.1.jar,
NutsTokenFilter.class
package net.thevpc.nuts
NutsTokenFilter.contains ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.contains:(Ljava/lang/String;)Z
NutsTokenFilter.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.isBlank:()Z
NutsTokenFilter.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.isNull:()Z
NutsTokenFilter.like ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.like:(Ljava/lang/String;)Z
NutsTokenFilter.matches ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.matches:(Ljava/lang/String;)Z
nuts-0.8.1.jar,
NutsTreeFormat.class
package net.thevpc.nuts
NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.1.jar,
NutsTypedFilters.class
package net.thevpc.nuts
NutsTypedFilters<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTypedFilters.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTypedFilters<T>.setSession ( NutsSession p1 ) [abstract] : NutsTypedFilters
net/thevpc/nuts/NutsTypedFilters.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
nuts-0.8.1.jar,
NutsUpdateResult.class
package net.thevpc.nuts
NutsUpdateResult.getLocal ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsUpdateResult.getLocal:()Lnet/thevpc/nuts/NutsDefinition;
NutsUpdateResult.isUpdateAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdateAvailable:()Z
nuts-0.8.1.jar,
NutsUtilPlatforms.class
package net.thevpc.nuts
NutsUtilPlatforms.getPlatformGlobalHomeFolder ( NutsStoreLocation location, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getPlatformGlobalHomeFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsUtilPlatforms.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/NutsUtilPlatforms.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
nuts-0.8.1.jar,
NutsUtilStrings.class
package net.thevpc.nuts
NutsUtilStrings.isBlank ( char[ ] string ) [static] : boolean
net/thevpc/nuts/NutsUtilStrings.isBlank:([C)Z
NutsUtilStrings.isBlank ( CharSequence s ) [static] : boolean
net/thevpc/nuts/NutsUtilStrings.isBlank:(Ljava/lang/CharSequence;)Z
nuts-0.8.1.jar,
NutsVersion.class
package net.thevpc.nuts
NutsVersion.getNumber ( int p1, long p2 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(IJ)Ljava/math/BigInteger;
NutsVersion.parse ( String str, NutsSession session ) [static] : NutsVersion
net/thevpc/nuts/NutsVersion.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersion;
nuts-0.8.1.jar,
NutsVersionFilterManager.class
package net.thevpc.nuts
NutsVersionFilterManager.byExpression ( String p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilterManager.byValue ( String p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilterManager.byValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsVersionFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsVersionFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsVersionFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionFilterManager;
nuts-0.8.1.jar,
NutsVersionManager.class
package net.thevpc.nuts
NutsVersionManager.filter ( ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsVersionManager.filter:()Lnet/thevpc/nuts/NutsVersionFilterManager;
NutsVersionManager.formatter ( ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionManager.formatter:()Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionManager.formatter ( NutsVersion p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionManager.formatter:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsVersionManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsVersionManager.parse ( String p1 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersionManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersion;
NutsVersionManager.parser ( ) [abstract] : NutsVersionParser
net/thevpc/nuts/NutsVersionManager.parser:()Lnet/thevpc/nuts/NutsVersionParser;
NutsVersionManager.setSession ( NutsSession p1 ) [abstract] : NutsVersionManager
net/thevpc/nuts/NutsVersionManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionManager;
nuts-0.8.1.jar,
NutsVersionParser.class
package net.thevpc.nuts
NutsVersionParser.parse ( NutsSession session ) [static] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.parse:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionParser;
nuts-0.8.1.jar,
NutsWorkspace.class
package net.thevpc.nuts
NutsWorkspace.apps ( ) [abstract] : NutsWorkspaceAppsManager
net/thevpc/nuts/NutsWorkspace.apps:()Lnet/thevpc/nuts/NutsWorkspaceAppsManager;
NutsWorkspace.commandLine ( ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsWorkspace.commandLine:()Lnet/thevpc/nuts/NutsCommandLineManager;
NutsWorkspace.concurrent ( ) [abstract] : NutsConcurrentManager
net/thevpc/nuts/NutsWorkspace.concurrent:()Lnet/thevpc/nuts/NutsConcurrentManager;
NutsWorkspace.dependency ( ) [abstract] : NutsDependencyManager
net/thevpc/nuts/NutsWorkspace.dependency:()Lnet/thevpc/nuts/NutsDependencyManager;
NutsWorkspace.descriptor ( ) [abstract] : NutsDescriptorManager
net/thevpc/nuts/NutsWorkspace.descriptor:()Lnet/thevpc/nuts/NutsDescriptorManager;
NutsWorkspace.elem ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsWorkspace.elem:()Lnet/thevpc/nuts/NutsElementFormat;
NutsWorkspace.filters ( ) [abstract] : NutsFilterManager
net/thevpc/nuts/NutsWorkspace.filters:()Lnet/thevpc/nuts/NutsFilterManager;
NutsWorkspace.formats ( ) [abstract] : NutsFormatManager
net/thevpc/nuts/NutsWorkspace.formats:()Lnet/thevpc/nuts/NutsFormatManager;
NutsWorkspace.getCompanionIds ( NutsSession p1 ) [abstract] : Set<NutsId>
net/thevpc/nuts/NutsWorkspace.getCompanionIds:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/Set;
NutsWorkspace.getLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getLocation:()Ljava/lang/String;
NutsWorkspace.id ( ) [abstract] : NutsIdManager
net/thevpc/nuts/NutsWorkspace.id:()Lnet/thevpc/nuts/NutsIdManager;
NutsWorkspace.info ( ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsWorkspace.info:()Lnet/thevpc/nuts/NutsInfoFormat;
NutsWorkspace.io ( ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsWorkspace.io:()Lnet/thevpc/nuts/NutsIOManager;
NutsWorkspace.log ( ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsWorkspace.log:()Lnet/thevpc/nuts/NutsLogManager;
NutsWorkspace.sdks ( ) [abstract] : NutsSdkManager
net/thevpc/nuts/NutsWorkspace.sdks:()Lnet/thevpc/nuts/NutsSdkManager;
NutsWorkspace.term ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsWorkspace.term:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsWorkspace.text ( ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsWorkspace.text:()Lnet/thevpc/nuts/NutsTextManager;
NutsWorkspace.version ( ) [abstract] : NutsVersionManager
net/thevpc/nuts/NutsWorkspace.version:()Lnet/thevpc/nuts/NutsVersionManager;
nuts-0.8.1.jar,
NutsWorkspaceAppsManager.class
package net.thevpc.nuts
NutsWorkspaceAppsManager.createApplicationContext ( NutsSession p1, String[ ] p2, long p3, Class p4, String p5 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsWorkspaceAppsManager.createApplicationContext:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;JLjava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsWorkspaceAppsManager.execEntries ( ) [abstract] : NutsExecutionEntryAction
net/thevpc/nuts/NutsWorkspaceAppsManager.execEntries:()Lnet/thevpc/nuts/NutsExecutionEntryAction;
NutsWorkspaceAppsManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceAppsManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceAppsManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceAppsManager
net/thevpc/nuts/NutsWorkspaceAppsManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceAppsManager;
nuts-0.8.1.jar,
NutsWorkspaceBootConfig.class
package net.thevpc.nuts
NutsWorkspaceBootConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
NutsWorkspaceConfigManager.createContentFaceId ( NutsId p1, NutsDescriptor p2 ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceConfigManager.createContentFaceId:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsId;
NutsWorkspaceConfigManager.createWorkspaceListManager ( String p1 ) [abstract] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceConfigManager.createWorkspaceListManager:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
NutsWorkspaceConfigManager.getHashName ( Object p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getHashName:(Ljava/lang/Object;)Ljava/lang/String;
NutsWorkspaceConfigManager.getWorkspaceHashName ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getWorkspaceHashName:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceConfigManager.optionsBuilder ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceConfigManager.optionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceConfigManager.resolveRepositoryPath ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.resolveRepositoryPath:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsWorkspaceEnvManager.class
package net.thevpc.nuts
NutsWorkspaceEnvManager.getBootClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootClassLoader:()Ljava/lang/ClassLoader;
NutsWorkspaceEnvManager.getBootClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootClassWorldURLs:()[Ljava/net/URL;
NutsWorkspaceEnvManager.getBootOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceEnvManager.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceEnvManager.getCreationFinishTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationFinishTimeMillis:()J
NutsWorkspaceEnvManager.getCreationStartTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationStartTimeMillis:()J
NutsWorkspaceEnvManager.getCreationTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationTimeMillis:()J
NutsWorkspaceEnvManager.getDesktopIntegrationSupport ( NutsDesktopIntegrationItem p1 ) [abstract] : NutsActionSupport
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopIntegrationSupport:(Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsActionSupport;
NutsWorkspaceEnvManager.getEnv ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnv:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getEnv ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnv:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getEnvAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getEnvAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getEnvMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvMap:()Ljava/util/Map;
NutsWorkspaceEnvManager.getOption ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getOption:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getOption ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getOption:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getOptionAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getOptionAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getOptionAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getOptionAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getOrCreateProperty ( Class<T> p1, Supplier<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceEnvManager.getOrCreateProperty:(Ljava/lang/Class;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getOrCreateProperty ( String p1, Supplier<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceEnvManager.getOrCreateProperty:(Ljava/lang/String;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getProperty ( String p1, Object p2 ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperty:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getPropertyAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getPropertyAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getPropertyAsString ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.setEnv ( String p1, String p2 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setEnv:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
nuts-0.8.1.jar,
NutsWorkspaceExtensionManager.class
package net.thevpc.nuts
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2, Class[ ] p3, Object[ ] p4 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
nuts-0.8.1.jar,
NutsWorkspaceInitInformation.class
package net.thevpc.nuts
NutsWorkspaceInitInformation.getApiId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getApiId:()Ljava/lang/String;
NutsWorkspaceInitInformation.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getApiVersion:()Ljava/lang/String;
NutsWorkspaceInitInformation.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceInitInformation.getBootWorkspaceFactory ( ) [abstract] : NutsBootWorkspaceFactory
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootWorkspaceFactory:()Lnet/thevpc/nuts/spi/NutsBootWorkspaceFactory;
NutsWorkspaceInitInformation.getClassWorldLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsWorkspaceInitInformation.getClassWorldLoader:()Ljava/lang/ClassLoader;
NutsWorkspaceInitInformation.getClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getClassWorldURLs:()[Ljava/net/URL;
NutsWorkspaceInitInformation.getExtensionBootDependencyNodes ( ) [abstract] : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionBootDependencyNodes:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsWorkspaceInitInformation.getExtensionBootDescriptors ( ) [abstract] : NutsBootDescriptor[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionBootDescriptors:()[Lnet/thevpc/nuts/boot/NutsBootDescriptor;
NutsWorkspaceInitInformation.getExtensionsSet ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionsSet:()Ljava/util/Set;
NutsWorkspaceInitInformation.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceInitInformation.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceInitInformation.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceInitInformation.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getName:()Ljava/lang/String;
NutsWorkspaceInitInformation.getOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceInitInformation.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceInitInformation.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceInitInformation.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceInitInformation.getRuntimeBootDependencyNode ( ) [abstract] : NutsClassLoaderNode
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsWorkspaceInitInformation.getRuntimeBootDescriptor ( ) [abstract] : NutsBootDescriptor
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/boot/NutsBootDescriptor;
NutsWorkspaceInitInformation.getRuntimeId ( ) [abstract] : NutsBootId
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeId:()Lnet/thevpc/nuts/boot/NutsBootId;
NutsWorkspaceInitInformation.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceInitInformation.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceInitInformation.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceInitInformation.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceInitInformation.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getUuid:()Ljava/lang/String;
NutsWorkspaceInitInformation.getWorkspaceLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceInitInformation.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceInitInformation.isGlobal:()Z
nuts-0.8.1.jar,
NutsWorkspaceListManager.class
package net.thevpc.nuts
NutsWorkspaceListManager.addWorkspace ( String p1, NutsSession p2 ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsWorkspaceListManager.addWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdBasedir:(Lnet/thevpc/nuts/NutsId;)Ljava/lang/String;
NutsWorkspaceLocationManager.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2, String p3 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceLocationManager.setHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2, String p3 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
nuts-0.8.1.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
NutsWorkspaceOptions.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getDebug:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptions.getProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getProperties:()[Ljava/lang/String;
NutsWorkspaceOptions.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isDebug:()Z
nuts-0.8.1.jar,
NutsWorkspaceOptionsBuilder.class
package net.thevpc.nuts
NutsWorkspaceOptionsBuilder.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDebug:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getProperties:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isDebug:()Z
NutsWorkspaceOptionsBuilder.setDebug ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDebug:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2, String p3 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setProperties ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setProperties:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
nuts-0.8.1.jar,
NutsWorkspaceOptionsFormat.class
package net.thevpc.nuts
NutsWorkspaceOptionsFormat.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getApiVersion:()Ljava/lang/String;
NutsWorkspaceOptionsFormat.setApiVersion ( String p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.setApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
nuts-0.8.1.jar,
NutsWorkspaceSecurityManager.class
package net.thevpc.nuts
NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
nuts-0.8.1.jar,
NutsWorkspaceStoredConfig.class
package net.thevpc.nuts
NutsWorkspaceStoredConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsWorkspaceUpdateResult.class
package net.thevpc.nuts
NutsWorkspaceUpdateResult.getAllUpdates ( ) [abstract] : NutsUpdateResult[ ]
net/thevpc/nuts/NutsWorkspaceUpdateResult.getAllUpdates:()[Lnet/thevpc/nuts/NutsUpdateResult;
nuts-0.8.1.jar,
PrivateNutsApplicationUtils.class
package net.thevpc.nuts.boot
PrivateNutsApplicationUtils.PrivateNutsApplicationUtils ( )
net/thevpc/nuts/boot/PrivateNutsApplicationUtils."<init>":()V
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/boot/PrivateNutsApplicationUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui ) [static] : int
net/thevpc/nuts/boot/PrivateNutsApplicationUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;ZZZ)I
nuts-0.8.1.jar,
PrivateNutsLog.class
package net.thevpc.nuts.boot
PrivateNutsLog.isLoggable ( Level lvl ) : boolean
net/thevpc/nuts/boot/PrivateNutsLog.isLoggable:(Ljava/util/logging/Level;)Z
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;)V
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object object ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object[ ] objects ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;[Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, String message, Throwable err ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
PrivateNutsLog.PrivateNutsLog ( )
net/thevpc/nuts/boot/PrivateNutsLog."<init>":()V
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options ) : void
net/thevpc/nuts/boot/PrivateNutsLog.setOptions:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
nuts-0.8.1.jar,
PrivateNutsMavenUtils.class
package net.thevpc.nuts.boot
PrivateNutsMavenUtils.getFileName ( NutsBootId id, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.getFileName:(Lnet/thevpc/nuts/boot/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.getPathFile ( NutsBootId id, String name ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.getPathFile:(Lnet/thevpc/nuts/boot/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.PrivateNutsMavenUtils ( )
net/thevpc/nuts/boot/PrivateNutsMavenUtils."<init>":()V
PrivateNutsMavenUtils.resolveMavenFullPath ( String repo, String nutsId, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.resolveMavenFullPath:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire, PrivateNutsUtils.ErrorInfoList errors ) [static] : File
net/thevpc/nuts/boot/PrivateNutsMavenUtils.resolveOrDownloadJar:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsLog;ZLjava/time/Instant;Lnet/thevpc/nuts/boot/PrivateNutsUtils$ErrorInfoList;)Ljava/io/File;
PrivateNutsMavenUtils.toMavenFileName ( String nutsId, String extension ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.toMavenFileName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.toMavenPath ( String nutsId ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.toMavenPath:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
PrivateNutsRepositorySelection.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelection.getName ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelection.getName:()Ljava/lang/String;
PrivateNutsRepositorySelection.getUrl ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelection.getUrl:()Ljava/lang/String;
PrivateNutsRepositorySelection.PrivateNutsRepositorySelection ( String name, String url )
net/thevpc/nuts/boot/PrivateNutsRepositorySelection."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
PrivateNutsRepositorySelectionList.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectionList.add ( PrivateNutsRepositorySelection a ) : void
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.add:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.addAll ( PrivateNutsRepositorySelection[ ] all ) : void
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.addAll:([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.containsName ( String name ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsName:(Ljava/lang/String;)Z
PrivateNutsRepositorySelectionList.containsSelection ( PrivateNutsRepositorySelection s ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsSelection:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)Z
PrivateNutsRepositorySelectionList.containsURL ( String url ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsURL:(Ljava/lang/String;)Z
PrivateNutsRepositorySelectionList.indexOf ( PrivateNutsRepositorySelection other, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOf:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;I)I
PrivateNutsRepositorySelectionList.indexOfName ( String name, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOfName:(Ljava/lang/String;I)I
PrivateNutsRepositorySelectionList.indexOfURL ( String url, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOfURL:(Ljava/lang/String;I)I
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList."<init>":()V
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( PrivateNutsRepositorySelection[ ] all )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList."<init>":([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.removeAt ( int i ) : PrivateNutsRepositorySelection
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.removeAt:(I)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
PrivateNutsRepositorySelectionList.toArray ( ) : PrivateNutsRepositorySelection[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.toArray:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
nuts-0.8.1.jar,
PrivateNutsRepositorySelectorList.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectorList.acceptExisting ( PrivateNutsRepositorySelection ss ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.acceptExisting:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)Z
PrivateNutsRepositorySelectorList.join ( PrivateNutsRepositorySelectorList other ) : PrivateNutsRepositorySelectorList
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.join:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorList;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorList;
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList."<init>":()V
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( PrivateNutsRepositorySelector[ ] a )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList."<init>":([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelector;)V
PrivateNutsRepositorySelectorList.resolveSelectors ( PrivateNutsRepositorySelection[ ] other ) : PrivateNutsRepositorySelection[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.resolveSelectors:([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
PrivateNutsRepositorySelectorList.toArray ( ) : PrivateNutsRepositorySelector[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.toArray:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelector;
nuts-0.8.1.jar,
PrivateNutsRepositorySelectorOp.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectorOp.id ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.id:()Ljava/lang/String;
PrivateNutsRepositorySelectorOp.parseLenient ( String value ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyOrErrorValue ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyValue, PrivateNutsRepositorySelectorOp errorValue ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.valueOf ( String name ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.values ( ) [static] : PrivateNutsRepositorySelectorOp[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.values:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
to the top
Problems with Data Types, High Severity 437
nuts-0.8.1.jar
package net.thevpc.nuts
[+] class NutsActionSupport 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsActionSupport.acceptCondition ( NutsActionSupportCondition request, NutsSession session )This method is from 'NutsActionSupport' class.
NutsActionSupport.id ( )This method is from 'NutsActionSupport' class.
NutsActionSupport.parseLenient ( String any )This method is from 'NutsActionSupport' class.
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyOrErrorValue )This method is from 'NutsActionSupport' class.
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyValue, NutsActionSupport errorValue )This method is from 'NutsActionSupport' class.
NutsActionSupport.valueOf ( String name )This method is from 'NutsActionSupport' class.
NutsActionSupport.values ( )This method is from 'NutsActionSupport' class.
[+] class NutsActionSupportCondition 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.1%)
NutsActionSupportCondition.id ( )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.parseLenient ( String value )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyOrErrorValue )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyValue, NutsActionSupportCondition errorValue )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.valueOf ( String name )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.values ( )This method is from 'NutsActionSupportCondition' class.
[+] class NutsAddOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.1%)
NutsAddOptions.NutsAddOptions ( )This constructor is from 'NutsAddOptions' class.
NutsAddOptions.equals ( Object o )This method is from 'NutsAddOptions' class.
NutsAddOptions.getSession ( )This method is from 'NutsAddOptions' class.
NutsAddOptions.hashCode ( )This method is from 'NutsAddOptions' class.
NutsAddOptions.setSession ( NutsSession session )This method is from 'NutsAddOptions' class.
NutsAddOptions.toString ( )This method is from 'NutsAddOptions' class.
[+] class NutsCommandlineFamily 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsCommandlineFamily.getArchFamily ( )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.id ( )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.parseLenient ( String arch )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyOrErrorValue )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyValue, NutsCommandlineFamily errorValue )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.valueOf ( String name )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.values ( )This method is from 'NutsCommandlineFamily' class.
[+] class NutsConstants.Files 4
| Change | Effect |
|---|
| 1 |
Field WORKSPACE_API_CONFIG_FILE_NAME of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
| 2 |
Field WORKSPACE_EXTENSION_CACHE_FILE_NAME of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
| 3 |
Field WORKSPACE_RUNTIME_CACHE_FILE_NAME of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
| 4 |
Field WORKSPACE_RUNTIME_CONFIG_FILE_NAME of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] class NutsConstants.IdProperties 1
| Change | Effect |
|---|
| 1 |
Field OSDIST of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] class NutsDefaultArgumentCandidate 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.1%)
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value )This constructor is from 'NutsDefaultArgumentCandidate' class.
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value, String display )This constructor is from 'NutsDefaultArgumentCandidate' class.
NutsDefaultArgumentCandidate.getDisplay ( )This method is from 'NutsDefaultArgumentCandidate' class.
NutsDefaultArgumentCandidate.getValue ( )This method is from 'NutsDefaultArgumentCandidate' class.
[+] class NutsDefaultSupportLevelContext<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsDefaultSupportLevelContext<T>.NutsDefaultSupportLevelContext<T> ( NutsSession session, T constraints )This constructor is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.equals ( Object o )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.getConstraints ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.getSession ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.getWorkspace ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.hashCode ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.toString ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
[+] class NutsDefaultTerminalSpec 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.2%)
NutsDefaultTerminalSpec.NutsDefaultTerminalSpec ( )This constructor is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.equals ( Object o )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.get ( String name )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.getAutoComplete ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.getParent ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.getProperties ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.hashCode ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.put ( String name, Object o )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other )This method is from 'NutsDefaultTerminalSpec' class.
...
[+] class NutsDesktopEnvironmentFamily 1
| Change | Effect |
|---|
| 1 |
Field WINDOWS has been renamed to HEADLESS. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 7 (0.1%)
NutsDesktopEnvironmentFamily.id ( )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyOrErrorValue )2nd parameter 'emptyOrErrorValue' of this method is of type 'NutsDesktopEnvironmentFamily'.
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyValue, NutsDesktopEnvironmentFamily errorValue )2nd parameter 'emptyValue' of this method is of type 'NutsDesktopEnvironmentFamily'.
NutsDesktopEnvironmentFamily.valueOf ( String name )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.values ( )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsWorkspaceEnvManager.getDesktopEnvironmentFamily ( )Return value of this abstract method is of type 'NutsDesktopEnvironmentFamily'.
[+] class NutsPredicates.BasePredicate<T> 1
| Change | Effect |
|---|
| 1 |
Removed super-interface java.util.function.Predicate<T>. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.1%)
NutsPredicates.BasePredicate<T>.NutsPredicates.BasePredicate<T> ( )This constructor is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.negate ( )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
[+] class NutsSdkLocation 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.2%)
NutsSdkLocation.NutsSdkLocation ( NutsId id, String product, String name, String path, String version, String packaging, int priority )This constructor is from 'NutsSdkLocation' class.
NutsSdkLocation.equals ( Object o )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getId ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getName ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getPackaging ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getPath ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getPriority ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getProduct ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getVersion ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.hashCode ( )This method is from 'NutsSdkLocation' class.
...
[+] class NutsTextStyles 1
| Change | Effect |
|---|
| 1 |
Field NONE has been renamed to PLAIN. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 19 (0.3%)
NutsTextBuilder.append ( Object p1, NutsTextStyles p2 )2nd parameter 'p2' of this abstract method is of type 'NutsTextStyles'.
NutsTextFormatTheme.toBasicStyles ( NutsTextStyles p1, NutsSession p2 )1st parameter 'p1' of this abstract method is of type 'NutsTextStyles'.
NutsTextStyle.append ( NutsTextStyle other )Return value of this method is of type 'NutsTextStyles'.
NutsTextStyle.append ( NutsTextStyles other )1st parameter 'other' of this method is of type 'NutsTextStyles'.
NutsTextStyled.getStyles ( )Return value of this abstract method is of type 'NutsTextStyles'.
NutsTextStyleGenerator.hash ( int p1 )Return value of this abstract method is of type 'NutsTextStyles'.
NutsTextStyleGenerator.hash ( Object p1 )Return value of this abstract method is of type 'NutsTextStyles'.
NutsTextStyleGenerator.random ( )Return value of this abstract method is of type 'NutsTextStyles'.
NutsTextStyles.append ( NutsTextStyle... others )This method is from 'NutsTextStyles' class.
NutsTextStyles.append ( NutsTextStyle other )This method is from 'NutsTextStyles' class.
...
[+] interface NutsApplicationContext 21
| Change | Effect |
|---|
| 1 |
Abstract method NutsAppVersionStoreLocationSupplier getAppVersionStoreLocationSupplier ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String getAppsFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method String getCacheFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String getConfigFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method String getFolder ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method String getLibFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method String getLogFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method String getRunFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method String getSharedAppsFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method String getSharedConfigFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method String getSharedFolder ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method String getSharedLibFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method String getSharedLogFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method String getSharedRunFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method String getSharedTempFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method String getSharedVarFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method String getTempFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method String getVarFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method String getVersionFolderFolder ( NutsStoreLocation, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method void processCommandLine ( NutsCommandLineProcessor ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method NutsApplicationContext setAppVersionStoreLocationSupplier ( NutsAppVersionStoreLocationSupplier ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 24 (0.4%)
NutsApplication.createApplicationContext ( NutsSession session, String[ ] args, long startTimeMillis )Return value of this method is of type 'NutsApplicationContext'.
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.run ( NutsApplicationContext p1 )1st parameter 'p1' of this abstract method is of type 'NutsApplicationContext'.
NutsApplicationContext.configure ( boolean p1, String[ ] p2 )This method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configure ( boolean p1, String... p2 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configureLast ( NutsCommandLine p1 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppClass ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppId ( )This abstract method is from 'NutsApplicationContext' interface.
...
[+] interface NutsAppVersionStoreLocationSupplier 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsAppVersionStoreLocationSupplier.getStoreLocation ( NutsStoreLocation p1, String p2 )This abstract method is from 'NutsAppVersionStoreLocationSupplier' interface.
[+] interface NutsArgument 24
| Change | Effect |
|---|
| 1 |
Abstract method NutsArgument getArgumentKey ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsArgument getArgumentOptionName ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsArgument getArgumentValue ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method boolean getBoolean ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method Boolean getBoolean ( Boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method double getDouble ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method double getDouble ( double ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method double getDoubleValue ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method int getInt ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method int getInt ( int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method int getIntValue ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method int getIntValue ( int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method String getKeyValueSeparator ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method long getLong ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method long getLong ( long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method long getLongValue ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method String getString ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method String getStringOptionName ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method String getStringOptionPrefix ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method boolean isBoolean ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method boolean isDouble ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 22 |
Abstract method boolean isInt ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 23 |
Abstract method boolean isLong ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 24 |
Removed super-interface NutsTokenFilter. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 26 (0.4%)
NutsArgument.getBooleanValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getBooleanValue ( Boolean p1 )This abstract method is from 'NutsArgument' interface.
NutsArgument.getString ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getStringKey ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getStringValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getStringValue ( String p1 )This abstract method is from 'NutsArgument' interface.
NutsArgument.isEnabled ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.isKeyValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.isNegated ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.isNonOption ( )This abstract method is from 'NutsArgument' interface.
...
[+] interface NutsArgumentCandidate 1
| Change | Effect |
|---|
| 1 |
This interface became class. |
A client program may be interrupted by IncompatibleClassChangeError exception. |
[+] affected methods: 5 (0.1%)
NutsArgumentCandidate.getDisplay ( )This abstract method is from 'NutsArgumentCandidate' interface.
NutsArgumentCandidate.getValue ( )This abstract method is from 'NutsArgumentCandidate' interface.
NutsCommandAutoComplete.addCandidate ( NutsArgumentCandidate p1 )1st parameter 'p1' of this abstract method is of type 'NutsArgumentCandidate'.
NutsCommandAutoCompleteBase.addCandidate ( NutsArgumentCandidate value )1st parameter 'value' of this method is of type 'NutsArgumentCandidate'.
NutsCommandAutoCompleteBase.addCandidatesImpl ( NutsArgumentCandidate value )1st parameter 'value' of this method is of type 'NutsArgumentCandidate'.
[+] interface NutsArgumentCandidateBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsArgumentCandidateBuilder.build ( )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.getDisplay ( )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.getValue ( )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.of ( NutsSession session )This method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.setCandidate ( NutsArgumentCandidate p1 )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.setDisplay ( String p1 )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.setValue ( String p1 )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
[+] interface NutsAuthenticationAgent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.1%)
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.getCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.getId ( )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.removeCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 )This abstract method is from 'NutsAuthenticationAgent' interface.
[+] interface NutsClassifierMapping 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.1%)
NutsClassifierMapping.getArch ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getClassifier ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getOs ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getOsdist ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getPackaging ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getPlatform ( )This abstract method is from 'NutsClassifierMapping' interface.
[+] interface NutsClassifierMappingBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 16 (0.2%)
NutsClassifierMappingBuilder.build ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.clear ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getArch ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getClassifier ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getOs ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getOsdist ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getPackaging ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getPlatform ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.set ( NutsClassifierMapping p1 )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.set ( NutsClassifierMappingBuilder p1 )This abstract method is from 'NutsClassifierMappingBuilder' interface.
...
[+] interface NutsCodeFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.04%)
NutsCodeFormat.getSupportLevel ( NutsSupportLevelContext<String> p1 )This abstract method is from 'NutsCodeFormat' interface.
NutsCodeFormat.stringToText ( String p1, NutsSession p2 )This abstract method is from 'NutsCodeFormat' interface.
NutsCodeFormat.tokenToText ( String p1, String p2, NutsSession p3 )This abstract method is from 'NutsCodeFormat' interface.
[+] interface NutsCommandHistoryBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.04%)
NutsCommandHistoryBuilder.build ( )This abstract method is from 'NutsCommandHistoryBuilder' interface.
NutsCommandHistoryBuilder.setPath ( File p1 )This abstract method is from 'NutsCommandHistoryBuilder' interface.
NutsCommandHistoryBuilder.setPath ( Path p1 )This abstract method is from 'NutsCommandHistoryBuilder' interface.
[+] interface NutsCommandLine 1
| Change | Effect |
|---|
| 1 |
Abstract method void process ( NutsCommandLineConfigurable, NutsCommandLineProcessor ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 65 (1%)
NutsApplicationContext.configureLast ( NutsCommandLine p1 )1st parameter 'p1' of this abstract method is of type 'NutsCommandLine'.
NutsApplicationContext.getCommandLine ( )Return value of this abstract method is of type 'NutsCommandLine'.
NutsCommandAutoCompleteResolver.resolveCandidates ( NutsCommandLine p1, int p2, NutsSession p3 )1st parameter 'p1' of this abstract method is of type 'NutsCommandLine'.
NutsCommandLine.accept ( String... p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.accept ( int p1, String... p2 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.contains ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.find ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.formatter ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.formatter ( )This method is from 'NutsCommandLine' interface.
NutsCommandLine.get ( int p1 )This abstract method is from 'NutsCommandLine' interface.
...
[+] interface NutsCommandLineFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandlineFamily getCommandlineFamily ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsCommandLineFormat setCommandlineFamily ( NutsCommandlineFamily ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 15 (0.2%)
NutsCommandLine.formatter ( )Return value of this abstract method is of type 'NutsCommandLineFormat'.
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getFormatStrategy ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getValue ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.isNtf ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setFormatStrategy ( NutsCommandLineFormatStrategy p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setNtf ( boolean p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setNtf ( boolean p1 )This method is from 'NutsCommandLineFormat' interface.
...
[+] interface NutsCommandLineManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 15 (0.2%)
NutsCommandLineManager.create ( String... p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.create ( List<String> p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createArgument ( String p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createCandidate ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createCandidate ( String value )This method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createHistory ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createName ( String type )This method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createName ( String p1, String p2 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.formatter ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.formatter ( NutsCommandLine p1 )This abstract method is from 'NutsCommandLineManager' interface.
...
[+] interface NutsCommandLineProcessor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.1%)
NutsCommandLineProcessor.onAutoComplete ( NutsCommandAutoComplete autoComplete )This method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onExec ( )This abstract method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onInit ( NutsCommandLine commandline )This method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onNextNonOption ( NutsArgument p1, NutsCommandLine p2 )This abstract method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onNextOption ( NutsArgument p1, NutsCommandLine p2 )This abstract method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onPrepare ( NutsCommandLine commandline )This method is from 'NutsCommandLineProcessor' interface.
[+] interface NutsCommandReadHighlighter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsCommandReadHighlighter.highlight ( String p1, NutsSession p2 )This abstract method is from 'NutsCommandReadHighlighter' interface.
[+] interface NutsConcurrentManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.1%)
NutsConcurrentManager.executorService ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.getSession ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.lock ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.setSession ( NutsSession p1 )This abstract method is from 'NutsConcurrentManager' interface.
[+] interface NutsContent 2
| Change | Effect |
|---|
| 1 |
Abstract method Path getFilePath ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsPath getLocation ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 8 (0.1%)
NutsContent.getPath ( )This abstract method is from 'NutsContent' interface.
NutsContent.getURL ( )This abstract method is from 'NutsContent' interface.
NutsContent.isCached ( )This abstract method is from 'NutsContent' interface.
NutsContent.isTemporary ( )This abstract method is from 'NutsContent' interface.
NutsDefinition.getContent ( )Return value of this abstract method is of type 'NutsContent'.
NutsFetchCommand.getResultContent ( )Return value of this abstract method is of type 'NutsContent'.
NutsRepositoryModel.fetchContent ( NutsId id, NutsDescriptor descriptor, String localPath, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session )Return value of this method is of type 'NutsContent'.
spi.NutsFetchContentRepositoryCommand.getResult ( )Return value of this abstract method is of type 'NutsContent'.
[+] interface NutsDefinition 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath getLocation ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method Path getPath ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsIdType getType ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method URL getURL ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 20 (0.3%)
NutsDefinition.compareTo ( Object p1 )This method is from 'NutsDefinition' interface.
NutsDefinition.compareTo ( NutsDefinition p1 )1st parameter 'p1' of this abstract method is of type 'NutsDefinition'.
NutsDefinition.getApiId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getContent ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDependencies ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getEffectiveDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getInstallInformation ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getRepositoryName ( )This abstract method is from 'NutsDefinition' interface.
...
[+] interface NutsDependencies 8
| Change | Effect |
|---|
| 1 |
Abstract method List<NutsDependency> all ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method List<NutsDependency> immediate ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method List<NutsDependency> mergedDependencies ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method List<NutsDependencyTreeNode> mergedNodes ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method List<NutsDependencyTreeNode> nodes ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method List<NutsId> sourceIds ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method Stream<NutsDependency> stream ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Removed super-interface java.lang.Iterable<NutsDependency>. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.03%)
NutsDefinition.getDependencies ( )Return value of this abstract method is of type 'NutsDependencies'.
NutsDependencies.filter ( )This abstract method is from 'NutsDependencies' interface.
[+] interface NutsDependency 2
| Change | Effect |
|---|
| 1 |
Abstract method String getArch ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String getOs ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 31 (0.5%)
NutsDependency.builder ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.formatter ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.formatter ( )This method is from 'NutsDependency' interface.
NutsDependency.getArtifactId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getClassifier ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getExclusions ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getFullName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getGroupId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getLongName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getOptional ( )This abstract method is from 'NutsDependency' interface.
...
[+] interface NutsDependencyBuilder 4
| Change | Effect |
|---|
| 1 |
Abstract method String getArch ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String getOs ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsDependencyBuilder setArch ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsDependencyBuilder setOs ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 39 (0.6%)
NutsDependency.builder ( )Return value of this abstract method is of type 'NutsDependencyBuilder'.
NutsDependencyBuilder.addProperties ( String p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.build ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.clear ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getArtifactId ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getClassifier ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getExclusions ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getFullName ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getGroupId ( )This abstract method is from 'NutsDependencyBuilder' interface.
...
[+] interface NutsDependencyFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 18 (0.3%)
NutsDependencyFilterManager.byArch ( NutsArchFamily... p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byArch ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byArch ( Collection<NutsArchFamily> p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byArch ( NutsArchFamily p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byExclude ( NutsDependencyFilter p1, String[ ] p2 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOptional ( Boolean p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOs ( NutsOsFamily... p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOs ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOs ( Collection<NutsOsFamily> p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
...
[+] interface NutsDependencyFormat 4
| Change | Effect |
|---|
| 1 |
Abstract method boolean isHighlightOptional ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method boolean isHighlightScope ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsDependencyFormat setHighlightOptional ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsDependencyFormat setHighlightScope ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 31 (0.5%)
NutsDependency.formatter ( )Return value of this abstract method is of type 'NutsDependencyFormat'.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getOmitQueryProperties ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getValue ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightImportedGroup ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitClassifier ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitExclusions ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitGroupId ( )This abstract method is from 'NutsDependencyFormat' interface.
...
[+] interface NutsDependencyManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 8 (0.1%)
NutsDependencyManager.builder ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.filter ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.formatter ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.formatter ( NutsDependency p1 )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.getSession ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.parser ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.setSession ( NutsSession p1 )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.toScopeSet ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsDependencyManager' interface.
[+] interface NutsDependencyParser 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsDependency parseDependency ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method boolean parseOptional ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsDependencyScope parseScope ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.04%)
NutsDependencyParser.isLenient ( )This abstract method is from 'NutsDependencyParser' interface.
NutsDependencyParser.of ( NutsSession session )This method is from 'NutsDependencyParser' interface.
NutsDependencyParser.setLenient ( boolean p1 )This abstract method is from 'NutsDependencyParser' interface.
[+] interface NutsDescriptor 7
| Change | Effect |
|---|
| 1 |
Abstract method String[ ] getArch ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsClassifierMapping[ ] getClassifierMappings ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method String[ ] getDesktopEnvironment ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String[ ] getOs ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method String[ ] getOsdist ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method String[ ] getPlatform ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method Map<String,String> getProperties ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 38 (0.6%)
NutsDefinition.getDescriptor ( )Return value of this abstract method is of type 'NutsDescriptor'.
NutsDefinition.getEffectiveDescriptor ( )Return value of this abstract method is of type 'NutsDescriptor'.
NutsDeployCommand.setDescriptor ( NutsDescriptor p1 )1st parameter 'p1' of this abstract method is of type 'NutsDescriptor'.
NutsDescriptor.builder ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getCategories ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDependencies ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDescription ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getExecutor ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getGenericName ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getIcons ( )This abstract method is from 'NutsDescriptor' interface.
...
[+] interface NutsDescriptorBuilder 31
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorBuilder addArch ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsDescriptorBuilder addClassifierMapping ( NutsClassifierMapping ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsDescriptorBuilder addOs ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsDescriptorBuilder addOsdist ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsDescriptorBuilder addPlatform ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsDescriptorBuilder addProperties ( Map<String,String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method String[ ] getArch ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsClassifierMapping[ ] getClassifierMappings ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method String[ ] getDesktopEnvironment ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method String[ ] getOs ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method String[ ] getOsdist ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method String[ ] getPlatform ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method Map<String,String> getProperties ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method boolean isApplication ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method boolean isExecutable ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method NutsDescriptorBuilder removeArch ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method NutsDescriptorBuilder removeDesktopEnvironment ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method NutsDescriptorBuilder removeOs ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method NutsDescriptorBuilder removeOsdist ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method NutsDescriptorBuilder removePlatform ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method NutsDescriptorBuilder set ( NutsDescriptor ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 22 |
Abstract method NutsDescriptorBuilder set ( NutsDescriptorBuilder ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 23 |
Abstract method NutsDescriptorBuilder setApplication ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 24 |
Abstract method NutsDescriptorBuilder setArch ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 25 |
Abstract method NutsDescriptorBuilder setClassifierMappings ( NutsClassifierMapping[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 26 |
Abstract method NutsDescriptorBuilder setDesktopEnvironment ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 27 |
Abstract method NutsDescriptorBuilder setExecutable ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 28 |
Abstract method NutsDescriptorBuilder setOs ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 29 |
Abstract method NutsDescriptorBuilder setOsdist ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 30 |
Abstract method NutsDescriptorBuilder setPlatform ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 31 |
Abstract method NutsDescriptorBuilder setProperties ( Map<String,String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 45 (0.7%)
NutsDescriptor.builder ( )Return value of this abstract method is of type 'NutsDescriptorBuilder'.
NutsDescriptorBuilder.addDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependency ( NutsDependency p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addLocation ( NutsIdLocation p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addStandardDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addStandardDependency ( NutsDependency p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.applyParents ( NutsDescriptor[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.applyProperties ( )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.applyProperties ( Map<String,String> p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.build ( )This abstract method is from 'NutsDescriptorBuilder' interface.
...
[+] interface NutsDescriptorFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.2%)
NutsDescriptorFilterManager.byApiVersion ( NutsVersion p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byApp ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byArch ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byCompanion ( NutsVersion p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExec ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExtension ( NutsVersion p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byLockedIds ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byOsdist ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byPackaging ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
...
[+] interface NutsDescriptorManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
NutsDescriptorManager.callBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.classifierBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.descriptorBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.filter ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.formatter ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.formatter ( NutsDescriptor p1 )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.getSession ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.locationBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.parser ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.setSession ( NutsSession p1 )This abstract method is from 'NutsDescriptorManager' interface.
[+] interface NutsElement 13
| Change | Effect |
|---|
| 1 |
Abstract method Byte asSafeByte ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method byte asSafeByte ( byte ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method Double asSafeDouble ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method double asSafeDouble ( double ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method Float asSafeFloat ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method float asSafeFloat ( float ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method Integer asSafeInt ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method int asSafeInt ( int ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method Long asSafeLong ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method long asSafeLong ( long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method Short asSafeShort ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method short asSafeShort ( short ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method String asSafeString ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 73 (1.1%)
NutsArrayElement.get ( int p1 )Return value of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.add ( NutsElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.get ( int p1 )Return value of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.insert ( int p1, NutsElement p2 )2nd parameter 'p2' of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.set ( int p1, NutsElement p2 )2nd parameter 'p2' of this abstract method is of type 'NutsElement'.
NutsElement.asArray ( )This abstract method is from 'NutsElement' interface.
NutsElement.asBoolean ( )This abstract method is from 'NutsElement' interface.
NutsElement.asByte ( )This abstract method is from 'NutsElement' interface.
NutsElement.asDouble ( )This abstract method is from 'NutsElement' interface.
NutsElement.asFloat ( )This abstract method is from 'NutsElement' interface.
...
[+] interface NutsElementFactoryContext 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsElementFormat element ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method Predicate<Type> getDestructTypeFilter ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 14 (0.2%)
NutsElementFactoryContext.defaultDestruct ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Class<T> p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultObjectToElement ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.destruct ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.elementToObject ( NutsElement p1, Class<T> p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.elementToObject ( NutsElement p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getProperties ( )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getSession ( )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getWorkspace ( )This abstract method is from 'NutsElementFactoryContext' interface.
...
[+] interface NutsElementFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 60 (0.9%)
NutsElementFormat.compilePath ( String p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.convert ( Object p1, Class<T> p2 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.destruct ( Object p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.forArray ( )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.forBoolean ( String p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.forBoolean ( boolean p1 )This abstract method is from 'NutsElementFormat' interface.
...
[+] interface NutsExecCommand 4
| Change | Effect |
|---|
| 1 |
Abstract method String getRedirectInpuFile ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String getRedirectOuputFile ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsExecCommand setRedirectInpuFile ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsExecCommand setRedirectOuputFile ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 61 (0.9%)
NutsExecCommand.addCommand ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addCommand ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addEnv ( Map<String,String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOption ( String p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearCommand ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearEnv ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearExecutorOptions ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsExecCommand' interface.
...
[+] interface NutsExecutionContext 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getTraceSession ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 18 (0.3%)
NutsExecutionContext.getArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCommandName ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCwd ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getDefinition ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getEnv ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecSession ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutionType ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorDescriptor ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorProperties ( )This abstract method is from 'NutsExecutionContext' interface.
...
[+] interface NutsExecutionEntryAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.1%)
NutsExecutionEntryAction.getSession ( )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.parse ( File p1 )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.parse ( InputStream p1, String p2, String p3 )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.parse ( Path p1 )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.setSession ( NutsSession p1 )This abstract method is from 'NutsExecutionEntryAction' interface.
[+] interface NutsExecutorComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.04%)
NutsExecutorComponent.dryExec ( NutsExecutionContext p1 )This abstract method is from 'NutsExecutorComponent' interface.
NutsExecutorComponent.exec ( NutsExecutionContext p1 )This abstract method is from 'NutsExecutorComponent' interface.
NutsExecutorComponent.getId ( )This abstract method is from 'NutsExecutorComponent' interface.
[+] interface NutsFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 22 (0.3%)
NutsFilterManager.all ( NutsFilter... p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.all ( Class<T> p1, NutsFilter... p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.always ( Class<T> p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.any ( NutsFilter... p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.any ( Class<T> p1, NutsFilter... p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.as ( Class<T> p1, NutsFilter p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.dependency ( )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.descriptor ( )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.detectType ( NutsFilter p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.getSession ( )This abstract method is from 'NutsFilterManager' interface.
...
[+] interface NutsFormatManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.2%)
NutsFormatManager.element ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.element ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.getSession ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.object ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.object ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.props ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.props ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.setSession ( NutsSession p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.table ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.table ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
...
[+] interface NutsId 15
| Change | Effect |
|---|
| 1 |
Abstract method NutsTokenFilter anyToken ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsTokenFilter artifactIdToken ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method boolean equalsShortName ( NutsId ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String getArch ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsId getLongNameId ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method String getOs ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method String getOsdist ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method String getPlatform ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsId getShortNameId ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsTokenFilter groupIdToken ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsTokenFilter propertiesToken ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsTokenFilter repositoryToken ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsTokenFilter versionToken ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Removed super-interface java.io.Serializable. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Removed super-interface NutsTokenFilter. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 140 (2.1%)
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )2nd parameter 'id' of this method is of type 'NutsId'.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )2nd parameter 'id' of this method is of type 'NutsId'.
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )2nd parameter 'id' of this method is of type 'NutsId'.
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession workspace, NutsId id, NutsMessage msg, Exception cause )2nd parameter 'id' of this method is of type 'NutsId'.
NutsApplicationContext.getAppId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCall.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCallBuilder.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCallBuilder.setId ( NutsId p1 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
NutsCommandConfig.getOwner ( )Return value of this method is of type 'NutsId'.
NutsCommandConfig.setOwner ( NutsId value )1st parameter 'value' of this method is of type 'NutsId'.
...
[+] interface NutsIdBuilder 10
| Change | Effect |
|---|
| 1 |
Abstract method String getArch ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String getOs ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method String getOsdist ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String getPlatform ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsIdBuilder set ( NutsId ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsIdBuilder set ( NutsIdBuilder ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsIdBuilder setArch ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsIdBuilder setOs ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsIdBuilder setOsdist ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsIdBuilder setPlatform ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 32 (0.5%)
NutsId.builder ( )Return value of this abstract method is of type 'NutsIdBuilder'.
NutsIdBuilder.addProperties ( String p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.apply ( Function<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.build ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.clear ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArtifactId ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getClassifier ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFace ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFullName ( )This abstract method is from 'NutsIdBuilder' interface.
...
[+] interface NutsIdFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.1%)
NutsIdFilterManager.byDefaultVersion ( Boolean p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byExpression ( String p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byInstallStatus ( NutsInstallStatusFilter p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byName ( String... p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.setSession ( NutsSession p1 )This method is from 'NutsIdFilterManager' interface.
[+] interface NutsIdFormat 4
| Change | Effect |
|---|
| 1 |
Abstract method boolean isHighlightOptional ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method boolean isHighlightScope ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsIdFormat setHighlightOptional ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsIdFormat setHighlightScope ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 26 (0.4%)
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getOmitProperties ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getValue ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightImportedGroupId ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitClassifier ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitFace ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitGroupId ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitImportedGroupId ( )This abstract method is from 'NutsIdFormat' interface.
...
[+] interface NutsIdLocation 1
| Change | Effect |
|---|
| 1 |
This interface became class. |
A client program may be interrupted by IncompatibleClassChangeError exception. |
[+] affected methods: 4 (0.1%)
NutsDescriptorBuilder.addLocation ( NutsIdLocation p1 )1st parameter 'p1' of this abstract method is of type 'NutsIdLocation'.
NutsIdLocation.getClassifier ( )This abstract method is from 'NutsIdLocation' interface.
NutsIdLocation.getRegion ( )This abstract method is from 'NutsIdLocation' interface.
NutsIdLocation.getUrl ( )This abstract method is from 'NutsIdLocation' interface.
[+] interface NutsIdLocationBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
NutsIdLocationBuilder.build ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.clear ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getClassifier ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getRegion ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getUrl ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.set ( NutsIdLocation p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.set ( NutsIdLocationBuilder p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setClassifier ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setRegion ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setUrl ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
[+] interface NutsIdManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.1%)
NutsIdManager.builder ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.filter ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.formatter ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.formatter ( NutsId p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.getSession ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.parse ( String p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.parser ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.resolveId ( Class p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.resolveIds ( Class p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.setSession ( NutsSession p1 )This abstract method is from 'NutsIdManager' interface.
[+] interface NutsImportManager 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsImportManager add ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method Set<String> getAll ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsImportManager remove ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsImportManager removeAll ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsImportManager set ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.1%)
NutsImportManager.getSession ( )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.isImportedGroupId ( String p1 )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.setSession ( NutsSession p1 )This abstract method is from 'NutsImportManager' interface.
NutsWorkspace.imports ( )Return value of this abstract method is of type 'NutsImportManager'.
[+] interface NutsIndexStore 2
| Change | Effect |
|---|
| 1 |
Abstract method Iterator<NutsId> search ( NutsIdFilter, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method Iterator<NutsId> searchVersions ( NutsId, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 8 (0.1%)
NutsIndexStore.invalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isEnabled ( )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isSubscribed ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.revalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.setEnabled ( boolean p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.subscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.unsubscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
spi.NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 )Return value of this abstract method is of type 'NutsIndexStore'.
[+] interface NutsInfoFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.2%)
NutsInfoFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isFancy ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isShowRepositories ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setFancy ( boolean p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setNtf ( boolean p1 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setNtf ( boolean p1 )This abstract method is from 'NutsInfoFormat' interface.
...
[+] interface NutsInput 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 17 (0.2%)
NutsInput.close ( )This abstract method is from 'NutsInput' interface.
NutsInput.getContentEncoding ( )This abstract method is from 'NutsInput' interface.
NutsInput.getContentType ( )This abstract method is from 'NutsInput' interface.
NutsInput.getFilePath ( )This abstract method is from 'NutsInput' interface.
NutsInput.getFormattedName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getLastModifiedInstant ( )This abstract method is from 'NutsInput' interface.
NutsInput.getName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getSource ( )This abstract method is from 'NutsInput' interface.
NutsInput.getTypeName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getURL ( )This abstract method is from 'NutsInput' interface.
...
[+] interface NutsInputAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 17 (0.2%)
NutsInputAction.getName ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.getSession ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.getTypeName ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.isMultiRead ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( byte[ ] p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( File p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( InputStream p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( Object p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( String p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( URL p1 )This abstract method is from 'NutsInputAction' interface.
...
[+] interface NutsInstallCommand 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsResultList<NutsDefinition> getResult ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 43 (0.6%)
NutsInstallCommand.addArg ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addConditionalArgs ( Predicate<NutsDefinition> p1, String... p2 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( NutsId p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearArgs ( )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearIds ( )This abstract method is from 'NutsInstallCommand' interface.
...
[+] interface NutsInstallerComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.04%)
NutsInstallerComponent.install ( NutsExecutionContext p1 )This abstract method is from 'NutsInstallerComponent' interface.
NutsInstallerComponent.uninstall ( NutsExecutionContext p1, boolean p2 )This abstract method is from 'NutsInstallerComponent' interface.
NutsInstallerComponent.update ( NutsExecutionContext p1 )This abstract method is from 'NutsInstallerComponent' interface.
[+] interface NutsInstallInformation 1
| Change | Effect |
|---|
| 1 |
Abstract method String getInstallFolder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 17 (0.2%)
NutsDefinition.getInstallInformation ( )Return value of this abstract method is of type 'NutsInstallInformation'.
NutsFetchCommand.getResultInstallInformation ( )Return value of this abstract method is of type 'NutsInstallInformation'.
NutsInstallInformation.getCreatedInstant ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getId ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallStatus ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallUser ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getLastModifiedInstant ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryName ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryUUID ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isDefaultVersion ( )This abstract method is from 'NutsInstallInformation' interface.
...
[+] interface NutsInstallStatusFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsInstallStatusFilterManager.byDefaultValue ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byDeployed ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byInstalled ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byObsolete ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byRequired ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.setSession ( NutsSession p1 )This method is from 'NutsInstallStatusFilterManager' interface.
[+] interface NutsIOCompressAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 35 (0.5%)
NutsIOCompressAction.addSource ( File p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( InputStream p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( String p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( URL p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( Path p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getFormat ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getSession ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getSources ( )This abstract method is from 'NutsIOCompressAction' interface.
...
[+] interface NutsIOCopyAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 50 (0.7%)
NutsIOCopyAction.from ( File p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( InputStream p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Object p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( String p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( URL p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Path p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( NutsInput p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getByteArrayResult ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getSession ( )This abstract method is from 'NutsIOCopyAction' interface.
...
[+] interface NutsIODeleteAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsIODeleteAction.getSession ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.getTarget ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.isFailFast ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.run ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setFailFast ( boolean p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( File p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( Object p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( Path p1 )This abstract method is from 'NutsIODeleteAction' interface.
[+] interface NutsIOHashAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 15 (0.2%)
NutsIOHashAction.algorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeBytes ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeString ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.getAlgorithm ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.getSession ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.md5 ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setAlgorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setSource ( File p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setSource ( InputStream p1 )This abstract method is from 'NutsIOHashAction' interface.
...
[+] interface NutsIOLockAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.2%)
NutsIOLockAction.call ( Callable<T> p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.call ( Callable<T> p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.create ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getResource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSession ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.setResource ( File p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.setResource ( Object p1 )This abstract method is from 'NutsIOLockAction' interface.
...
[+] interface NutsIOManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 33 (0.5%)
NutsIOManager.addPathFactory ( NutsPathFactory p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.compress ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.copy ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createMemoryPrintStream ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createPrintStream ( OutputStream p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createPrintStream ( Writer p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.delete ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1, String p2 )This abstract method is from 'NutsIOManager' interface.
...
[+] interface NutsIOProcessAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.2%)
NutsIOProcessAction.failFast ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.failFast ( boolean p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getResultList ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getSession ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getType ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.isFailFast ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.isSupportedKillProcess ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.killProcess ( String p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setFailFast ( boolean p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIOProcessAction' interface.
...
[+] interface NutsIOUncompressAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 39 (0.6%)
NutsIOUncompressAction.from ( File p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( InputStream p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Object p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( URL p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Path p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormat ( )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getSession ( )This abstract method is from 'NutsIOUncompressAction' interface.
...
[+] interface NutsLogger 4
| Change | Effect |
|---|
| 1 |
Abstract method void log ( NutsSession, Level, String, Throwable ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, String, Object... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, Supplier<String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.1%)
NutsLogger.isLoggable ( Level p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( LogRecord p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.of ( Class clazz, NutsSession session )This method is from 'NutsLogger' interface.
NutsLogger.with ( )This abstract method is from 'NutsLogger' interface.
[+] interface NutsLoggerOp 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsLoggerOp formatted ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsLoggerOp formatted ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method void log ( String, Object... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsLoggerOp style ( NutsTextFormatStyle ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 8 (0.1%)
NutsLogger.with ( )Return value of this abstract method is of type 'NutsLoggerOp'.
NutsLoggerOp.error ( Throwable p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.level ( Level p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( Supplier<String> p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.of ( Class clazz, NutsSession session )This method is from 'NutsLoggerOp' interface.
NutsLoggerOp.session ( NutsSession p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.time ( long p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.verb ( NutsLogVerb p1 )This abstract method is from 'NutsLoggerOp' interface.
[+] interface NutsLogManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.2%)
NutsLogManager.addHandler ( Handler p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getFileHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getFileLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getHandlers ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getSession ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( Class p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( String p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.removeHandler ( Handler p1 )This abstract method is from 'NutsLogManager' interface.
...
[+] interface NutsMonitorAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 23 (0.3%)
NutsMonitorAction.create ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.createSource ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getLength ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getName ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getOrigin ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getProgressFactory ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSession ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSourceTypeName ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.isLogProgress ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.setLength ( long p1 )This abstract method is from 'NutsMonitorAction' interface.
...
[+] interface NutsObjectFormat 1
| Change | Effect |
|---|
| 1 |
Removed super-interface NutsFormat. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 9 (0.1%)
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.getValue ( )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setNtf ( boolean p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setNtf ( boolean p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setValue ( Object p1 )This abstract method is from 'NutsObjectFormat' interface.
[+] interface NutsOutput 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsOutput.close ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getFilePath ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getName ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getSource ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getTypeName ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getURL ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.isPath ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.isURL ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.open ( )This abstract method is from 'NutsOutput' interface.
[+] interface NutsOutputAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 13 (0.2%)
NutsOutputAction.getName ( )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.getSession ( )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.getTypeName ( )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( File p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( OutputStream p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( Object p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( String p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( URL p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( Path p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( NutsPath p1 )This abstract method is from 'NutsOutputAction' interface.
...
[+] interface NutsPath 9
| Change | Effect |
|---|
| 1 |
Abstract method Path asFilePath ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String asString ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method void delete ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsString getFormattedName ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsInput input ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method boolean isFilePath ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method void mkdir ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsOutput output ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method Path toFilePath ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 25 (0.4%)
NutsContent.getPath ( )Return value of this abstract method is of type 'NutsPath'.
NutsContentEvent.getLocation ( )Return value of this abstract method is of type 'NutsPath'.
NutsDefaultContent.NutsDefaultContent ( NutsPath location, boolean cached, boolean temporary )1st parameter 'location' of this method is of type 'NutsPath'.
NutsDefaultContent.getPath ( )Return value of this method is of type 'NutsPath'.
NutsPath.asURL ( )This abstract method is from 'NutsPath' interface.
NutsPath.exists ( )This abstract method is from 'NutsPath' interface.
NutsPath.getBaseName ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentEncoding ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentLength ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentType ( )This abstract method is from 'NutsPath' interface.
...
[+] interface NutsPathFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsPathFactory.createPath ( String p1, NutsSession p2, ClassLoader p3 )This abstract method is from 'NutsPathFactory' interface.
[+] interface NutsPrintStream 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsPrintStream convertMode ( NutsTerminalMode ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsPrintStream convertSession ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method int getColumns ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsPrintStream run ( NutsTerminalCommand ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 70 (1%)
NutsExecCommand.getErr ( )Return value of this abstract method is of type 'NutsPrintStream'.
NutsExecCommand.getOut ( )Return value of this abstract method is of type 'NutsPrintStream'.
NutsExecCommand.setErr ( NutsPrintStream p1 )1st parameter 'p1' of this abstract method is of type 'NutsPrintStream'.
NutsExecCommand.setOut ( NutsPrintStream p1 )1st parameter 'p1' of this abstract method is of type 'NutsPrintStream'.
NutsFormat.print ( NutsPrintStream p1 )1st parameter 'p1' of this abstract method is of type 'NutsPrintStream'.
NutsFormat.println ( NutsPrintStream p1 )1st parameter 'p1' of this abstract method is of type 'NutsPrintStream'.
NutsPrintStream.append ( char p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.append ( CharSequence p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.append ( CharSequence p1, int p2, int p3 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.asOutputStream ( )This abstract method is from 'NutsPrintStream' interface.
...
[+] interface NutsPropertiesFormat 1
| Change | Effect |
|---|
| 1 |
Removed super-interface NutsObjectFormat. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 13 (0.2%)
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getModel ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getSeparator ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.isSorted ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setNtf ( boolean p1 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setNtf ( boolean p1 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSeparator ( String p1 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSession ( NutsSession p1 )This method is from 'NutsPropertiesFormat' interface.
...
[+] interface NutsQuestion<T> 9
| Change | Effect |
|---|
| 1 |
Abstract method String getCancelMessage ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method Object[ ] getCancelMessageParameters ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method String getHintMessage ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method Object[ ] getHintMessageParameters ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method String getMessage ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method Object[ ] getMessageParameters ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsQuestion<T> setCancelMessage ( String, Object... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsQuestion<T> setHintMessage ( String, Object... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsQuestion<T> setMessage ( String, Object... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 35 (0.5%)
NutsQuestion<T>.configure ( boolean p1, String[ ] p2 )This method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.configure ( boolean p1, String... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forBoolean ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forDouble ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forEnum ( Class<K> p1, String p2, Object... p3 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forFloat ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forInteger ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forLong ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forPassword ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forString ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
...
[+] interface NutsRepository 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepositoryEnvManager env ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method boolean isAvailable ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method boolean isAvailable ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 45 (0.7%)
NutsContentEvent.getRepository ( )Return value of this abstract method is of type 'NutsRepository'.
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message )2nd parameter 'repo' of this method is of type 'NutsRepository'.
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message, Exception cause )2nd parameter 'repo' of this method is of type 'NutsRepository'.
NutsRepository.addRepositoryListener ( NutsRepositoryListener p1 )This abstract method is from 'NutsRepository' interface.
NutsRepository.addUserPropertyListener ( NutsMapListener<String,Object> p1 )This abstract method is from 'NutsRepository' interface.
NutsRepository.config ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getName ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getParentRepository ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryListeners ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryType ( )This abstract method is from 'NutsRepository' interface.
...
[+] interface NutsRepositoryConfigManager 5
| Change | Effect |
|---|
| 1 |
Abstract method int getDeployOrder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String getLocation ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method int getSpeed ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String getStoreLocation ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method String getStoreLocation ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 27 (0.4%)
NutsRepository.config ( )Return value of this abstract method is of type 'NutsRepositoryConfigManager'.
NutsRepositoryConfigManager.addMirror ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirror ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirrorById ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirrorByName ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGlobalName ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGroups ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getMirror ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getMirrors ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getRepositoryRef ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
...
[+] interface NutsRepositoryEnvManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsRepositoryEnvManager.get ( String p1, String p2 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.get ( String p1, String p2, boolean p3 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.getSession ( )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.set ( String p1, String p2 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.setSession ( NutsSession p1 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( boolean p1 )This abstract method is from 'NutsRepositoryEnvManager' interface.
[+] interface NutsRepositoryFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.1%)
NutsRepositoryFilterManager.byName ( String... p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.byUuid ( String... p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.installedRepo ( )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.setSession ( NutsSession p1 )This method is from 'NutsRepositoryFilterManager' interface.
[+] interface NutsRepositoryManager 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepositoryFilterManager filter ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 12 (0.2%)
NutsRepositoryManager.addRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.addRepository ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepositoryById ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepositoryByName ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getRepositories ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getSession ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.removeAllRepositories ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.removeRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
...
[+] interface NutsRepositorySecurityManager 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 16 (0.2%)
NutsRepository.security ( )Return value of this abstract method is of type 'NutsRepositorySecurityManager'.
NutsRepositorySecurityManager.addUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.findUsers ( )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getCredentials ( char[ ] p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getEffectiveUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getSession ( )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.isAllowed ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
...
[+] interface NutsResultList<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.1%)
NutsResultList<T>.count ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.first ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.list ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.required ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.singleton ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.stream ( )This abstract method is from 'NutsResultList<T>' interface.
[+] interface NutsSdkManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 16 (0.2%)
NutsSdkManager.add ( NutsSdkLocation p1 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.find ( String p1, Predicate<NutsSdkLocation> p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.find ( NutsSdkLocation p1 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByName ( String p1, String p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByPath ( String p1, String p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByVersion ( String p1, String p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByVersion ( String p1, NutsVersionFilter p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findOne ( String p1, Predicate<NutsSdkLocation> p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findSdkTypes ( )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.getSession ( )This abstract method is from 'NutsSdkManager' interface.
...
[+] interface NutsSearchCommand 29
| Change | Effect |
|---|
| 1 |
Abstract method NutsSearchCommand addArchs ( Collection<String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsSearchCommand addArchs ( String... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsSearchCommand addPackagings ( Collection<String> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsSearchCommand addPackagings ( String... ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsSearchCommand clearArchs ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsSearchCommand clearPackagings ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method Comparator getComparator ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsResultList<String> getResultArchs ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsResultList<NutsDefinition> getResultDefinitions ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method NutsResultList<NutsDependencies> getResultDependencies ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsResultList<NutsExecutionEntry> getResultExecutionEntries ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsResultList<NutsId> getResultIds ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsResultList<NutsDependency> getResultInlineDependencies ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method NutsResultList<Instant> getResultInstallDates ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method NutsResultList<String> getResultInstallFolders ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method NutsResultList<String> getResultInstallUsers ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method NutsResultList<String> getResultNames ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method NutsResultList<String> getResultOsdists ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method NutsResultList<String> getResultOses ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method NutsResultList<String> getResultPackagings ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method NutsResultList<String> getResultPathNames ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 22 |
Abstract method NutsResultList<String> getResultPaths ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 23 |
Abstract method NutsResultList<String> getResultPlatforms ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 24 |
Abstract method NutsResultList<String> getResultStoreLocations ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 25 |
Abstract method NutsResultList<String[ ]> getResultStrings ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 26 |
Abstract method boolean isPrintResult ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 27 |
Abstract method NutsSearchCommand setPrintResult ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 28 |
Abstract method NutsSearchCommand setRepository ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 29 |
Abstract method NutsSearchCommand sort ( Comparator ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 111 (1.6%)
NutsSearchCommand.addArch ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedIds ( NutsId... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addPackaging ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
...
[+] interface NutsSession 4
| Change | Effect |
|---|
| 1 |
Abstract method Boolean getDebug ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method boolean isDebug ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsSession setDebug ( Boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsSession setLogLevel ( Level ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 385 (5.7%)
boot.NutsApiUtils.checkSession ( NutsSession session )1st parameter 'session' of this method is of type 'NutsSession'.
boot.NutsBootWorkspace.openWorkspace ( )Return value of this method is of type 'NutsSession'.
Nuts.openInheritedWorkspace ( String... args )Return value of this method is of type 'NutsSession'.
Nuts.openWorkspace ( )Return value of this method is of type 'NutsSession'.
Nuts.openWorkspace ( String... args )Return value of this method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this abstract method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this method is of type 'NutsSession'.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )1st parameter 'session' of this method is of type 'NutsSession'.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )1st parameter 'session' of this method is of type 'NutsSession'.
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )1st parameter 'session' of this method is of type 'NutsSession'.
...
[+] interface NutsSessionAware 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
NutsSessionAware.setSession ( NutsSession p1 )This abstract method is from 'NutsSessionAware' interface.
[+] interface NutsSupplier<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.03%)
NutsSupplier<T>.create ( )This abstract method is from 'NutsSupplier<T>' interface.
NutsSupplier<T>.getLevel ( )This abstract method is from 'NutsSupplier<T>' interface.
[+] interface NutsSupportLevelContext<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.04%)
NutsSupportLevelContext<T>.getConstraints ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
NutsSupportLevelContext<T>.getSession ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
NutsSupportLevelContext<T>.getWorkspace ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
[+] interface NutsTableFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsMutableTableModel createModel ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Removed super-interface NutsObjectFormat. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 17 (0.2%)
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getBorder ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getVisibleColumn ( int p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.isVisibleHeader ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setBorder ( String p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setBorder ( NutsTableBordersFormat p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setCellFormat ( NutsTableCellFormat p1 )This abstract method is from 'NutsTableFormat' interface.
...
[+] interface NutsTempAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.1%)
NutsTempAction.createTempFile ( String p1 )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.createTempFolder ( String p1 )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.getRepositoryId ( )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.getSession ( )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.setRepositoryId ( String p1 )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.setSession ( NutsSession p1 )This abstract method is from 'NutsTempAction' interface.
[+] interface NutsTerminalManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.2%)
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.createTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.createTerminal ( InputStream p1, NutsPrintStream p2, NutsPrintStream p3 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.createTerminal ( NutsSessionTerminal p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.enableRichTerm ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getSession ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getSystemTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.setSession ( NutsSession p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.setSystemTerminal ( NutsSystemTerminalBase p1 )This abstract method is from 'NutsTerminalManager' interface.
...
[+] interface NutsTerminalSpec 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 9 (0.1%)
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.get ( String p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getAutoComplete ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getParent ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getProperties ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.put ( String p1, Object p2 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.putAll ( Map<String,Object> p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.setAutoComplete ( Boolean p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.setParent ( NutsSystemTerminalBase p1 )This abstract method is from 'NutsTerminalSpec' interface.
[+] interface NutsTextManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 30 (0.4%)
NutsTextManager.addCodeFormat ( NutsCodeFormat p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.builder ( )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forAnchor ( String p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forBlank ( )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forCode ( String p1, String p2 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forCommand ( NutsTerminalCommand p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forLink ( NutsText p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forList ( NutsText... p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forList ( Collection<NutsText> p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forNumbering ( )This abstract method is from 'NutsTextManager' interface.
...
[+] interface NutsTokenFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 5 (0.1%)
NutsTokenFilter.contains ( String p1 )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.isBlank ( )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.isNull ( )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.like ( String p1 )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.matches ( String p1 )This abstract method is from 'NutsTokenFilter' interface.
[+] interface NutsTreeFormat 1
| Change | Effect |
|---|
| 1 |
Removed super-interface NutsObjectFormat. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 13 (0.2%)
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getLinkFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getModel ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getNodeFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setLinkFormat ( NutsTreeLinkFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNtf ( boolean p1 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNtf ( boolean p1 )This abstract method is from 'NutsTreeFormat' interface.
...
[+] interface NutsTypedFilters<T> 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsTypedFilters setSession ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 10 (0.1%)
NutsTypedFilters<T>.all ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.always ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.any ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.as ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.from ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.never ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.none ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.nonnull ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.not ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.parse ( String p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
[+] interface NutsUpdateResult 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsDefinition getLocal ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method boolean isUpdateAvailable ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 9 (0.1%)
NutsUpdateResult.getAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.getDependencies ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.getId ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateApplied ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateForced ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateStatusAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateVersionAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsWorkspaceUpdateResult.getApi ( )Return value of this abstract method is of type 'NutsUpdateResult'.
NutsWorkspaceUpdateResult.getRuntime ( )Return value of this abstract method is of type 'NutsUpdateResult'.
[+] interface NutsVersion 2
| Change | Effect |
|---|
| 1 |
Abstract method BigInteger getNumber ( int, long ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Removed super-interface NutsTokenFilter. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 34 (0.5%)
NutsApplicationContext.getAppPreviousVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsApplicationContext.getAppVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependency.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependencyBuilder.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependencyBuilder.setVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
NutsId.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsIdBuilder.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsIdBuilder.setVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
NutsSearchCommand.getTargetApiVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsSearchCommand.setTargetApiVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
...
[+] interface NutsVersionFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.1%)
NutsVersionFilterManager.byExpression ( String p1 )This abstract method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.byValue ( String p1 )This abstract method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.setSession ( NutsSession p1 )This method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionFilterManager' interface.
[+] interface NutsVersionManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
NutsVersionManager.filter ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.formatter ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.formatter ( NutsVersion p1 )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.getSession ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.parse ( String p1 )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.parser ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionManager' interface.
[+] interface NutsWorkspace 18
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceAppsManager apps ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsCommandLineManager commandLine ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsConcurrentManager concurrent ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method NutsDependencyManager dependency ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsDescriptorManager descriptor ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsElementFormat elem ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsFilterManager filters ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsFormatManager formats ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method Set<NutsId> getCompanionIds ( NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method String getLocation ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method NutsIdManager id ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method NutsInfoFormat info ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method NutsIOManager io ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method NutsLogManager log ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method NutsSdkManager sdks ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method NutsTerminalManager term ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method NutsTextManager text ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method NutsVersionManager version ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 46 (0.7%)
NutsApplicationContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsCommandAutoComplete.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsCommandAutoCompleteBase.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsContentEvent.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsElementFactoryContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsException.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsExceptionBase.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsExecutionContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsFilter.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsInstallEvent.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
...
[+] interface NutsWorkspaceAppsManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.1%)
NutsWorkspaceAppsManager.createApplicationContext ( NutsSession p1, String[ ] p2, long p3, Class p4, String p5 )This abstract method is from 'NutsWorkspaceAppsManager' interface.
NutsWorkspaceAppsManager.execEntries ( )This abstract method is from 'NutsWorkspaceAppsManager' interface.
NutsWorkspaceAppsManager.getSession ( )This abstract method is from 'NutsWorkspaceAppsManager' interface.
NutsWorkspaceAppsManager.setSession ( NutsSession p1 )This abstract method is from 'NutsWorkspaceAppsManager' interface.
[+] interface NutsWorkspaceBootConfig 1
| Change | Effect |
|---|
| 1 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 19 (0.3%)
NutsWorkspaceBootConfig.getBootPath ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspace ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspaceName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getExtensions ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getStoreLocation ( NutsId p1, NutsStoreLocation p2 )This abstract method is from 'NutsWorkspaceBootConfig' interface.
...
[+] interface NutsWorkspaceConfigManager 6
| Change | Effect |
|---|
| 1 |
Abstract method NutsId createContentFaceId ( NutsId, NutsDescriptor ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsWorkspaceListManager createWorkspaceListManager ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method String getHashName ( Object ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String getWorkspaceHashName ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsWorkspaceOptionsBuilder optionsBuilder ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method String resolveRepositoryPath ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 16 (0.2%)
NutsWorkspace.config ( )Return value of this abstract method is of type 'NutsWorkspaceConfigManager'.
NutsWorkspaceConfigManager.getAvailableArchetypes ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getDefaultRepositories ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getIndexStoreClientFactory ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaCommand ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaOptions ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getSession ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isExcludedExtension ( String p1, NutsWorkspaceOptions p2 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isGlobal ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isReadOnly ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
...
[+] interface NutsWorkspaceEnvManager 24
| Change | Effect |
|---|
| 1 |
Abstract method ClassLoader getBootClassLoader ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method URL[ ] getBootClassWorldURLs ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method NutsWorkspaceOptions getBootOptions ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String getBootRepositories ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method long getCreationFinishTimeMillis ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method long getCreationStartTimeMillis ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method long getCreationTimeMillis ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method NutsActionSupport getDesktopIntegrationSupport ( NutsDesktopIntegrationItem ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method String getEnv ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method String getEnv ( String, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method Boolean getEnvAsBoolean ( String, Boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method Integer getEnvAsInt ( String, Integer ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 13 |
Abstract method Map<String,String> getEnvMap ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 14 |
Abstract method String getOption ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 15 |
Abstract method String getOption ( String, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 16 |
Abstract method Boolean getOptionAsBoolean ( String, Boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 17 |
Abstract method Integer getOptionAsInt ( String, Integer ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 18 |
Abstract method T getOrCreateProperty ( Class<T>, Supplier<T> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 19 |
Abstract method T getOrCreateProperty ( String, Supplier<T> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 20 |
Abstract method Object getProperty ( String, Object ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 21 |
Abstract method Boolean getPropertyAsBoolean ( String, Boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 22 |
Abstract method Integer getPropertyAsInt ( String, Integer ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 23 |
Abstract method String getPropertyAsString ( String, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 24 |
Abstract method NutsWorkspaceEnvManager setEnv ( String, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 19 (0.3%)
NutsWorkspace.env ( )Return value of this abstract method is of type 'NutsWorkspaceEnvManager'.
NutsWorkspaceEnvManager.addLauncher ( NutsLauncherOptions p1 )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getArch ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getArchFamily ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopEnvironment ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopEnvironmentFamilies ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopEnvironmentFamily ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopEnvironments ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopPath ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOs ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
...
[+] interface NutsWorkspaceExtensionManager 2
| Change | Effect |
|---|
| 1 |
Abstract method T createSupported ( Class<T>, V ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method T createSupported ( Class<T>, V, Class[ ], Object[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 21 (0.3%)
NutsWorkspace.extensions ( )Return value of this abstract method is of type 'NutsWorkspaceExtensionManager'.
NutsWorkspaceExtensionManager.createAll ( Class<T> p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createAllSupported ( Class<T> p1, V p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.discoverTypes ( NutsId p1, ClassLoader p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getConfigExtensions ( )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getExtensionObjects ( Class p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getExtensionTypes ( Class p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getLoadedExtensions ( )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
...
[+] interface NutsWorkspaceInitInformation 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 25 (0.4%)
NutsWorkspaceInitInformation.getApiId ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getApiVersion ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getBootRepositories ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getBootWorkspaceFactory ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldLoader ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldURLs ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getExtensionBootDependencyNodes ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getExtensionBootDescriptors ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getExtensionsSet ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getHomeLocations ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
...
[+] interface NutsWorkspaceListManager 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspace addWorkspace ( String, NutsSession ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.1%)
NutsWorkspaceListManager.getConfig ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaceLocation ( String p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaces ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.removeWorkspace ( String p1, NutsSession p2 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.save ( NutsSession p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.setConfig ( NutsWorkspaceListConfig p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
[+] interface NutsWorkspaceLocationManager 9
| Change | Effect |
|---|
| 1 |
Abstract method String getDefaultIdBasedir ( NutsId ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method String getHomeLocation ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String getStoreLocation ( NutsId, NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method String getStoreLocation ( NutsId, NutsStoreLocation, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method String getStoreLocation ( NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method String getStoreLocation ( NutsStoreLocation, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method String getWorkspaceLocation ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method NutsWorkspaceLocationManager setHomeLocation ( NutsOsFamily, NutsStoreLocation, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 14 (0.2%)
NutsWorkspace.locations ( )Return value of this abstract method is of type 'NutsWorkspaceLocationManager'.
NutsWorkspaceLocationManager.getDefaultIdContentExtension ( String p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdExtension ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdFilename ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getSession ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationLayout ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
...
[+] interface NutsWorkspaceOptions 4
| Change | Effect |
|---|
| 1 |
Abstract method Boolean getDebug ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method String[ ] getProperties ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method boolean isDebug ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 82 (1.2%)
NutsSession.configure ( NutsWorkspaceOptions p1 )1st parameter 'p1' of this abstract method is of type 'NutsWorkspaceOptions'.
NutsSession.copyFrom ( NutsWorkspaceOptions p1 )1st parameter 'p1' of this abstract method is of type 'NutsWorkspaceOptions'.
NutsWorkspaceConfigManager.isExcludedExtension ( String p1, NutsWorkspaceOptions p2 )2nd parameter 'p2' of this abstract method is of type 'NutsWorkspaceOptions'.
NutsWorkspaceOptions.builder ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.formatter ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getArchetype ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getBot ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCached ( )This abstract method is from 'NutsWorkspaceOptions' interface.
...
[+] interface NutsWorkspaceOptionsBuilder 7
| Change | Effect |
|---|
| 1 |
Abstract method Boolean getDebug ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method String[ ] getProperties ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method boolean isDebug ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method NutsWorkspaceOptionsBuilder setDebug ( Boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method NutsWorkspaceOptionsBuilder setHomeLocation ( NutsOsFamily, NutsStoreLocation, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsWorkspaceOptionsBuilder setProperties ( String[ ] ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 141 (2.1%)
NutsWorkspaceOptions.builder ( )Return value of this abstract method is of type 'NutsWorkspaceOptionsBuilder'.
NutsWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.build ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.copy ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.formatter ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getArchetype ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getBot ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getCached ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
...
[+] interface NutsWorkspaceOptionsFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method String getApiVersion ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsWorkspaceOptionsFormat setApiVersion ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 13 (0.2%)
NutsWorkspaceOptions.formatter ( )Return value of this abstract method is of type 'NutsWorkspaceOptionsFormat'.
NutsWorkspaceOptionsBuilder.formatter ( )Return value of this abstract method is of type 'NutsWorkspaceOptionsFormat'.
NutsWorkspaceOptionsFormat.equals ( Object p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.getBootCommandLine ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.hashCode ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isExported ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isInit ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isRuntime ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setCompact ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setExported ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
...
[+] interface NutsWorkspaceSecurityManager 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 23 (0.3%)
NutsWorkspace.security ( )Return value of this abstract method is of type 'NutsWorkspaceSecurityManager'.
NutsWorkspaceSecurityManager.addUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUsers ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCredentials ( char[ ] p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentLoginStack ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentUsername ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
...
[+] interface NutsWorkspaceStoredConfig 1
| Change | Effect |
|---|
| 1 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 15 (0.2%)
NutsWorkspaceConfigManager.stored ( )Return value of this abstract method is of type 'NutsWorkspaceStoredConfig'.
NutsWorkspaceStoredConfig.getApiId ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getJavaCommand ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getJavaOptions ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getName ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRuntimeDependencies ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRuntimeId ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
...
[+] interface NutsWorkspaceUpdateResult 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsUpdateResult[ ] getAllUpdates ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 11 (0.2%)
NutsUpdateCommand.getResult ( )Return value of this abstract method is of type 'NutsWorkspaceUpdateResult'.
NutsWorkspaceUpdateResult.getAllResults ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getApi ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getArtifacts ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getExtensions ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getRuntime ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getUpdatesCount ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableApi ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableExtensions ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableRuntime ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
...
nuts-0.8.1.jar
package net.thevpc.nuts.boot
[+] class NutsBootDescriptor 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.1%)
NutsBootDescriptor.NutsBootDescriptor ( NutsBootId id, NutsBootId[ ] dependencies )This constructor is from 'NutsBootDescriptor' class.
NutsBootDescriptor.getDependencies ( )This method is from 'NutsBootDescriptor' class.
NutsBootDescriptor.getId ( )This method is from 'NutsBootDescriptor' class.
NutsBootDescriptor.toString ( )This method is from 'NutsBootDescriptor' class.
[+] class NutsBootId 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.2%)
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version, boolean optional, String os, String arch )This constructor is from 'NutsBootId' class.
NutsBootId.equals ( Object obj )This method is from 'NutsBootId' class.
NutsBootId.getArch ( )This method is from 'NutsBootId' class.
NutsBootId.getArtifactId ( )This method is from 'NutsBootId' class.
NutsBootId.getGroupId ( )This method is from 'NutsBootId' class.
NutsBootId.getLongName ( )This method is from 'NutsBootId' class.
NutsBootId.getOs ( )This method is from 'NutsBootId' class.
NutsBootId.getShortName ( )This method is from 'NutsBootId' class.
NutsBootId.getVersion ( )This method is from 'NutsBootId' class.
NutsBootId.hashCode ( )This method is from 'NutsBootId' class.
...
[+] class NutsBootVersion 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 14 (0.2%)
NutsBootVersion.accept ( NutsBootVersion other )This method is from 'NutsBootVersion' class.
NutsBootVersion.compareTo ( String other )This method is from 'NutsBootVersion' class.
NutsBootVersion.compareTo ( NutsBootVersion other )This method is from 'NutsBootVersion' class.
NutsBootVersion.equals ( Object o )This method is from 'NutsBootVersion' class.
NutsBootVersion.getFrom ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.getTo ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.hashCode ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.isBlank ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.isIncludeFrom ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.isIncludeTo ( )This method is from 'NutsBootVersion' class.
...
[+] class PrivateNutsApplicationUtils 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.04%)
PrivateNutsApplicationUtils.PrivateNutsApplicationUtils ( )This constructor is from 'PrivateNutsApplicationUtils' class.
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out )This method is from 'PrivateNutsApplicationUtils' class.
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui )This method is from 'PrivateNutsApplicationUtils' class.
[+] class PrivateNutsLog 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
PrivateNutsLog.PrivateNutsLog ( )This constructor is from 'PrivateNutsLog' class.
PrivateNutsLog.isLoggable ( Level lvl )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, String message, Throwable err )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object[ ] objects )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object object )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options )This method is from 'PrivateNutsLog' class.
[+] class PrivateNutsMavenUtils 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
PrivateNutsMavenUtils.PrivateNutsMavenUtils ( )This constructor is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.getFileName ( NutsBootId id, String ext )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.getPathFile ( NutsBootId id, String name )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.resolveMavenFullPath ( String repo, String nutsId, String ext )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire, PrivateNutsUtils.ErrorInfoList errors )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.toMavenFileName ( String nutsId, String extension )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.toMavenPath ( String nutsId )This method is from 'PrivateNutsMavenUtils' class.
[+] class PrivateNutsRepositorySelection 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.04%)
PrivateNutsRepositorySelection.PrivateNutsRepositorySelection ( String name, String url )This constructor is from 'PrivateNutsRepositorySelection' class.
PrivateNutsRepositorySelection.getName ( )This method is from 'PrivateNutsRepositorySelection' class.
PrivateNutsRepositorySelection.getUrl ( )This method is from 'PrivateNutsRepositorySelection' class.
[+] class PrivateNutsRepositorySelectionList 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.2%)
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( )This constructor is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( PrivateNutsRepositorySelection[ ] all )This constructor is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.add ( PrivateNutsRepositorySelection a )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.addAll ( PrivateNutsRepositorySelection[ ] all )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.containsName ( String name )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.containsSelection ( PrivateNutsRepositorySelection s )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.containsURL ( String url )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.indexOf ( PrivateNutsRepositorySelection other, int offset )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.indexOfName ( String name, int offset )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.indexOfURL ( String url, int offset )This method is from 'PrivateNutsRepositorySelectionList' class.
...
[+] class PrivateNutsRepositorySelectorList 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.1%)
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( )This constructor is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( PrivateNutsRepositorySelector[ ] a )This constructor is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.acceptExisting ( PrivateNutsRepositorySelection ss )This method is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.join ( PrivateNutsRepositorySelectorList other )This method is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.resolveSelectors ( PrivateNutsRepositorySelection[ ] other )This method is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.toArray ( )This method is from 'PrivateNutsRepositorySelectorList' class.
[+] class PrivateNutsRepositorySelectorOp 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.1%)
PrivateNutsRepositorySelectorOp.id ( )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.parseLenient ( String value )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyOrErrorValue )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyValue, PrivateNutsRepositorySelectorOp errorValue )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.valueOf ( String name )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.values ( )This method is from 'PrivateNutsRepositorySelectorOp' class.
[+] class PrivateNutsUtils.Deps 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.01%)
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )This constructor is from 'PrivateNutsUtils.Deps' class.
[+] class PrivateNutsUtils.ErrorInfo 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.1%)
PrivateNutsUtils.ErrorInfo.PrivateNutsUtils.ErrorInfo ( String nutsId, String repository, String url, String message, Throwable throwable )This constructor is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getMessage ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getNutsId ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getRepository ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getThrowable ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getUrl ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.toString ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
[+] class PrivateNutsUtils.ErrorInfoList 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.1%)
PrivateNutsUtils.ErrorInfoList.PrivateNutsUtils.ErrorInfoList ( )This constructor is from 'PrivateNutsUtils.ErrorInfoList' class.
PrivateNutsUtils.ErrorInfoList.add ( PrivateNutsUtils.ErrorInfo e )This method is from 'PrivateNutsUtils.ErrorInfoList' class.
PrivateNutsUtils.ErrorInfoList.list ( )This method is from 'PrivateNutsUtils.ErrorInfoList' class.
PrivateNutsUtils.ErrorInfoList.removeErrorsFor ( String nutsId )This method is from 'PrivateNutsUtils.ErrorInfoList' class.
nuts-0.8.1.jar
package net.thevpc.nuts.spi
[+] interface NutsPathSPI 12
| Change | Effect |
|---|
| 1 |
Abstract method String asString ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method void delete ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 3 |
Abstract method boolean exists ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 4 |
Abstract method String getContentEncoding ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 5 |
Abstract method long getContentLength ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 6 |
Abstract method String getContentType ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 7 |
Abstract method NutsFormatSPI getFormatterSPI ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 8 |
Abstract method Instant getLastModifiedInstant ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 9 |
Abstract method String getLocation ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 10 |
Abstract method InputStream inputStream ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 11 |
Abstract method void mkdir ( boolean ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 12 |
Abstract method OutputStream outputStream ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.03%)
NutsPathSPI.getSession ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.toString ( )This abstract method is from 'NutsPathSPI' interface.
[+] interface NutsRepositorySPI 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepositoryEnvManager env ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 21 (0.3%)
NutsRepositorySPI.config ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.deploy ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.fetchContent ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.fetchDescriptor ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getName ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getParentRepository ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getRepositoryListeners ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getRepositoryType ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getUserProperties ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getUserPropertyListeners ( )This abstract method is from 'NutsRepositorySPI' interface.
...
[+] interface NutsSearchRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
Abstract method Iterator<NutsId> getResult ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 9 (0.1%)
NutsRepositorySPI.search ( )Return value of this abstract method is of type 'NutsSearchRepositoryCommand'.
NutsSearchRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
[+] interface NutsSearchVersionsRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
Abstract method Iterator<NutsId> getResult ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 11 (0.2%)
NutsRepositorySPI.searchVersions ( )Return value of this abstract method is of type 'NutsSearchVersionsRepositoryCommand'.
NutsSearchVersionsRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getId ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
...
[+] interface NutsSystemTerminalBase 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandReadHighlighter getCommandReadHighlighter ( ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
| 2 |
Abstract method NutsSystemTerminalBase setCommandReadHighlighter ( NutsCommandReadHighlighter ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 10 (0.1%)
NutsSystemTerminalBase.getAutoCompleteResolver ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getCommandHistory ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getErr ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getIn ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getOut ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.isAutoCompleteSupported ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.setCommandAutoCompleteResolver ( NutsCommandAutoCompleteResolver p1 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.setCommandHistory ( NutsCommandHistory p1 )This abstract method is from 'NutsSystemTerminalBase' interface.
to the top
Problems with Methods, High Severity 103
nuts-0.8.1.jar,
BasePredicate.class
package net.thevpc.nuts
[+] NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other ) : Predicate<T> 1
net/thevpc/nuts/NutsPredicates.BasePredicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<T> to NutsPredicate<T>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsPredicates.BasePredicate<T>.negate ( ) : Predicate<T> 1
net/thevpc/nuts/NutsPredicates.BasePredicate.negate:()Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<T> to NutsPredicate<T>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other ) : Predicate<T> 1
net/thevpc/nuts/NutsPredicates.BasePredicate.or:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<T> to NutsPredicate<T>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
Nuts.class
package net.thevpc.nuts
[+] Nuts.runWorkspace ( String... args ) [static] : void 1
net/thevpc/nuts/Nuts.runWorkspace:([Ljava/lang/String;)V
| Change | Effect |
|---|
| 1 |
Return value type has been changed from void to NutsSession. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsApplicationContext.class
package net.thevpc.nuts
[+] NutsApplicationContext.getAppsFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getCacheFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getConfigFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getLibFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getLogFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getRunFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedLibFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedLogFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedRunFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedTempFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getSharedVarFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getTempFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsApplicationContext.getVarFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsArrayElementBuilder.class
package net.thevpc.nuts
[+] NutsArrayElementBuilder.build ( ) [abstract] : NutsArrayElement 1
net/thevpc/nuts/NutsArrayElementBuilder.build:()Lnet/thevpc/nuts/NutsArrayElement;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsArrayElement to NutsElement. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsBootWorkspace.class
package net.thevpc.nuts.boot
[+] NutsBootWorkspace.getContextClassLoader ( ) : ClassLoader 1
net/thevpc/nuts/boot/NutsBootWorkspace.getContextClassLoader:()Ljava/lang/ClassLoader;
| Change | Effect |
|---|
| 1 |
Access level has been changed from protected to private. |
A client program may be interrupted by IllegalAccessError exception. |
[+] NutsBootWorkspace.getOptions ( ) : NutsWorkspaceOptions 1
net/thevpc/nuts/boot/NutsBootWorkspace.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from net.thevpc.nuts.NutsWorkspaceOptions to net.thevpc.nuts.NutsBootOptions. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsBootWorkspace.runWorkspace ( ) : void 1
net/thevpc/nuts/boot/NutsBootWorkspace.runWorkspace:()V
| Change | Effect |
|---|
| 1 |
Return value type has been changed from void to net.thevpc.nuts.NutsSession. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsDefinition.class
package net.thevpc.nuts
[+] NutsDefinition.getPath ( ) [abstract] : Path 1
net/thevpc/nuts/NutsDefinition.getPath:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsDependencies.class
package net.thevpc.nuts
[+] NutsDependencies.immediate ( ) [abstract] : List<NutsDependency> 1
net/thevpc/nuts/NutsDependencies.immediate:()Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.List<NutsDependency> to NutsStream<NutsDependency>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsDependencies.sourceIds ( ) [abstract] : List<NutsId> 1
net/thevpc/nuts/NutsDependencies.sourceIds:()Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.List<NutsId> to NutsStream<NutsId>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsDescriptor.class
package net.thevpc.nuts
[+] NutsDescriptor.getProperties ( ) [abstract] : Map<String,String> 1
net/thevpc/nuts/NutsDescriptor.getProperties:()Ljava/util/Map;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Map<java.lang.String,java.lang.String> to NutsDescriptorProperty[]. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsDescriptorBuilder.class
package net.thevpc.nuts
[+] NutsDescriptorBuilder.getProperties ( ) [abstract] : Map<String,String> 1
net/thevpc/nuts/NutsDescriptorBuilder.getProperties:()Ljava/util/Map;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Map<java.lang.String,java.lang.String> to NutsDescriptorProperty[]. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsIndexStore.class
package net.thevpc.nuts
[+] NutsIndexStore.search ( NutsIdFilter p1, NutsSession p2 ) [abstract] : Iterator<NutsId> 1
net/thevpc/nuts/NutsIndexStore.search:(Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Iterator<NutsId> to NutsIterator<NutsId>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsIndexStore.searchVersions ( NutsId p1, NutsSession p2 ) [abstract] : Iterator<NutsId> 1
net/thevpc/nuts/NutsIndexStore.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Iterator<NutsId> to NutsIterator<NutsId>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsInstallCommand.class
package net.thevpc.nuts
[+] NutsInstallCommand.getResult ( ) [abstract] : NutsResultList<NutsDefinition> 1
net/thevpc/nuts/NutsInstallCommand.getResult:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<NutsDefinition> to NutsStream<NutsDefinition>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsInstallInformation.class
package net.thevpc.nuts
[+] NutsInstallInformation.getInstallFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsLauncherOptions.class
package net.thevpc.nuts
[+] NutsLauncherOptions.getCreateCustomShortcut ( ) : NutsActionSupportCondition 1
net/thevpc/nuts/NutsLauncherOptions.getCreateCustomShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsActionSupportCondition to NutsSupportCondition. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsLauncherOptions.getCreateDesktopShortcut ( ) : NutsActionSupportCondition 1
net/thevpc/nuts/NutsLauncherOptions.getCreateDesktopShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsActionSupportCondition to NutsSupportCondition. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsLauncherOptions.getCreateMenuShortcut ( ) : NutsActionSupportCondition 1
net/thevpc/nuts/NutsLauncherOptions.getCreateMenuShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsActionSupportCondition to NutsSupportCondition. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsObjectElementBuilder.class
package net.thevpc.nuts
[+] NutsObjectElementBuilder.build ( ) [abstract] : NutsObjectElement 1
net/thevpc/nuts/NutsObjectElementBuilder.build:()Lnet/thevpc/nuts/NutsObjectElement;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectElement to NutsElement. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsObjectFormat.class
package net.thevpc.nuts
[+] NutsObjectFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat 1
net/thevpc/nuts/NutsObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsObjectFormat.setNtf ( boolean p1 ) : NutsFormat 1
net/thevpc/nuts/NutsObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsObjectFormat.setSession ( NutsSession p1 ) : NutsFormat 1
net/thevpc/nuts/NutsObjectFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsObjectFormat.setValue ( Object p1 ) [abstract] : NutsObjectFormat 1
net/thevpc/nuts/NutsObjectFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsPath.class
package net.thevpc.nuts
[+] NutsPath.delete ( boolean p1 ) [abstract] : void 1
net/thevpc/nuts/NutsPath.delete:(Z)V
| Change | Effect |
|---|
| 1 |
Return value type has been changed from void to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsPath.mkdir ( boolean p1 ) [abstract] : void 1
net/thevpc/nuts/NutsPath.mkdir:(Z)V
| Change | Effect |
|---|
| 1 |
Return value type has been changed from void to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsPredicates.class
package net.thevpc.nuts
[+] NutsPredicates.always ( ) [static] : Predicate<T> 1
net/thevpc/nuts/NutsPredicates.always:()Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<T> to NutsPredicate<T>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsPredicates.blank ( ) [static] : Predicate<String> 1
net/thevpc/nuts/NutsPredicates.blank:()Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<java.lang.String> to NutsPredicate<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsPredicates.isNull ( ) [static] : Predicate<T> 1
net/thevpc/nuts/NutsPredicates.isNull:()Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<T> to NutsPredicate<T>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsPredicates.never ( ) [static] : Predicate<T> 1
net/thevpc/nuts/NutsPredicates.never:()Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<T> to NutsPredicate<T>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
[+] NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat 1
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsPropertiesFormat.setNtf ( boolean p1 ) [abstract] : NutsPropertiesFormat 1
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsPropertiesFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsObjectFormat 1
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsPropertiesFormat.setValue ( Object p1 ) : NutsObjectFormat 1
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsQuestion.class
package net.thevpc.nuts
[+] NutsQuestion<T>.getCancelMessage ( ) [abstract] : String 1
net/thevpc/nuts/NutsQuestion.getCancelMessage:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsMessage. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsQuestion<T>.getHintMessage ( ) [abstract] : String 1
net/thevpc/nuts/NutsQuestion.getHintMessage:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsMessage. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsQuestion<T>.getMessage ( ) [abstract] : String 1
net/thevpc/nuts/NutsQuestion.getMessage:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsMessage. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsRepositoryConfig.class
package net.thevpc.nuts
[+] NutsRepositoryConfig.getLocation ( ) : String 1
net/thevpc/nuts/NutsRepositoryConfig.getLocation:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to spi.NutsRepositoryLocation. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
[+] NutsRepositoryConfigManager.getSpeed ( ) [abstract] : int 1
net/thevpc/nuts/NutsRepositoryConfigManager.getSpeed:()I
| Change | Effect |
|---|
| 1 |
Return value type has been changed from int to NutsSpeedQualifier. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : String 1
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String 1
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsRepositoryManager.class
package net.thevpc.nuts
[+] NutsRepositoryManager.filter ( ) [abstract] : NutsRepositoryFilterManager 1
net/thevpc/nuts/NutsRepositoryManager.filter:()Lnet/thevpc/nuts/NutsRepositoryFilterManager;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsRepositoryFilterManager to NutsRepositoryFilters. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsRepositoryModel.class
package net.thevpc.nuts
[+] NutsRepositoryModel.getSpeed ( ) : int 1
net/thevpc/nuts/NutsRepositoryModel.getSpeed:()I
| Change | Effect |
|---|
| 1 |
Return value type has been changed from int to NutsSpeedQualifier. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsRepositoryModel.searchVersions ( NutsId id, NutsIdFilter idFilter, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : Iterator<NutsId> 1
net/thevpc/nuts/NutsRepositoryModel.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Iterator<NutsId> to NutsIterator<NutsId>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsRepositorySecurityManager.class
package net.thevpc.nuts
[+] NutsRepositorySecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent 1
net/thevpc/nuts/NutsRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsAuthenticationAgent to spi.NutsAuthenticationAgent. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsSearchCommand.class
package net.thevpc.nuts
[+] NutsSearchCommand.getComparator ( ) [abstract] : Comparator 1
net/thevpc/nuts/NutsSearchCommand.getComparator:()Ljava/util/Comparator;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Comparator to NutsComparator. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultDefinitions ( ) [abstract] : NutsResultList<NutsDefinition> 1
net/thevpc/nuts/NutsSearchCommand.getResultDefinitions:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<NutsDefinition> to NutsStream<NutsDefinition>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultDependencies ( ) [abstract] : NutsResultList<NutsDependencies> 1
net/thevpc/nuts/NutsSearchCommand.getResultDependencies:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<NutsDependencies> to NutsStream<NutsDependencies>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultExecutionEntries ( ) [abstract] : NutsResultList<NutsExecutionEntry> 1
net/thevpc/nuts/NutsSearchCommand.getResultExecutionEntries:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<NutsExecutionEntry> to NutsStream<NutsExecutionEntry>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultIds ( ) [abstract] : NutsResultList<NutsId> 1
net/thevpc/nuts/NutsSearchCommand.getResultIds:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<NutsId> to NutsStream<NutsId>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultInlineDependencies ( ) [abstract] : NutsResultList<NutsDependency> 1
net/thevpc/nuts/NutsSearchCommand.getResultInlineDependencies:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<NutsDependency> to NutsStream<NutsDependency>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultInstallDates ( ) [abstract] : NutsResultList<Instant> 1
net/thevpc/nuts/NutsSearchCommand.getResultInstallDates:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.time.Instant> to NutsStream<java.time.Instant>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultInstallFolders ( ) [abstract] : NutsResultList<String> 1
net/thevpc/nuts/NutsSearchCommand.getResultInstallFolders:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String> to NutsStream<NutsPath>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultInstallUsers ( ) [abstract] : NutsResultList<String> 1
net/thevpc/nuts/NutsSearchCommand.getResultInstallUsers:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String> to NutsStream<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultNames ( ) [abstract] : NutsResultList<String> 1
net/thevpc/nuts/NutsSearchCommand.getResultNames:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String> to NutsStream<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultPathNames ( ) [abstract] : NutsResultList<String> 1
net/thevpc/nuts/NutsSearchCommand.getResultPathNames:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String> to NutsStream<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultPaths ( ) [abstract] : NutsResultList<String> 1
net/thevpc/nuts/NutsSearchCommand.getResultPaths:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String> to NutsStream<java.lang.String>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultStoreLocations ( NutsStoreLocation p1 ) [abstract] : NutsResultList<String> 1
net/thevpc/nuts/NutsSearchCommand.getResultStoreLocations:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String> to NutsStream<NutsPath>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsSearchCommand.getResultStrings ( String[ ] p1 ) [abstract] : NutsResultList<String[ ]> 1
net/thevpc/nuts/NutsSearchCommand.getResultStrings:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String[]> to NutsStream<java.lang.String[]>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsSearchRepositoryCommand.class
package net.thevpc.nuts.spi
[+] NutsSearchRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId> 1
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getResult:()Ljava/util/Iterator;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Iterator<net.thevpc.nuts.NutsId> to net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsSearchVersionsRepositoryCommand.class
package net.thevpc.nuts.spi
[+] NutsSearchVersionsRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId> 1
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getResult:()Ljava/util/Iterator;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Iterator<net.thevpc.nuts.NutsId> to net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsSession.class
package net.thevpc.nuts
[+] NutsSession.getDebug ( ) [abstract] : Boolean 1
net/thevpc/nuts/NutsSession.getDebug:()Ljava/lang/Boolean;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.Boolean to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsTableFormat.class
package net.thevpc.nuts
[+] NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat 1
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsTableFormat.setNtf ( boolean p1 ) : NutsObjectFormat 1
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsTableFormat.setSession ( NutsSession p1 ) : NutsObjectFormat 1
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsTableFormat.setValue ( Object p1 ) [abstract] : NutsTableFormat 1
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTableFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsTreeFormat.class
package net.thevpc.nuts
[+] NutsTreeFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsTreeFormat 1
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsTreeFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTreeFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsTreeFormat.setNtf ( boolean p1 ) : NutsObjectFormat 1
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsTreeFormat.setSession ( NutsSession p1 ) [abstract] : NutsTreeFormat 1
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTreeFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsTreeFormat.setValue ( Object p1 ) [abstract] : NutsTreeFormat 1
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTreeFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTreeFormat to NutsContentTypeFormat. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsWorkspace.class
package net.thevpc.nuts
[+] NutsWorkspace.getLocation ( ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspace.getLocation:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspace.info ( ) [abstract] : NutsInfoFormat 1
net/thevpc/nuts/NutsWorkspace.info:()Lnet/thevpc/nuts/NutsInfoFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsInfoFormat to NutsInfoCommand. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
[+] NutsWorkspaceConfigManager.resolveRepositoryPath ( String p1 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceConfigManager.resolveRepositoryPath:(Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsWorkspaceEnvManager.class
package net.thevpc.nuts
[+] NutsWorkspaceEnvManager.getDesktopIntegrationSupport ( NutsDesktopIntegrationItem p1 ) [abstract] : NutsActionSupport 1
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopIntegrationSupport:(Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsActionSupport;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsActionSupport to NutsSupportMode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsWorkspaceListManager.class
package net.thevpc.nuts
[+] NutsWorkspaceListManager.addWorkspace ( String p1, NutsSession p2 ) [abstract] : NutsWorkspace 1
net/thevpc/nuts/NutsWorkspaceListManager.addWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspace;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspace to NutsSession. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
[+] NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdBasedir:(Lnet/thevpc/nuts/NutsId;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2, String p3 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
[+] NutsWorkspaceOptions.getDebug ( ) [abstract] : Boolean 1
net/thevpc/nuts/NutsWorkspaceOptions.getDebug:()Ljava/lang/Boolean;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.Boolean to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsWorkspaceOptionsBuilder.class
package net.thevpc.nuts
[+] NutsWorkspaceOptionsBuilder.getDebug ( ) [abstract] : Boolean 1
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDebug:()Ljava/lang/Boolean;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.Boolean to java.lang.String. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
nuts-0.8.1.jar,
NutsWorkspaceSecurityManager.class
package net.thevpc.nuts
[+] NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent 1
net/thevpc/nuts/NutsWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsAuthenticationAgent to spi.NutsAuthenticationAgent. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Data Types, Medium Severity 4
nuts-0.8.1.jar
package net.thevpc.nuts
[+] interface NutsSession 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsWorkspaceExtensionManager extensions ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method NutsDependencyBuilder.of ( NutsSession ) and may not be implemented by old clients. |
| 2 |
Abstract method NutsWorkspaceLocationManager locations ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method NutsReadOnlyException.NutsReadOnlyException ( NutsSession ) and may not be implemented by old clients. |
[+] affected methods: 385 (5.7%)
boot.NutsApiUtils.checkSession ( NutsSession session )1st parameter 'session' of this method is of type 'NutsSession'.
boot.NutsBootWorkspace.openWorkspace ( )Return value of this method is of type 'NutsSession'.
Nuts.openInheritedWorkspace ( String... args )Return value of this method is of type 'NutsSession'.
Nuts.openWorkspace ( )Return value of this method is of type 'NutsSession'.
Nuts.openWorkspace ( String... args )Return value of this method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this abstract method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this method is of type 'NutsSession'.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )1st parameter 'session' of this method is of type 'NutsSession'.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )1st parameter 'session' of this method is of type 'NutsSession'.
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )1st parameter 'session' of this method is of type 'NutsSession'.
...
[+] interface NutsWorkspaceExtensionManager 1
| Change | Effect |
|---|
| 1 |
Abstract method T createSupported ( Class<T>, boolean, V ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method NutsDependencyBuilder.of ( NutsSession ) and may not be implemented by old clients. |
[+] affected methods: 21 (0.3%)
NutsWorkspace.extensions ( )Return value of this abstract method is of type 'NutsWorkspaceExtensionManager'.
NutsWorkspaceExtensionManager.createAll ( Class<T> p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createAllSupported ( Class<T> p1, V p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.discoverTypes ( NutsId p1, ClassLoader p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getConfigExtensions ( )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getExtensionObjects ( Class p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getExtensionTypes ( Class p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getLoadedExtensions ( )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
...
[+] interface NutsWorkspaceLocationManager 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath getWorkspaceLocation ( ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method NutsReadOnlyException.NutsReadOnlyException ( NutsSession ) and may not be implemented by old clients. |
[+] affected methods: 14 (0.2%)
NutsWorkspace.locations ( )Return value of this abstract method is of type 'NutsWorkspaceLocationManager'.
NutsWorkspaceLocationManager.getDefaultIdContentExtension ( String p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdExtension ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdFilename ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getSession ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationLayout ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
...
to the top
Problems with Data Types, Low Severity 7
nuts-0.8.1.jar
package net.thevpc.nuts
[+] interface NutsRepository 6
| Change | Effect |
|---|
| 1 |
Field SPEED_FAST of type int with the compile-time constant value 10000 has been removed from this interface. |
A client program may change behavior. |
| 2 |
Field SPEED_FASTER of type int with the compile-time constant value 100000 has been removed from this interface. |
A client program may change behavior. |
| 3 |
Field SPEED_FASTEST of type int with the compile-time constant value 1000000 has been removed from this interface. |
A client program may change behavior. |
| 4 |
Field SPEED_SLOW of type int with the compile-time constant value 1000 has been removed from this interface. |
A client program may change behavior. |
| 5 |
Field SPEED_SLOWER of type int with the compile-time constant value 100 has been removed from this interface. |
A client program may change behavior. |
| 6 |
Field SPEED_SLOWEST of type int with the compile-time constant value 10 has been removed from this interface. |
A client program may change behavior. |
[+] affected methods: 45 (0.7%)
NutsContentEvent.getRepository ( )Return value of this abstract method is of type 'NutsRepository'.
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message )2nd parameter 'repo' of this method is of type 'NutsRepository'.
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message, Exception cause )2nd parameter 'repo' of this method is of type 'NutsRepository'.
NutsRepository.addRepositoryListener ( NutsRepositoryListener p1 )This abstract method is from 'NutsRepository' interface.
NutsRepository.addUserPropertyListener ( NutsMapListener<String,Object> p1 )This abstract method is from 'NutsRepository' interface.
NutsRepository.config ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getName ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getParentRepository ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryListeners ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryType ( )This abstract method is from 'NutsRepository' interface.
...
nuts-0.8.1.jar
package net.thevpc.nuts.spi
[+] interface NutsComponent<CriteriaType> 1
| Change | Effect |
|---|
| 1 |
This interface became raw. |
No effect. |
[+] affected methods: 1 (0.01%)
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 )This abstract method is from 'NutsComponent<CriteriaType>' interface.
to the top
Other Changes in Data Types 555
nuts-0.8.1.jar
package net.thevpc.nuts
[+] class NutsDescriptorStyle 1
| Change | Effect |
|---|
| 1 |
Field MANIFEST has been added to this class. |
No effect. |
[+] affected methods: 8 (0.1%)
NutsDescriptorParser.getDescriptorStyle ( )Return value of this abstract method is of type 'NutsDescriptorStyle'.
NutsDescriptorParser.setDescriptorStyle ( NutsDescriptorStyle p1 )1st parameter 'p1' of this abstract method is of type 'NutsDescriptorStyle'.
NutsDescriptorStyle.id ( )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.parseLenient ( String value )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyOrErrorValue )2nd parameter 'emptyOrErrorValue' of this method is of type 'NutsDescriptorStyle'.
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyValue, NutsDescriptorStyle errorValue )2nd parameter 'emptyValue' of this method is of type 'NutsDescriptorStyle'.
NutsDescriptorStyle.valueOf ( String name )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.values ( )This method is from 'NutsDescriptorStyle' class.
[+] class NutsDesktopEnvironmentFamily 17
| Change | Effect |
|---|
| 1 |
Field AWESOME has been added to this class. |
No effect. |
| 2 |
Field BUDGIE has been added to this class. |
No effect. |
| 3 |
Field CDE has been added to this class. |
No effect. |
| 4 |
Field CINNAMON has been added to this class. |
No effect. |
| 5 |
Field DEEPIN has been added to this class. |
No effect. |
| 6 |
Field ENLIGHTENMENT has been added to this class. |
No effect. |
| 7 |
Field I3 has been added to this class. |
No effect. |
| 8 |
Field LUMINA has been added to this class. |
No effect. |
| 9 |
Field LXDE has been added to this class. |
No effect. |
| 10 |
Field LXQT has been added to this class. |
No effect. |
| 11 |
Field MACOS_AQUA has been added to this class. |
No effect. |
| 12 |
Field MATE has been added to this class. |
No effect. |
| 13 |
Field OPENBOX has been added to this class. |
No effect. |
| 14 |
Field PANTHEON has been added to this class. |
No effect. |
| 15 |
Field UNITY has been added to this class. |
No effect. |
| 16 |
Field WINDOWS_SHELL has been added to this class. |
No effect. |
| 17 |
Field XFCE has been added to this class. |
No effect. |
[+] affected methods: 7 (0.1%)
NutsDesktopEnvironmentFamily.id ( )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyOrErrorValue )2nd parameter 'emptyOrErrorValue' of this method is of type 'NutsDesktopEnvironmentFamily'.
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyValue, NutsDesktopEnvironmentFamily errorValue )2nd parameter 'emptyValue' of this method is of type 'NutsDesktopEnvironmentFamily'.
NutsDesktopEnvironmentFamily.valueOf ( String name )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.values ( )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsWorkspaceEnvManager.getDesktopEnvironmentFamily ( )Return value of this abstract method is of type 'NutsDesktopEnvironmentFamily'.
[+] class NutsElementType 1
| Change | Effect |
|---|
| 1 |
Field CUSTOM has been added to this class. |
No effect. |
[+] affected methods: 9 (0.1%)
NutsElement.type ( )Return value of this abstract method is of type 'NutsElementType'.
NutsElementType.id ( )This method is from 'NutsElementType' class.
NutsElementType.isNumber ( )This method is from 'NutsElementType' class.
NutsElementType.isPrimitive ( )This method is from 'NutsElementType' class.
NutsElementType.parseLenient ( String value )This method is from 'NutsElementType' class.
NutsElementType.parseLenient ( String value, NutsElementType emptyOrErrorValue )2nd parameter 'emptyOrErrorValue' of this method is of type 'NutsElementType'.
NutsElementType.parseLenient ( String value, NutsElementType emptyValue, NutsElementType errorValue )2nd parameter 'emptyValue' of this method is of type 'NutsElementType'.
NutsElementType.valueOf ( String name )This method is from 'NutsElementType' class.
NutsElementType.values ( )This method is from 'NutsElementType' class.
[+] class NutsExecutableType 1
| Change | Effect |
|---|
| 1 |
Field UNKNOWN has been added to this class. |
No effect. |
[+] affected methods: 7 (0.1%)
NutsExecutableInformation.getType ( )Return value of this abstract method is of type 'NutsExecutableType'.
NutsExecutableType.id ( )This method is from 'NutsExecutableType' class.
NutsExecutableType.parseLenient ( String value )This method is from 'NutsExecutableType' class.
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyOrErrorValue )2nd parameter 'emptyOrErrorValue' of this method is of type 'NutsExecutableType'.
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyValue, NutsExecutableType errorValue )2nd parameter 'emptyValue' of this method is of type 'NutsExecutableType'.
NutsExecutableType.valueOf ( String name )This method is from 'NutsExecutableType' class.
NutsExecutableType.values ( )This method is from 'NutsExecutableType' class.
[+] class NutsLogVerb 2
| Change | Effect |
|---|
| 1 |
Field ADD has been added to this class. |
No effect. |
| 2 |
Field REMOVE has been added to this class. |
No effect. |
[+] affected methods: 7 (0.1%)
NutsLoggerOp.verb ( NutsLogVerb p1 )1st parameter 'p1' of this abstract method is of type 'NutsLogVerb'.
NutsLogVerb.NutsLogVerb ( String name )This constructor is from 'NutsLogVerb' class.
NutsLogVerb.equals ( Object o )This method is from 'NutsLogVerb' class.
NutsLogVerb.hashCode ( )This method is from 'NutsLogVerb' class.
NutsLogVerb.name ( )This method is from 'NutsLogVerb' class.
NutsLogVerb.of ( String name )This method is from 'NutsLogVerb' class.
NutsLogVerb.toString ( )This method is from 'NutsLogVerb' class.
[+] class NutsPredicates.BasePredicate<T> 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsPredicate<T>. |
No effect. |
[+] affected methods: 4 (0.1%)
NutsPredicates.BasePredicate<T>.NutsPredicates.BasePredicate<T> ( )This constructor is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.negate ( )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
[+] class NutsTerminalCommand 2
| Change | Effect |
|---|
| 1 |
Field GET_CURSOR has been added to this class. |
No effect. |
| 2 |
Field GET_SIZE has been added to this class. |
No effect. |
[+] affected methods: 16 (0.2%)
NutsTerminalCommand.NutsTerminalCommand ( String name )This constructor is from 'NutsTerminalCommand' class.
NutsTerminalCommand.NutsTerminalCommand ( String name, String args )This constructor is from 'NutsTerminalCommand' class.
NutsTerminalCommand.equals ( Object obj )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.getArgs ( )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.getName ( )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.hashCode ( )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_DOWN ( int count )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_LEFT ( int count )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_RIGHT ( int count )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_TO ( int row, int col )This method is from 'NutsTerminalCommand' class.
...
[+] class NutsTextStyleType 1
| Change | Effect |
|---|
| 1 |
Field PLAIN has been added to this class. |
No effect. |
[+] affected methods: 11 (0.2%)
NutsTextStyle.NutsTextStyle ( NutsTextStyleType type, int variant )1st parameter 'type' of this method is of type 'NutsTextStyleType'.
NutsTextStyle.getType ( )Return value of this method is of type 'NutsTextStyleType'.
NutsTextStyle.of ( NutsTextStyleType style )1st parameter 'style' of this method is of type 'NutsTextStyleType'.
NutsTextStyle.of ( NutsTextStyleType style, int variant )1st parameter 'style' of this method is of type 'NutsTextStyleType'.
NutsTextStyleType.basic ( )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.id ( )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.parseLenient ( String value )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyOrErrorValue )2nd parameter 'emptyOrErrorValue' of this method is of type 'NutsTextStyleType'.
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyValue, NutsTextStyleType errorValue )2nd parameter 'emptyValue' of this method is of type 'NutsTextStyleType'.
NutsTextStyleType.valueOf ( String name )This method is from 'NutsTextStyleType' class.
...
[+] interface NutsApplicationContext 22
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession createSession ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsPath getAppsFolder ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsPath getCacheFolder ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsPath getConfigFolder ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsPath getFolder ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsPath getLibFolder ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsPath getLogFolder ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsPath getRunFolder ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsPath getSharedAppsFolder ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsPath getSharedConfigFolder ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsPath getSharedFolder ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsPath getSharedLibFolder ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsPath getSharedLogFolder ( ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsPath getSharedRunFolder ( ) has been added to this interface. |
No effect. |
| 15 |
Abstract method NutsPath getSharedTempFolder ( ) has been added to this interface. |
No effect. |
| 16 |
Abstract method NutsPath getSharedVarFolder ( ) has been added to this interface. |
No effect. |
| 17 |
Abstract method NutsAppStoreLocationResolver getStoreLocationResolver ( ) has been added to this interface. |
No effect. |
| 18 |
Abstract method NutsPath getTempFolder ( ) has been added to this interface. |
No effect. |
| 19 |
Abstract method NutsPath getVarFolder ( ) has been added to this interface. |
No effect. |
| 20 |
Abstract method NutsPath getVersionFolder ( NutsStoreLocation, String ) has been added to this interface. |
No effect. |
| 21 |
Abstract method void processCommandLine ( NutsAppCmdProcessor ) has been added to this interface. |
No effect. |
| 22 |
Abstract method NutsApplicationContext setAppVersionStoreLocationSupplier ( NutsAppStoreLocationResolver ) has been added to this interface. |
No effect. |
[+] affected methods: 24 (0.4%)
NutsApplication.createApplicationContext ( NutsSession session, String[ ] args, long startTimeMillis )Return value of this method is of type 'NutsApplicationContext'.
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.run ( NutsApplicationContext p1 )1st parameter 'p1' of this abstract method is of type 'NutsApplicationContext'.
NutsApplicationContext.configure ( boolean p1, String[ ] p2 )This method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configure ( boolean p1, String... p2 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configureLast ( NutsCommandLine p1 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppClass ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppId ( )This abstract method is from 'NutsApplicationContext' interface.
...
[+] interface NutsArgument 9
| Change | Effect |
|---|
| 1 |
Abstract method Boolean getBooleanValue ( Boolean, Boolean ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsPrimitiveElement getKey ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsPrimitiveElement getOptionName ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsPrimitiveElement getOptionPrefix ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method String getSeparator ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsPrimitiveElement getValue ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method boolean isActive ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method boolean isInactive ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsPrimitiveElement toElement ( ) has been added to this interface. |
No effect. |
[+] affected methods: 26 (0.4%)
NutsArgument.getBooleanValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getBooleanValue ( Boolean p1 )This abstract method is from 'NutsArgument' interface.
NutsArgument.getString ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getStringKey ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getStringValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getStringValue ( String p1 )This abstract method is from 'NutsArgument' interface.
NutsArgument.isEnabled ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.isKeyValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.isNegated ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.isNonOption ( )This abstract method is from 'NutsArgument' interface.
...
[+] interface NutsArrayElement 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsArrayElementBuilder builder ( ) has been added to this interface. |
No effect. |
[+] affected methods: 25 (0.4%)
NutsArrayElement.children ( )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.get ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getArray ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getBoolean ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getByte ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getDouble ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getFloat ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getInstant ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getInt ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getLong ( int p1 )This abstract method is from 'NutsArrayElement' interface.
...
[+] interface NutsArrayElementBuilder 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsArrayElementBuilder addAll ( Collection<NutsElement> ) has been added to this interface. |
No effect. |
[+] affected methods: 35 (0.5%)
NutsArrayElementBuilder.add ( byte p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( char p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( double p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( float p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( int p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( long p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( Number p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( String p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( NutsElement p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( boolean p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
...
[+] interface NutsArtifactCall 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsBlankable. |
No effect. |
[+] affected methods: 12 (0.2%)
NutsArtifactCall.getArguments ( )This abstract method is from 'NutsArtifactCall' interface.
NutsArtifactCall.getId ( )This abstract method is from 'NutsArtifactCall' interface.
NutsArtifactCall.getProperties ( )This abstract method is from 'NutsArtifactCall' interface.
NutsArtifactCallBuilder.build ( )Return value of this abstract method is of type 'NutsArtifactCall'.
NutsArtifactCallBuilder.set ( NutsArtifactCall p1 )1st parameter 'p1' of this abstract method is of type 'NutsArtifactCall'.
NutsDescriptor.getExecutor ( )Return value of this abstract method is of type 'NutsArtifactCall'.
NutsDescriptor.getInstaller ( )Return value of this abstract method is of type 'NutsArtifactCall'.
NutsDescriptorBuilder.getExecutor ( )Return value of this abstract method is of type 'NutsArtifactCall'.
NutsDescriptorBuilder.getInstaller ( )Return value of this abstract method is of type 'NutsArtifactCall'.
NutsDescriptorBuilder.setExecutor ( NutsArtifactCall p1 )1st parameter 'p1' of this abstract method is of type 'NutsArtifactCall'.
...
[+] interface NutsArtifactCallBuilder 1
| Change | Effect |
|---|
| 1 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 10 (0.1%)
NutsArtifactCallBuilder.build ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.clear ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.getArguments ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.getId ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.getProperties ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.set ( NutsArtifactCall p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.set ( NutsArtifactCallBuilder p1 )1st parameter 'p1' of this abstract method is of type 'NutsArtifactCallBuilder'.
NutsArtifactCallBuilder.setArguments ( String... p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.setId ( NutsId p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.setProperties ( Map<String,String> p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
[+] interface NutsBootManager 13
| Change | Effect |
|---|
| 1 |
Abstract method ClassLoader getBootClassLoader ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method URL[ ] getBootClassWorldURLs ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsArgument getBootCustomArgument ( String... ) has been added to this interface. |
No effect. |
| 4 |
Abstract method Boolean getBootCustomBoolArgument ( Boolean, Boolean, Boolean, String... ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsClassLoaderNode[ ] getBootExtensionClassLoaderNode ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsWorkspaceOptions getBootOptions ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method String getBootRepositories ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsClassLoaderNode getBootRuntimeClassLoaderNode ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsBootTerminal getBootTerminal ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method long getCreationFinishTimeMillis ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method long getCreationStartTimeMillis ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method long getCreationTimeMillis ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method boolean isFirstBoot ( ) has been added to this interface. |
No effect. |
[+] affected methods: 3 (0.04%)
NutsBootManager.getSession ( )This abstract method is from 'NutsBootManager' interface.
NutsBootManager.setSession ( NutsSession p1 )This abstract method is from 'NutsBootManager' interface.
NutsWorkspace.boot ( )Return value of this abstract method is of type 'NutsBootManager'.
[+] interface NutsCommandHistory 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath getPath ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsCommandHistory setPath ( File ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsCommandHistory setPath ( Path ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsCommandHistory setPath ( NutsPath ) has been added to this interface. |
No effect. |
| 5 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 11 (0.2%)
NutsCommandHistory.add ( Instant p1, String p2 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.getEntry ( int p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.iterator ( int p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.load ( )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.load ( InputStream p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.purge ( )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.save ( )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.save ( OutputStream p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.size ( )This abstract method is from 'NutsCommandHistory' interface.
spi.NutsSystemTerminalBase.getCommandHistory ( )Return value of this abstract method is of type 'NutsCommandHistory'.
...
[+] interface NutsCommandLine 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandLine requiredNonOptions ( String... ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsCommandLine requiredOptions ( String... ) has been added to this interface. |
No effect. |
[+] affected methods: 65 (1%)
NutsApplicationContext.configureLast ( NutsCommandLine p1 )1st parameter 'p1' of this abstract method is of type 'NutsCommandLine'.
NutsApplicationContext.getCommandLine ( )Return value of this abstract method is of type 'NutsCommandLine'.
NutsCommandAutoCompleteResolver.resolveCandidates ( NutsCommandLine p1, int p2, NutsSession p3 )1st parameter 'p1' of this abstract method is of type 'NutsCommandLine'.
NutsCommandLine.accept ( String... p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.accept ( int p1, String... p2 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.contains ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.find ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.formatter ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.formatter ( )This method is from 'NutsCommandLine' interface.
NutsCommandLine.get ( int p1 )This abstract method is from 'NutsCommandLine' interface.
...
[+] interface NutsCommandLineFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsShellFamily getShellFamily ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsCommandLineFormat setShellFamily ( NutsShellFamily ) has been added to this interface. |
No effect. |
[+] affected methods: 15 (0.2%)
NutsCommandLine.formatter ( )Return value of this abstract method is of type 'NutsCommandLineFormat'.
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getFormatStrategy ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getValue ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.isNtf ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setFormatStrategy ( NutsCommandLineFormatStrategy p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setNtf ( boolean p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setNtf ( boolean p1 )This method is from 'NutsCommandLineFormat' interface.
...
[+] interface NutsContent 1
| Change | Effect |
|---|
| 1 |
Abstract method Path getFile ( ) has been added to this interface. |
No effect. |
[+] affected methods: 8 (0.1%)
NutsContent.getPath ( )This abstract method is from 'NutsContent' interface.
NutsContent.getURL ( )This abstract method is from 'NutsContent' interface.
NutsContent.isCached ( )This abstract method is from 'NutsContent' interface.
NutsContent.isTemporary ( )This abstract method is from 'NutsContent' interface.
NutsDefinition.getContent ( )Return value of this abstract method is of type 'NutsContent'.
NutsFetchCommand.getResultContent ( )Return value of this abstract method is of type 'NutsContent'.
NutsRepositoryModel.fetchContent ( NutsId id, NutsDescriptor descriptor, String localPath, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session )Return value of this method is of type 'NutsContent'.
spi.NutsFetchContentRepositoryCommand.getResult ( )Return value of this abstract method is of type 'NutsContent'.
[+] interface NutsDefinition 2
| Change | Effect |
|---|
| 1 |
Abstract method Path getFile ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsPath getPath ( ) has been added to this interface. |
No effect. |
[+] affected methods: 20 (0.3%)
NutsDefinition.compareTo ( Object p1 )This method is from 'NutsDefinition' interface.
NutsDefinition.compareTo ( NutsDefinition p1 )1st parameter 'p1' of this abstract method is of type 'NutsDefinition'.
NutsDefinition.getApiId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getContent ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDependencies ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getEffectiveDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getInstallInformation ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getRepositoryName ( )This abstract method is from 'NutsDefinition' interface.
...
[+] interface NutsDependencies 7
| Change | Effect |
|---|
| 1 |
Abstract method NutsStream<NutsDependency> immediate ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String solver ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsStream<NutsId> sourceIds ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsStream<NutsDependencyTreeNode> sourceNodes ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsStream<NutsDependency> transitive ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsStream<NutsDependencyTreeNode> transitiveNodes ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsStream<NutsDependency> transitiveWithSource ( ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.03%)
NutsDefinition.getDependencies ( )Return value of this abstract method is of type 'NutsDependencies'.
NutsDependencies.filter ( )This abstract method is from 'NutsDependencies' interface.
[+] interface NutsDependency 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsEnvCondition getCondition ( ) has been added to this interface. |
No effect. |
| 2 |
Added super-interface NutsBlankable. |
No effect. |
[+] affected methods: 31 (0.5%)
NutsDependency.builder ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.formatter ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.formatter ( )This method is from 'NutsDependency' interface.
NutsDependency.getArtifactId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getClassifier ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getExclusions ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getFullName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getGroupId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getLongName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getOptional ( )This abstract method is from 'NutsDependency' interface.
...
[+] interface NutsDependencyBuilder 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsEnvConditionBuilder getCondition ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsDependencyBuilder setCondition ( NutsEnvCondition ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsDependencyBuilder setCondition ( NutsEnvConditionBuilder ) has been added to this interface. |
No effect. |
| 4 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 39 (0.6%)
NutsDependency.builder ( )Return value of this abstract method is of type 'NutsDependencyBuilder'.
NutsDependencyBuilder.addProperties ( String p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.build ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.clear ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getArtifactId ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getClassifier ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getExclusions ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getFullName ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getGroupId ( )This abstract method is from 'NutsDependencyBuilder' interface.
...
[+] interface NutsDependencyFormat 1
| Change | Effect |
|---|
| 1 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 31 (0.5%)
NutsDependency.formatter ( )Return value of this abstract method is of type 'NutsDependencyFormat'.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getOmitQueryProperties ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getValue ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightImportedGroup ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitClassifier ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitExclusions ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitGroupId ( )This abstract method is from 'NutsDependencyFormat' interface.
...
[+] interface NutsDependencyParser 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsDependency parse ( String ) has been added to this interface. |
No effect. |
| 2 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 3 (0.04%)
NutsDependencyParser.isLenient ( )This abstract method is from 'NutsDependencyParser' interface.
NutsDependencyParser.of ( NutsSession session )This method is from 'NutsDependencyParser' interface.
NutsDependencyParser.setLenient ( boolean p1 )This abstract method is from 'NutsDependencyParser' interface.
[+] interface NutsDeployCommand 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsDeployCommand setContent ( NutsPath ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsDeployCommand setContent ( byte[ ] ) has been added to this interface. |
No effect. |
[+] affected methods: 39 (0.6%)
NutsDeployCommand.addId ( String p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.addId ( NutsId p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.addIds ( String... p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.clearIds ( )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDeployCommand' interface.
NutsDeployCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDeployCommand' interface.
NutsDeployCommand.copySession ( )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.copySession ( )This method is from 'NutsDeployCommand' interface.
...
[+] interface NutsDescriptor 9
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorFormat formatter ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsEnvCondition getCondition ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method Set<NutsDescriptorFlag> getFlags ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsIdType getIdType ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsDescriptorProperty[ ] getProperties ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsDescriptorProperty getProperty ( String ) has been added to this interface. |
No effect. |
| 7 |
Abstract method String getPropertyValue ( String ) has been added to this interface. |
No effect. |
| 8 |
Abstract method String getSolver ( ) has been added to this interface. |
No effect. |
| 9 |
Added super-interface NutsBlankable. |
No effect. |
[+] affected methods: 38 (0.6%)
NutsDefinition.getDescriptor ( )Return value of this abstract method is of type 'NutsDescriptor'.
NutsDefinition.getEffectiveDescriptor ( )Return value of this abstract method is of type 'NutsDescriptor'.
NutsDeployCommand.setDescriptor ( NutsDescriptor p1 )1st parameter 'p1' of this abstract method is of type 'NutsDescriptor'.
NutsDescriptor.builder ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getCategories ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDependencies ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDescription ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getExecutor ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getGenericName ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getIcons ( )This abstract method is from 'NutsDescriptor' interface.
...
[+] interface NutsDescriptorBuilder 24
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorBuilder addFlag ( NutsDescriptorFlag ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsDescriptorBuilder addFlags ( NutsDescriptorFlag... ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsDescriptorBuilder addProperties ( NutsDescriptorProperty[ ] ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsDescriptorBuilder addProperty ( NutsDescriptorProperty ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsDescriptorBuilder copy ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsEnvConditionBuilder getCondition ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method Set<NutsDescriptorFlag> getFlags ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsIdType getIdType ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsDescriptorProperty[ ] getProperties ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsDescriptorProperty getProperty ( String ) has been added to this interface. |
No effect. |
| 11 |
Abstract method String getPropertyValue ( String ) has been added to this interface. |
No effect. |
| 12 |
Abstract method String getSolver ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsDescriptorBuilder removeFlag ( NutsDescriptorFlag ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsDescriptorBuilder removeFlags ( NutsDescriptorFlag... ) has been added to this interface. |
No effect. |
| 15 |
Abstract method NutsDescriptorBuilder removeProperties ( NutsDescriptorProperty ) has been added to this interface. |
No effect. |
| 16 |
Abstract method NutsDescriptorBuilder setAll ( NutsDescriptor ) has been added to this interface. |
No effect. |
| 17 |
Abstract method NutsDescriptorBuilder setAll ( NutsDescriptorBuilder ) has been added to this interface. |
No effect. |
| 18 |
Abstract method NutsDescriptorBuilder setCondition ( NutsEnvCondition ) has been added to this interface. |
No effect. |
| 19 |
Abstract method NutsDescriptorBuilder setCondition ( NutsEnvConditionBuilder ) has been added to this interface. |
No effect. |
| 20 |
Abstract method NutsDescriptorBuilder setFlags ( Set<NutsDescriptorFlag> ) has been added to this interface. |
No effect. |
| 21 |
Abstract method NutsDescriptorBuilder setIdType ( NutsIdType ) has been added to this interface. |
No effect. |
| 22 |
Abstract method NutsDescriptorBuilder setProperties ( NutsDescriptorProperty[ ] ) has been added to this interface. |
No effect. |
| 23 |
Abstract method NutsDescriptorBuilder setSolver ( String ) has been added to this interface. |
No effect. |
| 24 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 45 (0.7%)
NutsDescriptor.builder ( )Return value of this abstract method is of type 'NutsDescriptorBuilder'.
NutsDescriptorBuilder.addDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependency ( NutsDependency p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addLocation ( NutsIdLocation p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addStandardDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addStandardDependency ( NutsDependency p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.applyParents ( NutsDescriptor[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.applyProperties ( )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.applyProperties ( Map<String,String> p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.build ( )This abstract method is from 'NutsDescriptorBuilder' interface.
...
[+] interface NutsDescriptorFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorFormat setSession ( NutsSession ) has been added to this interface. |
No effect. |
| 2 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 10 (0.1%)
NutsDescriptorFormat.compact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.compact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.isCompact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setCompact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setNtf ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setNtf ( boolean p1 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setValue ( NutsDescriptor p1 )This abstract method is from 'NutsDescriptorFormat' interface.
[+] interface NutsDescriptorParser 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptor parse ( NutsPath ) has been added to this interface. |
No effect. |
| 2 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 13 (0.2%)
NutsDescriptorParser.getDescriptorStyle ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.getSession ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.isLenient ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.of ( NutsSession session )This method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( byte[ ] p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( File p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( InputStream p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( String p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( URL p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( Path p1 )This abstract method is from 'NutsDescriptorParser' interface.
...
[+] interface NutsElement 14
| Change | Effect |
|---|
| 1 |
Abstract method NutsCustomElement asCustom ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsArrayElement asSafeArray ( boolean ) has been added to this interface. |
No effect. |
| 3 |
Abstract method Byte asSafeByte ( Byte ) has been added to this interface. |
No effect. |
| 4 |
Abstract method Double asSafeDouble ( Double ) has been added to this interface. |
No effect. |
| 5 |
Abstract method Float asSafeFloat ( Float ) has been added to this interface. |
No effect. |
| 6 |
Abstract method Instant asSafeInstant ( Instant ) has been added to this interface. |
No effect. |
| 7 |
Abstract method Integer asSafeInt ( Integer ) has been added to this interface. |
No effect. |
| 8 |
Abstract method Long asSafeLong ( Long ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsObjectElement asSafeObject ( boolean ) has been added to this interface. |
No effect. |
| 10 |
Abstract method Short asSafeShort ( Short ) has been added to this interface. |
No effect. |
| 11 |
Abstract method boolean isBlank ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method boolean isCustom ( ) has been added to this interface. |
No effect. |
| 13 |
Added super-interface NutsBlankable. |
No effect. |
| 14 |
Added super-interface NutsDescribable. |
No effect. |
[+] affected methods: 73 (1.1%)
NutsArrayElement.get ( int p1 )Return value of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.add ( NutsElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.get ( int p1 )Return value of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.insert ( int p1, NutsElement p2 )2nd parameter 'p2' of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.set ( int p1, NutsElement p2 )2nd parameter 'p2' of this abstract method is of type 'NutsElement'.
NutsElement.asArray ( )This abstract method is from 'NutsElement' interface.
NutsElement.asBoolean ( )This abstract method is from 'NutsElement' interface.
NutsElement.asByte ( )This abstract method is from 'NutsElement' interface.
NutsElement.asDouble ( )This abstract method is from 'NutsElement' interface.
NutsElement.asFloat ( )This abstract method is from 'NutsElement' interface.
...
[+] interface NutsElementFactoryContext 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsElements elem ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method Predicate<Class> getIndestructibleObjects ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method boolean isNtf ( ) has been added to this interface. |
No effect. |
[+] affected methods: 14 (0.2%)
NutsElementFactoryContext.defaultDestruct ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Class<T> p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultObjectToElement ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.destruct ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.elementToObject ( NutsElement p1, Class<T> p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.elementToObject ( NutsElement p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getProperties ( )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getSession ( )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getWorkspace ( )This abstract method is from 'NutsElementFactoryContext' interface.
...
[+] interface NutsExecCommand 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsString format ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String getRedirectInputFile ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method String getRedirectOutputFile ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsExecCommand setRedirectInputFile ( String ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsExecCommand setRedirectOutputFile ( String ) has been added to this interface. |
No effect. |
[+] affected methods: 61 (0.9%)
NutsExecCommand.addCommand ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addCommand ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addEnv ( Map<String,String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOption ( String p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearCommand ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearEnv ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearExecutorOptions ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsExecCommand' interface.
...
[+] interface NutsExecutionContext 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
[+] affected methods: 18 (0.3%)
NutsExecutionContext.getArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCommandName ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCwd ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getDefinition ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getEnv ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecSession ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutionType ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorDescriptor ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorProperties ( )This abstract method is from 'NutsExecutionContext' interface.
...
[+] interface NutsFilter 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsDescribable. |
No effect. |
[+] affected methods: 20 (0.3%)
NutsDependencyFilter.neg ( )Return value of this method is of type 'NutsFilter'.
NutsDescriptorFilter.neg ( )Return value of this method is of type 'NutsFilter'.
NutsFilter.and ( NutsFilter p1 )1st parameter 'p1' of this abstract method is of type 'NutsFilter'.
NutsFilter.getFilterOp ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.getFilterType ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.getSubFilters ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.getWorkspace ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.neg ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.or ( NutsFilter p1 )1st parameter 'p1' of this abstract method is of type 'NutsFilter'.
NutsFilter.simplify ( )This abstract method is from 'NutsFilter' interface.
...
[+] interface NutsFormat 3
| Change | Effect |
|---|
| 1 |
Abstract method void print ( NutsPath ) has been added to this interface. |
No effect. |
| 2 |
Abstract method void println ( NutsPath ) has been added to this interface. |
No effect. |
| 3 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 51 (0.8%)
NutsCommandLine.formatter ( )Return value of this method is of type 'NutsFormat'.
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsCommandLineFormat.setNtf ( boolean p1 )Return value of this method is of type 'NutsFormat'.
NutsCommandLineFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsDependency.formatter ( )Return value of this method is of type 'NutsFormat'.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsDependencyFormat.setNtf ( boolean p1 )Return value of this method is of type 'NutsFormat'.
NutsDependencyFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsDescriptorFormat.setNtf ( boolean p1 )Return value of this method is of type 'NutsFormat'.
...
[+] interface NutsId 13
| Change | Effect |
|---|
| 1 |
Abstract method NutsId compatNewer ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsId compatOlder ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method boolean equalsLongId ( NutsId ) has been added to this interface. |
No effect. |
| 4 |
Abstract method boolean equalsShortId ( NutsId ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsIdFilter filter ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsEnvCondition getCondition ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsId getLongId ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsId getShortId ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method boolean isBlank ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method boolean isLongId ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method boolean isNull ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method boolean isShortId ( ) has been added to this interface. |
No effect. |
| 13 |
Added super-interface NutsBlankable. |
No effect. |
[+] affected methods: 140 (2.1%)
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )2nd parameter 'id' of this method is of type 'NutsId'.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )2nd parameter 'id' of this method is of type 'NutsId'.
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )2nd parameter 'id' of this method is of type 'NutsId'.
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession workspace, NutsId id, NutsMessage msg, Exception cause )2nd parameter 'id' of this method is of type 'NutsId'.
NutsApplicationContext.getAppId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCall.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCallBuilder.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCallBuilder.setId ( NutsId p1 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
NutsCommandConfig.getOwner ( )Return value of this method is of type 'NutsId'.
NutsCommandConfig.setOwner ( NutsId value )1st parameter 'value' of this method is of type 'NutsId'.
...
[+] interface NutsIdBuilder 6
| Change | Effect |
|---|
| 1 |
Abstract method NutsEnvConditionBuilder getCondition ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsIdBuilder setAll ( NutsId ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsIdBuilder setAll ( NutsIdBuilder ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsIdBuilder setCondition ( NutsEnvCondition ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsIdBuilder setCondition ( NutsEnvConditionBuilder ) has been added to this interface. |
No effect. |
| 6 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 32 (0.5%)
NutsId.builder ( )Return value of this abstract method is of type 'NutsIdBuilder'.
NutsIdBuilder.addProperties ( String p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.apply ( Function<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.build ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.clear ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArtifactId ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getClassifier ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFace ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFullName ( )This abstract method is from 'NutsIdBuilder' interface.
...
[+] interface NutsIdFormat 1
| Change | Effect |
|---|
| 1 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 26 (0.4%)
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getOmitProperties ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getValue ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightImportedGroupId ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitClassifier ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitFace ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitGroupId ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitImportedGroupId ( )This abstract method is from 'NutsIdFormat' interface.
...
[+] interface NutsIdParser 3
| Change | Effect |
|---|
| 1 |
Abstract method boolean isAcceptBlank ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsIdParser setAcceptBlank ( boolean ) has been added to this interface. |
No effect. |
| 3 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 4 (0.1%)
NutsIdParser.isLenient ( )This abstract method is from 'NutsIdParser' interface.
NutsIdParser.of ( NutsSession session )This method is from 'NutsIdParser' interface.
NutsIdParser.parse ( String p1 )This abstract method is from 'NutsIdParser' interface.
NutsIdParser.setLenient ( boolean p1 )This abstract method is from 'NutsIdParser' interface.
[+] interface NutsImportManager 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsImportManager addImports ( String... ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsImportManager clearImports ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method Set<String> getAllImports ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsImportManager removeImports ( String... ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsImportManager updateImports ( String[ ] ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.1%)
NutsImportManager.getSession ( )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.isImportedGroupId ( String p1 )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.setSession ( NutsSession p1 )This abstract method is from 'NutsImportManager' interface.
NutsWorkspace.imports ( )Return value of this abstract method is of type 'NutsImportManager'.
[+] interface NutsIndexStore 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsIterator<NutsId> search ( NutsIdFilter, NutsSession ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsIterator<NutsId> searchVersions ( NutsId, NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 8 (0.1%)
NutsIndexStore.invalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isEnabled ( )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isSubscribed ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.revalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.setEnabled ( boolean p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.subscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.unsubscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
spi.NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 )Return value of this abstract method is of type 'NutsIndexStore'.
[+] interface NutsInstallCommand 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsStream<NutsDefinition> getResult ( ) has been added to this interface. |
No effect. |
[+] affected methods: 43 (0.6%)
NutsInstallCommand.addArg ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addConditionalArgs ( Predicate<NutsDefinition> p1, String... p2 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( NutsId p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearArgs ( )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearIds ( )This abstract method is from 'NutsInstallCommand' interface.
...
[+] interface NutsInstallInformation 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath getInstallFolder ( ) has been added to this interface. |
No effect. |
[+] affected methods: 17 (0.2%)
NutsDefinition.getInstallInformation ( )Return value of this abstract method is of type 'NutsInstallInformation'.
NutsFetchCommand.getResultInstallInformation ( )Return value of this abstract method is of type 'NutsInstallInformation'.
NutsInstallInformation.getCreatedInstant ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getId ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallStatus ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallUser ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getLastModifiedInstant ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryName ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryUUID ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isDefaultVersion ( )This abstract method is from 'NutsInstallInformation' interface.
...
[+] interface NutsLogger 2
| Change | Effect |
|---|
| 1 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, Supplier<NutsMessage>, Supplier<Throwable> ) has been added to this interface. |
No effect. |
| 2 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, NutsMessage, Throwable ) has been added to this interface. |
No effect. |
[+] affected methods: 4 (0.1%)
NutsLogger.isLoggable ( Level p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( LogRecord p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.of ( Class clazz, NutsSession session )This method is from 'NutsLogger' interface.
NutsLogger.with ( )This abstract method is from 'NutsLogger' interface.
[+] interface NutsLoggerOp 2
| Change | Effect |
|---|
| 1 |
Abstract method boolean isLoggable ( Level ) has been added to this interface. |
No effect. |
| 2 |
Abstract method void log ( NutsMessage ) has been added to this interface. |
No effect. |
[+] affected methods: 8 (0.1%)
NutsLogger.with ( )Return value of this abstract method is of type 'NutsLoggerOp'.
NutsLoggerOp.error ( Throwable p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.level ( Level p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( Supplier<String> p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.of ( Class clazz, NutsSession session )This method is from 'NutsLoggerOp' interface.
NutsLoggerOp.session ( NutsSession p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.time ( long p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.verb ( NutsLogVerb p1 )This abstract method is from 'NutsLoggerOp' interface.
[+] interface NutsMutableTableModel 1
| Change | Effect |
|---|
| 1 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 14 (0.2%)
NutsMutableTableModel.addCell ( Object p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addCells ( Object... p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addHeaderCell ( Object p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addHeaderCells ( Object... p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addRow ( Object... p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.clearHeader ( )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.newRow ( )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.of ( NutsSession session )This method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.setCellColSpan ( int p1, int p2, int p3 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.setCellRowSpan ( int p1, int p2, int p3 )This abstract method is from 'NutsMutableTableModel' interface.
...
[+] interface NutsObjectElement 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsObjectElementBuilder builder ( ) has been added to this interface. |
No effect. |
[+] affected methods: 45 (0.7%)
NutsArrayElement.getObject ( int p1 )Return value of this abstract method is of type 'NutsObjectElement'.
NutsElement.asObject ( )Return value of this abstract method is of type 'NutsObjectElement'.
NutsElement.asSafeObject ( )Return value of this abstract method is of type 'NutsObjectElement'.
NutsObjectElement.children ( )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.get ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.get ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getArray ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getArray ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getBoolean ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getBoolean ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
...
[+] interface NutsObjectElementBuilder 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsObjectElementBuilder addAll ( Map<NutsElement,NutsElement> ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsObjectElementBuilder addAll ( NutsObjectElement ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsObjectElementBuilder addAll ( NutsObjectElementBuilder ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsObjectElementBuilder addAll ( NutsElementEntry... ) has been added to this interface. |
No effect. |
[+] affected methods: 24 (0.4%)
NutsObjectElementBuilder.add ( NutsElementEntry p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.add ( NutsObjectElement p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.add ( NutsObjectElementBuilder p1 )1st parameter 'p1' of this abstract method is of type 'NutsObjectElementBuilder'.
NutsObjectElementBuilder.build ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.children ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.clear ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.get ( String p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.get ( NutsElement p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.of ( NutsSession session )This method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.remove ( String p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
...
[+] interface NutsObjectFormat 3
| Change | Effect |
|---|
| 1 |
Abstract method boolean isCompact ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsObjectFormat setCompact ( boolean ) has been added to this interface. |
No effect. |
| 3 |
Added super-interface NutsContentTypeFormat. |
No effect. |
[+] affected methods: 9 (0.1%)
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.getValue ( )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setNtf ( boolean p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setNtf ( boolean p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setValue ( Object p1 )This abstract method is from 'NutsObjectFormat' interface.
[+] interface NutsPath 67
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath addPermissions ( NutsPathPermission... ) has been added to this interface. |
No effect. |
| 2 |
Abstract method Path asFile ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method void copyTo ( NutsPath, NutsPathOption... ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsPath delete ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsPath delete ( boolean ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsPath deleteTree ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsPath expandPath ( Function<String,String> ) has been added to this interface. |
No effect. |
| 8 |
Abstract method Instant getCreationInstant ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method InputStream getInputStream ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method String getItem ( int ) has been added to this interface. |
No effect. |
| 11 |
Abstract method String[ ] getItems ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method Instant getLastAccessInstant ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method OutputStream getOutputStream ( ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsPath getParent ( ) has been added to this interface. |
No effect. |
| 15 |
Abstract method int getPathCount ( ) has been added to this interface. |
No effect. |
| 16 |
Abstract method Set<NutsPathPermission> getPermissions ( ) has been added to this interface. |
No effect. |
| 17 |
Abstract method String getProtocol ( ) has been added to this interface. |
No effect. |
| 18 |
Abstract method Reader getReader ( ) has been added to this interface. |
No effect. |
| 19 |
Abstract method NutsPath getRoot ( ) has been added to this interface. |
No effect. |
| 20 |
Abstract method String getUserKind ( ) has been added to this interface. |
No effect. |
| 21 |
Abstract method Writer getWriter ( ) has been added to this interface. |
No effect. |
| 22 |
Abstract method String group ( ) has been added to this interface. |
No effect. |
| 23 |
Abstract method List<String> head ( int ) has been added to this interface. |
No effect. |
| 24 |
Abstract method boolean isAbsolute ( ) has been added to this interface. |
No effect. |
| 25 |
Abstract method boolean isDirectory ( ) has been added to this interface. |
No effect. |
| 26 |
Abstract method boolean isFile ( ) has been added to this interface. |
No effect. |
| 27 |
Abstract method boolean isHttp ( ) has been added to this interface. |
No effect. |
| 28 |
Abstract method boolean isLocal ( ) has been added to this interface. |
No effect. |
| 29 |
Abstract method boolean isName ( ) has been added to this interface. |
No effect. |
| 30 |
Abstract method boolean isOther ( ) has been added to this interface. |
No effect. |
| 31 |
Abstract method boolean isRegularFile ( ) has been added to this interface. |
No effect. |
| 32 |
Abstract method boolean isRemote ( ) has been added to this interface. |
No effect. |
| 33 |
Abstract method boolean isRoot ( ) has been added to this interface. |
No effect. |
| 34 |
Abstract method boolean isSymbolicLink ( ) has been added to this interface. |
No effect. |
| 35 |
Abstract method Stream<String> lines ( ) has been added to this interface. |
No effect. |
| 36 |
Abstract method NutsStream<NutsPath> list ( ) has been added to this interface. |
No effect. |
| 37 |
Abstract method NutsPath mkParentDirs ( ) has been added to this interface. |
No effect. |
| 38 |
Abstract method NutsPath mkdir ( ) has been added to this interface. |
No effect. |
| 39 |
Abstract method NutsPath mkdir ( boolean ) has been added to this interface. |
No effect. |
| 40 |
Abstract method NutsPath mkdirs ( ) has been added to this interface. |
No effect. |
| 41 |
Abstract method void moveTo ( NutsPath, NutsPathOption... ) has been added to this interface. |
No effect. |
| 42 |
Abstract method NutsPath normalize ( ) has been added to this interface. |
No effect. |
| 43 |
Abstract method String owner ( ) has been added to this interface. |
No effect. |
| 44 |
Abstract method byte[ ] readAllBytes ( ) has been added to this interface. |
No effect. |
| 45 |
Abstract method NutsPath removePermissions ( NutsPathPermission... ) has been added to this interface. |
No effect. |
| 46 |
Abstract method NutsPath resolve ( String ) has been added to this interface. |
No effect. |
| 47 |
Abstract method NutsPath resolve ( NutsPath ) has been added to this interface. |
No effect. |
| 48 |
Abstract method NutsPath resolveSibling ( String ) has been added to this interface. |
No effect. |
| 49 |
Abstract method NutsPath resolveSibling ( NutsPath ) has been added to this interface. |
No effect. |
| 50 |
Abstract method NutsPath setPermissions ( NutsPathPermission... ) has been added to this interface. |
No effect. |
| 51 |
Abstract method NutsPath setUserKind ( String ) has been added to this interface. |
No effect. |
| 52 |
Abstract method NutsPath subpath ( int, int ) has been added to this interface. |
No effect. |
| 53 |
Abstract method List<String> tail ( int ) has been added to this interface. |
No effect. |
| 54 |
Abstract method NutsPath toAbsolute ( ) has been added to this interface. |
No effect. |
| 55 |
Abstract method NutsPath toAbsolute ( String ) has been added to this interface. |
No effect. |
| 56 |
Abstract method NutsPath toAbsolute ( NutsPath ) has been added to this interface. |
No effect. |
| 57 |
Abstract method Path toFile ( ) has been added to this interface. |
No effect. |
| 58 |
Abstract method NutsPath toRelativePath ( NutsPath ) has been added to this interface. |
No effect. |
| 59 |
Abstract method NutsStream<NutsPath> walk ( ) has been added to this interface. |
No effect. |
| 60 |
Abstract method NutsStream<NutsPath> walk ( int ) has been added to this interface. |
No effect. |
| 61 |
Abstract method NutsStream<NutsPath> walk ( int, NutsPathOption[ ] ) has been added to this interface. |
No effect. |
| 62 |
Abstract method NutsStream<NutsPath> walk ( NutsPathOption... ) has been added to this interface. |
No effect. |
| 63 |
Abstract method NutsPath walkDfs ( NutsTreeVisitor<NutsPath>, int, NutsPathOption... ) has been added to this interface. |
No effect. |
| 64 |
Abstract method NutsPath walkDfs ( NutsTreeVisitor<NutsPath>, NutsPathOption... ) has been added to this interface. |
No effect. |
| 65 |
Abstract method NutsStream<NutsPath> walkGlob ( NutsPathOption... ) has been added to this interface. |
No effect. |
| 66 |
Abstract method NutsPath writeBytes ( byte[ ] ) has been added to this interface. |
No effect. |
| 67 |
Added super-interface NutsStreamMetadataAware. |
No effect. |
[+] affected methods: 25 (0.4%)
NutsContent.getPath ( )Return value of this abstract method is of type 'NutsPath'.
NutsContentEvent.getLocation ( )Return value of this abstract method is of type 'NutsPath'.
NutsDefaultContent.NutsDefaultContent ( NutsPath location, boolean cached, boolean temporary )1st parameter 'location' of this method is of type 'NutsPath'.
NutsDefaultContent.getPath ( )Return value of this method is of type 'NutsPath'.
NutsPath.asURL ( )This abstract method is from 'NutsPath' interface.
NutsPath.exists ( )This abstract method is from 'NutsPath' interface.
NutsPath.getBaseName ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentEncoding ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentLength ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentType ( )This abstract method is from 'NutsPath' interface.
...
[+] interface NutsPrimitiveElement 18
| Change | Effect |
|---|
| 1 |
Abstract method Boolean getBoolean ( Boolean ) has been added to this interface. |
No effect. |
| 2 |
Abstract method Boolean getBoolean ( Boolean, Boolean ) has been added to this interface. |
No effect. |
| 3 |
Abstract method Byte getByte ( Byte ) has been added to this interface. |
No effect. |
| 4 |
Abstract method Double getDouble ( Double ) has been added to this interface. |
No effect. |
| 5 |
Abstract method Double getDouble ( Double, Double ) has been added to this interface. |
No effect. |
| 6 |
Abstract method Float getFloat ( Float ) has been added to this interface. |
No effect. |
| 7 |
Abstract method Float getFloat ( Float, Float ) has been added to this interface. |
No effect. |
| 8 |
Abstract method Instant getInstant ( Instant ) has been added to this interface. |
No effect. |
| 9 |
Abstract method Instant getInstant ( Instant, Instant ) has been added to this interface. |
No effect. |
| 10 |
Abstract method Integer getInt ( Integer ) has been added to this interface. |
No effect. |
| 11 |
Abstract method Integer getInt ( Integer, Integer ) has been added to this interface. |
No effect. |
| 12 |
Abstract method Long getLong ( Long ) has been added to this interface. |
No effect. |
| 13 |
Abstract method Long getLong ( Long, Long ) has been added to this interface. |
No effect. |
| 14 |
Abstract method Number getNumber ( Number ) has been added to this interface. |
No effect. |
| 15 |
Abstract method Number getNumber ( Number, Number ) has been added to this interface. |
No effect. |
| 16 |
Abstract method Short getShort ( Short ) has been added to this interface. |
No effect. |
| 17 |
Abstract method String getString ( String ) has been added to this interface. |
No effect. |
| 18 |
Abstract method boolean isBoolean ( ) has been added to this interface. |
No effect. |
[+] affected methods: 19 (0.3%)
NutsElement.asPrimitive ( )Return value of this abstract method is of type 'NutsPrimitiveElement'.
NutsPrimitiveElement.getBoolean ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getByte ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getDouble ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getFloat ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getInstant ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getInt ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getLong ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getNumber ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getShort ( )This abstract method is from 'NutsPrimitiveElement' interface.
...
[+] interface NutsPrintStream 11
| Change | Effect |
|---|
| 1 |
Abstract method NutsString getFormattedName ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsSystemTerminalBase getTerminal ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsPrintStream printf ( Object ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsPrintStream printlnf ( Object ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsPrintStream printlnf ( String, Object... ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsPrintStream run ( NutsTerminalCommand, NutsSession ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsPrintStream setFormattedName ( NutsString ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsPrintStream setMode ( NutsTerminalMode ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsPrintStream setSession ( NutsSession ) has been added to this interface. |
No effect. |
| 11 |
Added super-interface NutsStreamMetadataAware. |
No effect. |
[+] affected methods: 70 (1%)
NutsExecCommand.getErr ( )Return value of this abstract method is of type 'NutsPrintStream'.
NutsExecCommand.getOut ( )Return value of this abstract method is of type 'NutsPrintStream'.
NutsExecCommand.setErr ( NutsPrintStream p1 )1st parameter 'p1' of this abstract method is of type 'NutsPrintStream'.
NutsExecCommand.setOut ( NutsPrintStream p1 )1st parameter 'p1' of this abstract method is of type 'NutsPrintStream'.
NutsFormat.print ( NutsPrintStream p1 )1st parameter 'p1' of this abstract method is of type 'NutsPrintStream'.
NutsFormat.println ( NutsPrintStream p1 )1st parameter 'p1' of this abstract method is of type 'NutsPrintStream'.
NutsPrintStream.append ( char p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.append ( CharSequence p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.append ( CharSequence p1, int p2, int p3 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.asOutputStream ( )This abstract method is from 'NutsPrintStream' interface.
...
[+] interface NutsPropertiesFormat 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsContentTypeFormat. |
No effect. |
[+] affected methods: 13 (0.2%)
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getModel ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getSeparator ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.isSorted ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setNtf ( boolean p1 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setNtf ( boolean p1 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSeparator ( String p1 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSession ( NutsSession p1 )This method is from 'NutsPropertiesFormat' interface.
...
[+] interface NutsQuestion<T> 14
| Change | Effect |
|---|
| 1 |
Abstract method NutsQuestion<Boolean> forBoolean ( NutsMessage ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsQuestion<Double> forDouble ( NutsMessage ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsQuestion<K> forEnum ( Class<K>, NutsMessage ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsQuestion<Float> forFloat ( NutsMessage ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsQuestion<Integer> forInteger ( NutsMessage ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsQuestion<Long> forLong ( NutsMessage ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsQuestion<char[ ]> forPassword ( NutsMessage ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsQuestion<String> forString ( NutsMessage ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsMessage getCancelMessage ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsMessage getHintMessage ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsMessage getMessage ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsQuestion<T> setCancelMessage ( NutsMessage ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsQuestion<T> setHintMessage ( NutsMessage ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsQuestion<T> setMessage ( NutsMessage ) has been added to this interface. |
No effect. |
[+] affected methods: 35 (0.5%)
NutsQuestion<T>.configure ( boolean p1, String[ ] p2 )This method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.configure ( boolean p1, String... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forBoolean ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forDouble ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forEnum ( Class<K> p1, String p2, Object... p3 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forFloat ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forInteger ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forLong ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forPassword ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forString ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
...
[+] interface NutsRepository 4
| Change | Effect |
|---|
| 1 |
Abstract method boolean isAvailable ( NutsSession ) has been added to this interface. |
No effect. |
| 2 |
Abstract method boolean isAvailable ( boolean, NutsSession ) has been added to this interface. |
No effect. |
| 3 |
Abstract method boolean isSupportedDeploy ( NutsSession ) has been added to this interface. |
No effect. |
| 4 |
Abstract method boolean isSupportedDeploy ( boolean, NutsSession ) has been added to this interface. |
No effect. |
[+] affected methods: 45 (0.7%)
NutsContentEvent.getRepository ( )Return value of this abstract method is of type 'NutsRepository'.
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message )2nd parameter 'repo' of this method is of type 'NutsRepository'.
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message, Exception cause )2nd parameter 'repo' of this method is of type 'NutsRepository'.
NutsRepository.addRepositoryListener ( NutsRepositoryListener p1 )This abstract method is from 'NutsRepository' interface.
NutsRepository.addUserPropertyListener ( NutsMapListener<String,Object> p1 )This abstract method is from 'NutsRepository' interface.
NutsRepository.config ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getName ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getParentRepository ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryListeners ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryType ( )This abstract method is from 'NutsRepository' interface.
...
[+] interface NutsRepositoryConfigManager 11
| Change | Effect |
|---|
| 1 |
Abstract method Map<String,String> getConfigMap ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method Map<String,String> getConfigMap ( boolean ) has been added to this interface. |
No effect. |
| 3 |
Abstract method String getConfigProperty ( String, String ) has been added to this interface. |
No effect. |
| 4 |
Abstract method String getConfigProperty ( String, String, boolean ) has been added to this interface. |
No effect. |
| 5 |
Abstract method int getDeployWeight ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsRepositoryLocation getLocation ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsPath getLocationPath ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsSpeedQualifier getSpeed ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsPath getStoreLocation ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsPath getStoreLocation ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsRepositoryConfigManager setConfigProperty ( String, String ) has been added to this interface. |
No effect. |
[+] affected methods: 27 (0.4%)
NutsRepository.config ( )Return value of this abstract method is of type 'NutsRepositoryConfigManager'.
NutsRepositoryConfigManager.addMirror ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirror ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirrorById ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirrorByName ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGlobalName ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGroups ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getMirror ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getMirrors ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getRepositoryRef ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
...
[+] interface NutsRepositoryManager 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepositoryFilters filter ( ) has been added to this interface. |
No effect. |
[+] affected methods: 12 (0.2%)
NutsRepositoryManager.addRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.addRepository ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepositoryById ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepositoryByName ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getRepositories ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getSession ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.removeAllRepositories ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.removeRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
...
[+] interface NutsRepositorySecurityManager 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String ) has been added to this interface. |
No effect. |
[+] affected methods: 16 (0.2%)
NutsRepository.security ( )Return value of this abstract method is of type 'NutsRepositorySecurityManager'.
NutsRepositorySecurityManager.addUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.findUsers ( )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getCredentials ( char[ ] p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getEffectiveUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getSession ( )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.isAllowed ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
...
[+] interface NutsSearchCommand 30
| Change | Effect |
|---|
| 1 |
Abstract method NutsSearchCommand addArch ( Collection<String> ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsSearchCommand addArch ( String... ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsSearchCommand addPackaging ( Collection<String> ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsSearchCommand addPackaging ( String... ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsSearchCommand clearArch ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsSearchCommand clearPackaging ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsComparator getComparator ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsStream<String> getResultArch ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsStream<NutsDefinition> getResultDefinitions ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsStream<NutsDependencies> getResultDependencies ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsStream<String> getResultDesktopEnvironment ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsStream<NutsExecutionEntry> getResultExecutionEntries ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsStream<NutsId> getResultIds ( ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsStream<NutsDependency> getResultInlineDependencies ( ) has been added to this interface. |
No effect. |
| 15 |
Abstract method NutsStream<Instant> getResultInstallDates ( ) has been added to this interface. |
No effect. |
| 16 |
Abstract method NutsStream<NutsPath> getResultInstallFolders ( ) has been added to this interface. |
No effect. |
| 17 |
Abstract method NutsStream<String> getResultInstallUsers ( ) has been added to this interface. |
No effect. |
| 18 |
Abstract method NutsStream<String> getResultNames ( ) has been added to this interface. |
No effect. |
| 19 |
Abstract method NutsStream<String> getResultOs ( ) has been added to this interface. |
No effect. |
| 20 |
Abstract method NutsStream<String> getResultOsDist ( ) has been added to this interface. |
No effect. |
| 21 |
Abstract method NutsStream<String> getResultPackaging ( ) has been added to this interface. |
No effect. |
| 22 |
Abstract method NutsStream<String> getResultPathNames ( ) has been added to this interface. |
No effect. |
| 23 |
Abstract method NutsStream<String> getResultPaths ( ) has been added to this interface. |
No effect. |
| 24 |
Abstract method NutsStream<String> getResultPlatform ( ) has been added to this interface. |
No effect. |
| 25 |
Abstract method NutsStream<String> getResultProfile ( ) has been added to this interface. |
No effect. |
| 26 |
Abstract method NutsElement getResultQueryPlan ( ) has been added to this interface. |
No effect. |
| 27 |
Abstract method NutsStream<NutsPath> getResultStoreLocations ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 28 |
Abstract method NutsStream<String[ ]> getResultStrings ( String[ ] ) has been added to this interface. |
No effect. |
| 29 |
Abstract method NutsSearchCommand setRepositoryFilter ( String ) has been added to this interface. |
No effect. |
| 30 |
Abstract method NutsSearchCommand sort ( NutsComparator ) has been added to this interface. |
No effect. |
[+] affected methods: 111 (1.6%)
NutsSearchCommand.addArch ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedIds ( NutsId... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addPackaging ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
...
[+] interface NutsSession 24
| Change | Effect |
|---|
| 1 |
Abstract method NutsBootManager boot ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsCustomCommandManager commands ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsWorkspaceConfigManager config ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsDeployCommand deploy ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsWorkspaceEnvManager env ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsWorkspaceEventManager events ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsExecCommand exec ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsFetchCommand fetch ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method String getDebug ( ) has been added to this interface. |
No effect. |
| 10 |
Abstract method String getDependencySolver ( ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsImportManager imports ( ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsInfoCommand info ( ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsInstallCommand install ( ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsPushCommand push ( ) has been added to this interface. |
No effect. |
| 15 |
Abstract method NutsRepositoryManager repos ( ) has been added to this interface. |
No effect. |
| 16 |
Abstract method NutsSearchCommand search ( ) has been added to this interface. |
No effect. |
| 17 |
Abstract method NutsWorkspaceSecurityManager security ( ) has been added to this interface. |
No effect. |
| 18 |
Abstract method NutsSession setDebug ( String ) has been added to this interface. |
No effect. |
| 19 |
Abstract method NutsSession setDependencySolver ( String ) has been added to this interface. |
No effect. |
| 20 |
Abstract method NutsSession setLogTermLevel ( Level ) has been added to this interface. |
No effect. |
| 21 |
Abstract method NutsUndeployCommand undeploy ( ) has been added to this interface. |
No effect. |
| 22 |
Abstract method NutsUninstallCommand uninstall ( ) has been added to this interface. |
No effect. |
| 23 |
Abstract method NutsUpdateCommand update ( ) has been added to this interface. |
No effect. |
| 24 |
Abstract method NutsUpdateStatisticsCommand updateStatistics ( ) has been added to this interface. |
No effect. |
[+] affected methods: 385 (5.7%)
boot.NutsApiUtils.checkSession ( NutsSession session )1st parameter 'session' of this method is of type 'NutsSession'.
boot.NutsBootWorkspace.openWorkspace ( )Return value of this method is of type 'NutsSession'.
Nuts.openInheritedWorkspace ( String... args )Return value of this method is of type 'NutsSession'.
Nuts.openWorkspace ( )Return value of this method is of type 'NutsSession'.
Nuts.openWorkspace ( String... args )Return value of this method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this abstract method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this method is of type 'NutsSession'.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )1st parameter 'session' of this method is of type 'NutsSession'.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )1st parameter 'session' of this method is of type 'NutsSession'.
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )1st parameter 'session' of this method is of type 'NutsSession'.
...
[+] interface NutsString 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsTextBuilder builder ( ) has been added to this interface. |
No effect. |
| 2 |
Added super-interface NutsBlankable. |
No effect. |
[+] affected methods: 19 (0.3%)
NutsCommandLine.required ( NutsString p1 )1st parameter 'p1' of this abstract method is of type 'NutsString'.
NutsCommandLine.throwError ( NutsString p1 )1st parameter 'p1' of this abstract method is of type 'NutsString'.
NutsCommandLine.unexpectedArgument ( NutsString p1 )1st parameter 'p1' of this abstract method is of type 'NutsString'.
NutsException.getFormattedString ( )Return value of this method is of type 'NutsString'.
NutsExceptionBase.getFormattedString ( )Return value of this abstract method is of type 'NutsString'.
NutsFormat.format ( )Return value of this abstract method is of type 'NutsString'.
NutsFormattable.format ( )Return value of this method is of type 'NutsString'.
NutsPrintStream.print ( NutsString p1 )1st parameter 'p1' of this abstract method is of type 'NutsString'.
NutsPrintStream.println ( NutsString p1 )1st parameter 'p1' of this abstract method is of type 'NutsString'.
NutsProgressEvent.getMessage ( )Return value of this abstract method is of type 'NutsString'.
...
[+] interface NutsSystemTerminal 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsSystemTerminalBase getBase ( ) has been added to this interface. |
No effect. |
[+] affected methods: 6 (0.1%)
NutsSystemTerminal.err ( )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.in ( )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.out ( )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.printProgress ( float p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.readLine ( NutsMessage p1, NutsSession p2 )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.readPassword ( NutsMessage p1, NutsSession p2 )This abstract method is from 'NutsSystemTerminal' interface.
[+] interface NutsTableFormat 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsContentTypeFormat. |
No effect. |
[+] affected methods: 17 (0.2%)
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getBorder ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getVisibleColumn ( int p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.isVisibleHeader ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setBorder ( String p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setBorder ( NutsTableBordersFormat p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setCellFormat ( NutsTableCellFormat p1 )This abstract method is from 'NutsTableFormat' interface.
...
[+] interface NutsTextBuilder 12
| Change | Effect |
|---|
| 1 |
Abstract method NutsTextBuilder flatten ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsText get ( int ) has been added to this interface. |
No effect. |
| 3 |
Abstract method List<NutsText> getChildren ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsTextBuilder insert ( int, NutsText... ) has been added to this interface. |
No effect. |
| 5 |
Abstract method Iterable<NutsText> items ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsStream<NutsTextBuilder> lines ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsTextBuilder readLine ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsTextBuilder removeAt ( int ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsTextBuilder replace ( int, int, NutsText... ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsTextBuilder replaceChildren ( int, int, NutsText... ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsText subChildren ( int, int ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsText substring ( int, int ) has been added to this interface. |
No effect. |
[+] affected methods: 20 (0.3%)
NutsTextBuilder.append ( Object p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.append ( Object p1, NutsTextStyle p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.append ( Object p1, NutsTextStyles p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.append ( NutsText p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendAll ( Collection<?> p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendCode ( String p1, String p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendCommand ( NutsTerminalCommand p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendHash ( Object p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendHash ( Object p1, Object p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendJoined ( Object p1, Collection<?> p2 )This abstract method is from 'NutsTextBuilder' interface.
...
[+] interface NutsTextList 1
| Change | Effect |
|---|
| 1 |
Abstract method List<NutsText> getChildren ( ) has been added to this interface. |
No effect. |
[+] affected methods: 3 (0.04%)
NutsTextList.get ( int p1 )This abstract method is from 'NutsTextList' interface.
NutsTextList.simplify ( )This abstract method is from 'NutsTextList' interface.
NutsTextList.size ( )This abstract method is from 'NutsTextList' interface.
[+] interface NutsTreeFormat 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsContentTypeFormat. |
No effect. |
[+] affected methods: 13 (0.2%)
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getLinkFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getModel ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getNodeFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setLinkFormat ( NutsTreeLinkFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNtf ( boolean p1 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNtf ( boolean p1 )This abstract method is from 'NutsTreeFormat' interface.
...
[+] interface NutsTypedFilters<T> 1
| Change | Effect |
|---|
| 1 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 10 (0.1%)
NutsTypedFilters<T>.all ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.always ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.any ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.as ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.from ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.never ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.none ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.nonnull ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.not ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.parse ( String p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
[+] interface NutsUpdateResult 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsDefinition getInstalled ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method boolean isInstalled ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method boolean isUpdatable ( ) has been added to this interface. |
No effect. |
[+] affected methods: 9 (0.1%)
NutsUpdateResult.getAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.getDependencies ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.getId ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateApplied ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateForced ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateStatusAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateVersionAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsWorkspaceUpdateResult.getApi ( )Return value of this abstract method is of type 'NutsUpdateResult'.
NutsWorkspaceUpdateResult.getRuntime ( )Return value of this abstract method is of type 'NutsUpdateResult'.
[+] interface NutsVersion 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsVersion compatNewer ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsVersion compatOlder ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method int getInt ( int, int ) has been added to this interface. |
No effect. |
| 4 |
Abstract method long getLong ( int, long ) has been added to this interface. |
No effect. |
| 5 |
Abstract method boolean isBlank ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method boolean isFilter ( ) has been added to this interface. |
No effect. |
| 7 |
Abstract method boolean isNull ( ) has been added to this interface. |
No effect. |
| 8 |
Added super-interface NutsBlankable. |
No effect. |
[+] affected methods: 34 (0.5%)
NutsApplicationContext.getAppPreviousVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsApplicationContext.getAppVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependency.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependencyBuilder.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependencyBuilder.setVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
NutsId.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsIdBuilder.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsIdBuilder.setVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
NutsSearchCommand.getTargetApiVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsSearchCommand.setTargetApiVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
...
[+] interface NutsVersionFormat 1
| Change | Effect |
|---|
| 1 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 9 (0.1%)
NutsVersionFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.getVersion ( )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.isWorkspaceVersion ( )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setNtf ( boolean p1 )This method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setNtf ( boolean p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setSession ( NutsSession p1 )This method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setVersion ( NutsVersion p1 )This abstract method is from 'NutsVersionFormat' interface.
[+] interface NutsVersionParser 5
| Change | Effect |
|---|
| 1 |
Abstract method boolean isAcceptBlank ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method boolean isAcceptIntervals ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsVersionParser setAcceptBlank ( boolean ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsVersionParser setAcceptIntervals ( boolean ) has been added to this interface. |
No effect. |
| 5 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 3 (0.04%)
NutsVersionParser.isLenient ( )This abstract method is from 'NutsVersionParser' interface.
NutsVersionParser.parse ( String p1 )This abstract method is from 'NutsVersionParser' interface.
NutsVersionParser.setLenient ( boolean p1 )This abstract method is from 'NutsVersionParser' interface.
[+] interface NutsWorkspace 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath getLocation ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsInfoCommand info ( ) has been added to this interface. |
No effect. |
| 3 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 46 (0.7%)
NutsApplicationContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsCommandAutoComplete.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsCommandAutoCompleteBase.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsContentEvent.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsElementFactoryContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsException.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsExceptionBase.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsExecutionContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsFilter.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsInstallEvent.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
...
[+] interface NutsWorkspaceBootConfig 1
| Change | Effect |
|---|
| 1 |
Abstract method String getHomeLocation ( NutsHomeLocation ) has been added to this interface. |
No effect. |
[+] affected methods: 19 (0.3%)
NutsWorkspaceBootConfig.getBootPath ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspace ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspaceName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getExtensions ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getStoreLocation ( NutsId p1, NutsStoreLocation p2 )This abstract method is from 'NutsWorkspaceBootConfig' interface.
...
[+] interface NutsWorkspaceConfigManager 8
| Change | Effect |
|---|
| 1 |
Abstract method Map<String,String> getConfigMap ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsPrimitiveElement getConfigProperty ( String ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsSessionTerminal getDefaultTerminal ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsSystemTerminal getSystemTerminal ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsPath resolveRepositoryPath ( String ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsWorkspaceConfigManager setConfigProperty ( String, String ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsWorkspaceConfigManager setDefaultTerminal ( NutsSessionTerminal ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsWorkspaceConfigManager setSystemTerminal ( NutsSystemTerminalBase ) has been added to this interface. |
No effect. |
[+] affected methods: 16 (0.2%)
NutsWorkspace.config ( )Return value of this abstract method is of type 'NutsWorkspaceConfigManager'.
NutsWorkspaceConfigManager.getAvailableArchetypes ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getDefaultRepositories ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getIndexStoreClientFactory ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaCommand ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaOptions ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getSession ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isExcludedExtension ( String p1, NutsWorkspaceOptions p2 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isGlobal ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isReadOnly ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
...
[+] interface NutsWorkspaceEnvManager 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsSupportMode getDesktopIntegrationSupport ( NutsDesktopIntegrationItem ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsElement getPropertyElement ( String ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsShellFamily[ ] getShellFamilies ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsShellFamily getShellFamily ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsPlatformManager platforms ( ) has been added to this interface. |
No effect. |
[+] affected methods: 19 (0.3%)
NutsWorkspace.env ( )Return value of this abstract method is of type 'NutsWorkspaceEnvManager'.
NutsWorkspaceEnvManager.addLauncher ( NutsLauncherOptions p1 )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getArch ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getArchFamily ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopEnvironment ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopEnvironmentFamilies ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopEnvironmentFamily ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopEnvironments ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopPath ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOs ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
...
[+] interface NutsWorkspaceExtensionManager 1
| Change | Effect |
|---|
| 1 |
Abstract method Set<NutsId> getCompanionIds ( ) has been added to this interface. |
No effect. |
[+] affected methods: 21 (0.3%)
NutsWorkspace.extensions ( )Return value of this abstract method is of type 'NutsWorkspaceExtensionManager'.
NutsWorkspaceExtensionManager.createAll ( Class<T> p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createAllSupported ( Class<T> p1, V p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.discoverTypes ( NutsId p1, ClassLoader p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getConfigExtensions ( )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getExtensionObjects ( Class p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getExtensionTypes ( Class p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getLoadedExtensions ( )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
...
[+] interface NutsWorkspaceListManager 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession addWorkspace ( String, NutsSession ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String getName ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsWorkspaceListManager setName ( String ) has been added to this interface. |
No effect. |
| 4 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 6 (0.1%)
NutsWorkspaceListManager.getConfig ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaceLocation ( String p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaces ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.removeWorkspace ( String p1, NutsSession p2 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.save ( NutsSession p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.setConfig ( NutsWorkspaceListConfig p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
[+] interface NutsWorkspaceLocationManager 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath getDefaultIdBasedir ( NutsId ) has been added to this interface. |
No effect. |
| 2 |
Abstract method NutsPath getHomeLocation ( NutsHomeLocation ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsPath getHomeLocation ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsPath getStoreLocation ( NutsId, NutsStoreLocation ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsPath getStoreLocation ( NutsId, NutsStoreLocation, String ) has been added to this interface. |
No effect. |
| 6 |
Abstract method NutsPath getStoreLocation ( NutsStoreLocation ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsPath getStoreLocation ( NutsStoreLocation, String ) has been added to this interface. |
No effect. |
| 8 |
Abstract method NutsWorkspaceLocationManager setHomeLocation ( NutsHomeLocation, String ) has been added to this interface. |
No effect. |
[+] affected methods: 14 (0.2%)
NutsWorkspace.locations ( )Return value of this abstract method is of type 'NutsWorkspaceLocationManager'.
NutsWorkspaceLocationManager.getDefaultIdContentExtension ( String p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdExtension ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdFilename ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getSession ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationLayout ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
...
[+] interface NutsWorkspaceOptions 8
| Change | Effect |
|---|
| 1 |
Abstract method Boolean getCommandHelp ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method Boolean getCommandVersion ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method String[ ] getCustomOptions ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method String getDebug ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method String getDependencySolver ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method String getHomeLocation ( NutsHomeLocation ) has been added to this interface. |
No effect. |
| 7 |
Abstract method boolean isCommandHelp ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method boolean isCommandVersion ( ) has been added to this interface. |
No effect. |
[+] affected methods: 82 (1.2%)
NutsSession.configure ( NutsWorkspaceOptions p1 )1st parameter 'p1' of this abstract method is of type 'NutsWorkspaceOptions'.
NutsSession.copyFrom ( NutsWorkspaceOptions p1 )1st parameter 'p1' of this abstract method is of type 'NutsWorkspaceOptions'.
NutsWorkspaceConfigManager.isExcludedExtension ( String p1, NutsWorkspaceOptions p2 )2nd parameter 'p2' of this abstract method is of type 'NutsWorkspaceOptions'.
NutsWorkspaceOptions.builder ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.formatter ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getArchetype ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getBot ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCached ( )This abstract method is from 'NutsWorkspaceOptions' interface.
...
[+] interface NutsWorkspaceOptionsBuilder 16
| Change | Effect |
|---|
| 1 |
Abstract method Boolean getCommandHelp ( ) has been added to this interface. |
No effect. |
| 2 |
Abstract method Boolean getCommandVersion ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method String[ ] getCustomOptions ( ) has been added to this interface. |
No effect. |
| 4 |
Abstract method String getDebug ( ) has been added to this interface. |
No effect. |
| 5 |
Abstract method String getDependencySolver ( ) has been added to this interface. |
No effect. |
| 6 |
Abstract method String getHomeLocation ( NutsHomeLocation ) has been added to this interface. |
No effect. |
| 7 |
Abstract method boolean isCommandHelp ( ) has been added to this interface. |
No effect. |
| 8 |
Abstract method boolean isCommandVersion ( ) has been added to this interface. |
No effect. |
| 9 |
Abstract method NutsWorkspaceOptionsBuilder setCommandHelp ( Boolean ) has been added to this interface. |
No effect. |
| 10 |
Abstract method NutsWorkspaceOptionsBuilder setCommandVersion ( Boolean ) has been added to this interface. |
No effect. |
| 11 |
Abstract method NutsWorkspaceOptionsBuilder setCustomOptions ( String[ ] ) has been added to this interface. |
No effect. |
| 12 |
Abstract method NutsWorkspaceOptionsBuilder setDebug ( String ) has been added to this interface. |
No effect. |
| 13 |
Abstract method NutsWorkspaceOptionsBuilder setDependencySolver ( String ) has been added to this interface. |
No effect. |
| 14 |
Abstract method NutsWorkspaceOptionsBuilder setHomeLocation ( NutsHomeLocation, String ) has been added to this interface. |
No effect. |
| 15 |
Abstract method NutsBootOptions toBootOptions ( ) has been added to this interface. |
No effect. |
| 16 |
Added super-interface spi.NutsComponent. |
No effect. |
[+] affected methods: 141 (2.1%)
NutsWorkspaceOptions.builder ( )Return value of this abstract method is of type 'NutsWorkspaceOptionsBuilder'.
NutsWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.build ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.copy ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.formatter ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getArchetype ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getBot ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getCached ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
...
[+] interface NutsWorkspaceSecurityManager 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String ) has been added to this interface. |
No effect. |
[+] affected methods: 23 (0.3%)
NutsWorkspace.security ( )Return value of this abstract method is of type 'NutsWorkspaceSecurityManager'.
NutsWorkspaceSecurityManager.addUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUsers ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCredentials ( char[ ] p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentLoginStack ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentUsername ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
...
[+] interface NutsWorkspaceStoredConfig 1
| Change | Effect |
|---|
| 1 |
Abstract method String getHomeLocation ( NutsHomeLocation ) has been added to this interface. |
No effect. |
[+] affected methods: 15 (0.2%)
NutsWorkspaceConfigManager.stored ( )Return value of this abstract method is of type 'NutsWorkspaceStoredConfig'.
NutsWorkspaceStoredConfig.getApiId ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getJavaCommand ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getJavaOptions ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getName ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRuntimeDependencies ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRuntimeId ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
...
[+] interface NutsWorkspaceUpdateResult 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsUpdateResult[ ] getUpdatable ( ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.2%)
NutsUpdateCommand.getResult ( )Return value of this abstract method is of type 'NutsWorkspaceUpdateResult'.
NutsWorkspaceUpdateResult.getAllResults ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getApi ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getArtifacts ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getExtensions ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getRuntime ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getUpdatesCount ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableApi ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableExtensions ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableRuntime ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
...
nuts-0.8.1.jar
package net.thevpc.nuts.spi
[+] interface NutsDeployRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsDeployRepositoryCommand setContent ( NutsPath ) has been added to this interface. |
No effect. |
[+] affected methods: 14 (0.2%)
NutsDeployRepositoryCommand.getContent ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.getDescriptor ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.getId ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.run ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.run ( )This method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( File p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( InputStream p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( URL p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( Path p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setDescriptor ( NutsDescriptor p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
...
[+] interface NutsDescriptorContentParserComponent 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsComponent. |
No effect. |
[+] affected methods: 1 (0.01%)
NutsDescriptorContentParserComponent.parse ( NutsDescriptorContentParserContext p1 )This abstract method is from 'NutsDescriptorContentParserComponent' interface.
[+] interface NutsIndexStoreFactory 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsComponent. |
No effect. |
[+] affected methods: 2 (0.03%)
net.thevpc.nuts.NutsWorkspaceConfigManager.getIndexStoreClientFactory ( )Return value of this abstract method is of type 'NutsIndexStoreFactory'.
NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 )This abstract method is from 'NutsIndexStoreFactory' interface.
[+] interface NutsPathSPI 49
| Change | Effect |
|---|
| 1 |
Abstract method void addPermissions ( NutsPath, NutsPathPermission... ) has been added to this interface. |
No effect. |
| 2 |
Abstract method void copyTo ( NutsPath, NutsPath, NutsPathOption... ) has been added to this interface. |
No effect. |
| 3 |
Abstract method void delete ( NutsPath, boolean ) has been added to this interface. |
No effect. |
| 4 |
Abstract method boolean exists ( NutsPath ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsFormatSPI formatter ( NutsPath ) has been added to this interface. |
No effect. |
| 6 |
Abstract method String getContentEncoding ( NutsPath ) has been added to this interface. |
No effect. |
| 7 |
Abstract method long getContentLength ( NutsPath ) has been added to this interface. |
No effect. |
| 8 |
Abstract method String getContentType ( NutsPath ) has been added to this interface. |
No effect. |
| 9 |
Abstract method Instant getCreationInstant ( NutsPath ) has been added to this interface. |
No effect. |
| 10 |
Abstract method InputStream getInputStream ( NutsPath ) has been added to this interface. |
No effect. |
| 11 |
Abstract method String[ ] getItems ( NutsPath ) has been added to this interface. |
No effect. |
| 12 |
Abstract method Instant getLastAccessInstant ( NutsPath ) has been added to this interface. |
No effect. |
| 13 |
Abstract method Instant getLastModifiedInstant ( NutsPath ) has been added to this interface. |
No effect. |
| 14 |
Abstract method String getLocation ( NutsPath ) has been added to this interface. |
No effect. |
| 15 |
Abstract method String getName ( NutsPath ) has been added to this interface. |
No effect. |
| 16 |
Abstract method OutputStream getOutputStream ( NutsPath ) has been added to this interface. |
No effect. |
| 17 |
Abstract method NutsPath getParent ( NutsPath ) has been added to this interface. |
No effect. |
| 18 |
Abstract method int getPathCount ( NutsPath ) has been added to this interface. |
No effect. |
| 19 |
Abstract method Set<NutsPathPermission> getPermissions ( NutsPath ) has been added to this interface. |
No effect. |
| 20 |
Abstract method String getProtocol ( NutsPath ) has been added to this interface. |
No effect. |
| 21 |
Abstract method NutsPath getRoot ( NutsPath ) has been added to this interface. |
No effect. |
| 22 |
Abstract method String group ( NutsPath ) has been added to this interface. |
No effect. |
| 23 |
Abstract method boolean isAbsolute ( NutsPath ) has been added to this interface. |
No effect. |
| 24 |
Abstract method boolean isDirectory ( NutsPath ) has been added to this interface. |
No effect. |
| 25 |
Abstract method boolean isLocal ( NutsPath ) has been added to this interface. |
No effect. |
| 26 |
Abstract method boolean isName ( NutsPath ) has been added to this interface. |
No effect. |
| 27 |
Abstract method boolean isOther ( NutsPath ) has been added to this interface. |
No effect. |
| 28 |
Abstract method boolean isRegularFile ( NutsPath ) has been added to this interface. |
No effect. |
| 29 |
Abstract method boolean isRoot ( NutsPath ) has been added to this interface. |
No effect. |
| 30 |
Abstract method boolean isSymbolicLink ( NutsPath ) has been added to this interface. |
No effect. |
| 31 |
Abstract method NutsStream<NutsPath> list ( NutsPath ) has been added to this interface. |
No effect. |
| 32 |
Abstract method void mkdir ( boolean, NutsPath ) has been added to this interface. |
No effect. |
| 33 |
Abstract method void moveTo ( NutsPath, NutsPath, NutsPathOption... ) has been added to this interface. |
No effect. |
| 34 |
Abstract method NutsPath normalize ( NutsPath ) has been added to this interface. |
No effect. |
| 35 |
Abstract method String owner ( NutsPath ) has been added to this interface. |
No effect. |
| 36 |
Abstract method void removePermissions ( NutsPath, NutsPathPermission... ) has been added to this interface. |
No effect. |
| 37 |
Abstract method NutsPath resolve ( NutsPath, String ) has been added to this interface. |
No effect. |
| 38 |
Abstract method NutsPath resolve ( NutsPath, NutsPath ) has been added to this interface. |
No effect. |
| 39 |
Abstract method NutsPath resolveSibling ( NutsPath, String ) has been added to this interface. |
No effect. |
| 40 |
Abstract method NutsPath resolveSibling ( NutsPath, NutsPath ) has been added to this interface. |
No effect. |
| 41 |
Abstract method void setPermissions ( NutsPath, NutsPathPermission... ) has been added to this interface. |
No effect. |
| 42 |
Abstract method NutsPath subpath ( NutsPath, int, int ) has been added to this interface. |
No effect. |
| 43 |
Abstract method NutsPath toAbsolute ( NutsPath, NutsPath ) has been added to this interface. |
No effect. |
| 44 |
Abstract method NutsPath toCompressedForm ( NutsPath ) has been added to this interface. |
No effect. |
| 45 |
Abstract method Path toFile ( NutsPath ) has been added to this interface. |
No effect. |
| 46 |
Abstract method NutsPath toRelativePath ( NutsPath, NutsPath ) has been added to this interface. |
No effect. |
| 47 |
Abstract method URL toURL ( NutsPath ) has been added to this interface. |
No effect. |
| 48 |
Abstract method NutsStream<NutsPath> walk ( NutsPath, int, NutsPathOption[ ] ) has been added to this interface. |
No effect. |
| 49 |
Abstract method void walkDfs ( NutsPath, NutsTreeVisitor<NutsPath>, int, NutsPathOption... ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.03%)
NutsPathSPI.getSession ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.toString ( )This abstract method is from 'NutsPathSPI' interface.
[+] interface NutsRepositoryFactoryComponent 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsComponent. |
No effect. |
[+] affected methods: 2 (0.03%)
NutsRepositoryFactoryComponent.create ( NutsAddRepositoryOptions p1, NutsSession p2, NutsRepository p3 )This abstract method is from 'NutsRepositoryFactoryComponent' interface.
NutsRepositoryFactoryComponent.getDefaultRepositories ( NutsSession p1 )This abstract method is from 'NutsRepositoryFactoryComponent' interface.
[+] interface NutsSearchRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsIterator<NutsId> getResult ( ) has been added to this interface. |
No effect. |
[+] affected methods: 9 (0.1%)
NutsRepositorySPI.search ( )Return value of this abstract method is of type 'NutsSearchRepositoryCommand'.
NutsSearchRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
[+] interface NutsSearchVersionsRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsIterator<NutsId> getResult ( ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.2%)
NutsRepositorySPI.searchVersions ( )Return value of this abstract method is of type 'NutsSearchVersionsRepositoryCommand'.
NutsSearchVersionsRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getId ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
...
[+] interface NutsSystemTerminalBase 9
| Change | Effect |
|---|
| 1 |
Abstract method NutsSystemTerminalBase clearScreen ( NutsSession ) has been added to this interface. |
No effect. |
| 2 |
Abstract method String getCommandHighlighter ( ) has been added to this interface. |
No effect. |
| 3 |
Abstract method NutsSystemTerminalBase.Cursor getTerminalCursor ( NutsSession ) has been added to this interface. |
No effect. |
| 4 |
Abstract method NutsSystemTerminalBase.Size getTerminalSize ( NutsSession ) has been added to this interface. |
No effect. |
| 5 |
Abstract method NutsSystemTerminalBase resetLine ( NutsSession ) has been added to this interface. |
No effect. |
| 6 |
Abstract method Object run ( NutsTerminalCommand, NutsSession ) has been added to this interface. |
No effect. |
| 7 |
Abstract method NutsSystemTerminalBase setCommandHighlighter ( String ) has been added to this interface. |
No effect. |
| 8 |
Abstract method void setStyles ( NutsTextStyles, NutsSession ) has been added to this interface. |
No effect. |
| 9 |
Added super-interface NutsComponent. |
No effect. |
[+] affected methods: 10 (0.1%)
NutsSystemTerminalBase.getAutoCompleteResolver ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getCommandHistory ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getErr ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getIn ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getOut ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.isAutoCompleteSupported ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.setCommandAutoCompleteResolver ( NutsCommandAutoCompleteResolver p1 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.setCommandHistory ( NutsCommandHistory p1 )This abstract method is from 'NutsSystemTerminalBase' interface.
[+] interface NutsTransportComponent 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsComponent. |
No effect. |
[+] affected methods: 1 (0.01%)
NutsTransportComponent.open ( String p1 )This abstract method is from 'NutsTransportComponent' interface.
[+] interface NutsWorkspaceArchetypeComponent 2
| Change | Effect |
|---|
| 1 |
Abstract method void startWorkspace ( NutsSession ) has been added to this interface. |
No effect. |
| 2 |
Added super-interface NutsComponent. |
No effect. |
[+] affected methods: 2 (0.03%)
NutsWorkspaceArchetypeComponent.getName ( )This abstract method is from 'NutsWorkspaceArchetypeComponent' interface.
NutsWorkspaceArchetypeComponent.initializeWorkspace ( NutsSession p1 )This abstract method is from 'NutsWorkspaceArchetypeComponent' interface.
to the top
Java Archives 1
nuts-0.8.1.jar
to the top
Test Info
| Library Name | nuts |
| Version #1 | 0.8.1 |
| Version #2 | 0.8.3 |
| Subject | Source Compatibility |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 6800 / 535 |
| Compatibility |
27.7% |
Problem Summary
| Severity | Count |
| Added Methods | - | 2119 |
| Removed Methods | High | 1259 |
Problems with Data Types | High | 977 |
| Medium | 1 |
| Low | 0 |
Problems with Methods | High | 1 |
| Medium | 99 |
| Low | 0 |
Other Changes in Data Types | - | 26 |
Added Methods 2119
nuts-0.8.3.jar,
BasePredicate.class
package net.thevpc.nuts
NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other ) : NutsPredicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.and:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsPredicate;
NutsPredicates.BasePredicate<T>.describe ( NutsElements elems ) : NutsElement
net/thevpc/nuts/NutsPredicates.BasePredicate.describe:(Lnet/thevpc/nuts/NutsElements;)Lnet/thevpc/nuts/NutsElement;
NutsPredicates.BasePredicate<T>.negate ( ) : NutsPredicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.negate:()Lnet/thevpc/nuts/NutsPredicate;
NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other ) : NutsPredicate<T>
net/thevpc/nuts/NutsPredicates.BasePredicate.or:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsPredicate;
nuts-0.8.3.jar,
Cursor.class
package net.thevpc.nuts.spi
NutsSystemTerminalBase.Cursor.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsSystemTerminalBase.Cursor.equals:(Ljava/lang/Object;)Z
NutsSystemTerminalBase.Cursor.getX ( ) : int
net/thevpc/nuts/spi/NutsSystemTerminalBase.Cursor.getX:()I
NutsSystemTerminalBase.Cursor.getY ( ) : int
net/thevpc/nuts/spi/NutsSystemTerminalBase.Cursor.getY:()I
NutsSystemTerminalBase.Cursor.hashCode ( ) : int
net/thevpc/nuts/spi/NutsSystemTerminalBase.Cursor.hashCode:()I
NutsSystemTerminalBase.Cursor.NutsSystemTerminalBase.Cursor ( int x, int y )
net/thevpc/nuts/spi/NutsSystemTerminalBase.Cursor."<init>":(II)V
NutsSystemTerminalBase.Cursor.toString ( ) : String
net/thevpc/nuts/spi/NutsSystemTerminalBase.Cursor.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
Fct.class
package net.thevpc.nuts
NutsExpr.Fct.eval ( String p1, NutsExpr.Node[ ] p2, NutsExpr p3 ) [abstract] : Object
net/thevpc/nuts/NutsExpr.Fct.eval:(Ljava/lang/String;[Lnet/thevpc/nuts/NutsExpr$Node;Lnet/thevpc/nuts/NutsExpr;)Ljava/lang/Object;
nuts-0.8.3.jar,
Mode.class
package net.thevpc.nuts
NutsRunAs.Mode.parse ( String value, NutsRunAs.Mode emptyValue, NutsSession session ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsRunAs$Mode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRunAs$Mode;
NutsRunAs.Mode.parse ( String value, NutsSession session ) [static] : NutsRunAs.Mode
net/thevpc/nuts/NutsRunAs.Mode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRunAs$Mode;
nuts-0.8.3.jar,
Node.class
package net.thevpc.nuts
NutsExpr.Node.eval ( NutsExpr p1 ) [abstract] : Object
net/thevpc/nuts/NutsExpr.Node.eval:(Lnet/thevpc/nuts/NutsExpr;)Ljava/lang/Object;
NutsExpr.Node.getChildren ( ) [abstract] : NutsExpr.Node[ ]
net/thevpc/nuts/NutsExpr.Node.getChildren:()[Lnet/thevpc/nuts/NutsExpr$Node;
NutsExpr.Node.getName ( ) [abstract] : String
net/thevpc/nuts/NutsExpr.Node.getName:()Ljava/lang/String;
NutsExpr.Node.getType ( ) [abstract] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.Node.getType:()Lnet/thevpc/nuts/NutsExpr$NodeType;
nuts-0.8.3.jar,
NodeType.class
package net.thevpc.nuts
NutsExpr.NodeType.id ( ) : String
net/thevpc/nuts/NutsExpr.NodeType.id:()Ljava/lang/String;
NutsExpr.NodeType.parse ( String value, NutsExpr.NodeType emptyValue, NutsSession session ) [static] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.NodeType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$NodeType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExpr$NodeType;
NutsExpr.NodeType.parse ( String value, NutsSession session ) [static] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.NodeType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExpr$NodeType;
NutsExpr.NodeType.parseLenient ( String value ) [static] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.NodeType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$NodeType;
NutsExpr.NodeType.parseLenient ( String value, NutsExpr.NodeType emptyOrErrorValue ) [static] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.NodeType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$NodeType;)Lnet/thevpc/nuts/NutsExpr$NodeType;
NutsExpr.NodeType.parseLenient ( String value, NutsExpr.NodeType emptyValue, NutsExpr.NodeType errorValue ) [static] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.NodeType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$NodeType;Lnet/thevpc/nuts/NutsExpr$NodeType;)Lnet/thevpc/nuts/NutsExpr$NodeType;
NutsExpr.NodeType.valueOf ( String name ) [static] : NutsExpr.NodeType
net/thevpc/nuts/NutsExpr.NodeType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$NodeType;
NutsExpr.NodeType.values ( ) [static] : NutsExpr.NodeType[ ]
net/thevpc/nuts/NutsExpr.NodeType.values:()[Lnet/thevpc/nuts/NutsExpr$NodeType;
nuts-0.8.3.jar,
Nuts.class
package net.thevpc.nuts
Nuts.openInheritedWorkspace ( NutsBootTerminal term, String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.openInheritedWorkspace:(Lnet/thevpc/nuts/NutsBootTerminal;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( NutsBootOptions options ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsBootOptions;)Lnet/thevpc/nuts/NutsSession;
Nuts.openWorkspace ( NutsBootTerminal term, String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsBootTerminal;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
Nuts.runWorkspace ( NutsBootTerminal term, String... args ) [static] : NutsSession
net/thevpc/nuts/Nuts.runWorkspace:(Lnet/thevpc/nuts/NutsBootTerminal;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
nuts-0.8.3.jar,
NutsAddRepositoryOptions.class
package net.thevpc.nuts
NutsAddRepositoryOptions.getDeployWeight ( ) : int
net/thevpc/nuts/NutsAddRepositoryOptions.getDeployWeight:()I
NutsAddRepositoryOptions.setDeployWeight ( int value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setDeployWeight:(I)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.3.jar,
NutsAnsiTermHelper.class
package net.thevpc.nuts.spi
NutsAnsiTermHelper.backColor ( NutsColor c, NutsSession session ) : String
net/thevpc/nuts/spi/NutsAnsiTermHelper.backColor:(Lnet/thevpc/nuts/NutsColor;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsAnsiTermHelper.command ( NutsTerminalCommand command, NutsSession session ) : String
net/thevpc/nuts/spi/NutsAnsiTermHelper.command:(Lnet/thevpc/nuts/NutsTerminalCommand;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsAnsiTermHelper.foreColor ( NutsColor c, NutsSession session ) : String
net/thevpc/nuts/spi/NutsAnsiTermHelper.foreColor:(Lnet/thevpc/nuts/NutsColor;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsAnsiTermHelper.NutsAnsiTermHelper ( )
net/thevpc/nuts/spi/NutsAnsiTermHelper."<init>":()V
NutsAnsiTermHelper.of ( NutsSession session ) [static] : NutsAnsiTermHelper
net/thevpc/nuts/spi/NutsAnsiTermHelper.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsAnsiTermHelper;
NutsAnsiTermHelper.plain ( ) : String
net/thevpc/nuts/spi/NutsAnsiTermHelper.plain:()Ljava/lang/String;
NutsAnsiTermHelper.styled ( NutsColor foreground, NutsColor background, boolean bold, boolean blink, boolean underlined, boolean striked, boolean italic, boolean reversed, int intensity, NutsSession session ) : String
net/thevpc/nuts/spi/NutsAnsiTermHelper.styled:(Lnet/thevpc/nuts/NutsColor;Lnet/thevpc/nuts/NutsColor;ZZZZZZILnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
NutsAnsiTermHelper.styled ( NutsTextStyles styles, NutsSession session ) : String
net/thevpc/nuts/spi/NutsAnsiTermHelper.styled:(Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/String;
nuts-0.8.3.jar,
NutsApiUtils.class
package net.thevpc.nuts.boot
NutsApiUtils.checkNonNullEnum ( T objectValue, String stringValue, Class<T> enumType, NutsSession session ) [static] : void
net/thevpc/nuts/boot/NutsApiUtils.checkNonNullEnum:(Lnet/thevpc/nuts/NutsEnum;Ljava/lang/String;Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)V
NutsApiUtils.createSessionCachedType ( Class<T> t, NutsSession session, Supplier<T> sup ) [static] : T
net/thevpc/nuts/boot/NutsApiUtils.createSessionCachedType:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsApiUtils.createSessionCachedType ( String name, Class<T> t, NutsSession session, Supplier<T> sup ) [static] : T
net/thevpc/nuts/boot/NutsApiUtils.createSessionCachedType:(Ljava/lang/String;Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsApiUtils.defaultToString ( NutsBootOptions options ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.defaultToString:(Lnet/thevpc/nuts/NutsBootOptions;)Ljava/lang/String;
NutsApiUtils.findClassLoaderJar ( NutsBootId id, URL[ ] urls ) [static] : URL
net/thevpc/nuts/boot/NutsApiUtils.findClassLoaderJar:(Lnet/thevpc/nuts/spi/NutsBootId;[Ljava/net/URL;)Ljava/net/URL;
NutsApiUtils.isBlank ( char[ ] string ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.isBlank:([C)Z
NutsApiUtils.isBlank ( CharSequence s ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.isBlank:(Ljava/lang/CharSequence;)Z
NutsApiUtils.isBlank ( Object any ) [static] : boolean
net/thevpc/nuts/boot/NutsApiUtils.isBlank:(Ljava/lang/Object;)Z
NutsApiUtils.parseFileSizeInBytes ( String value, Integer defaultMultiplier, Integer emptyValue, Integer errorValue ) [static] : Integer
net/thevpc/nuts/boot/NutsApiUtils.parseFileSizeInBytes:(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsApiUtils.parseInt ( String value, Integer emptyValue, Integer errorValue ) [static] : Integer
net/thevpc/nuts/boot/NutsApiUtils.parseInt:(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsApiUtils.parseInt16 ( String value, Integer emptyValue, Integer errorValue ) [static] : Integer
net/thevpc/nuts/boot/NutsApiUtils.parseInt16:(Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsApiUtils.parseLenientLogLevel ( String value, Level emptyValue, Level errorValue ) [static] : Level
net/thevpc/nuts/boot/NutsApiUtils.parseLenientLogLevel:(Ljava/lang/String;Ljava/util/logging/Level;Ljava/util/logging/Level;)Ljava/util/logging/Level;
NutsApiUtils.parseNutsArguments ( String[ ] args, NutsBootOptions nutsBootOptions, PrivateNutsBootLog log ) [static] : void
net/thevpc/nuts/boot/NutsApiUtils.parseNutsArguments:([Ljava/lang/String;Lnet/thevpc/nuts/NutsBootOptions;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)V
NutsApiUtils.processThrowable ( Throwable ex, String[ ] args ) [static] : int
net/thevpc/nuts/boot/NutsApiUtils.processThrowable:(Ljava/lang/Throwable;[Ljava/lang/String;)I
NutsApiUtils.resolveNutsIdDigest ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsIdDigest:()Ljava/lang/String;
NutsApiUtils.resolveNutsIdDigest ( NutsBootId id, URL[ ] urls ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsIdDigest:(Lnet/thevpc/nuts/spi/NutsBootId;[Ljava/net/URL;)Ljava/lang/String;
NutsApiUtils.resolveNutsIdDigestOrError ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsIdDigestOrError:()Ljava/lang/String;
NutsApiUtils.resolveNutsVersionFromClassPath ( PrivateNutsBootLog bLog ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsVersionFromClassPath:(Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/lang/String;
nuts-0.8.3.jar,
NutsAppCmdProcessor.class
package net.thevpc.nuts
NutsAppCmdProcessor.onCmdAutoComplete ( NutsCommandAutoComplete autoComplete, NutsApplicationContext context ) : void
net/thevpc/nuts/NutsAppCmdProcessor.onCmdAutoComplete:(Lnet/thevpc/nuts/NutsCommandAutoComplete;Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsAppCmdProcessor.onCmdExec ( NutsCommandLine p1, NutsApplicationContext p2 ) [abstract] : void
net/thevpc/nuts/NutsAppCmdProcessor.onCmdExec:(Lnet/thevpc/nuts/NutsCommandLine;Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsAppCmdProcessor.onCmdFinishParsing ( NutsCommandLine commandline, NutsApplicationContext context ) : void
net/thevpc/nuts/NutsAppCmdProcessor.onCmdFinishParsing:(Lnet/thevpc/nuts/NutsCommandLine;Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsAppCmdProcessor.onCmdInitParsing ( NutsCommandLine commandline, NutsApplicationContext context ) : void
net/thevpc/nuts/NutsAppCmdProcessor.onCmdInitParsing:(Lnet/thevpc/nuts/NutsCommandLine;Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsAppCmdProcessor.onCmdNextNonOption ( NutsArgument nonOption, NutsCommandLine commandline, NutsApplicationContext context ) : boolean
net/thevpc/nuts/NutsAppCmdProcessor.onCmdNextNonOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;Lnet/thevpc/nuts/NutsApplicationContext;)Z
NutsAppCmdProcessor.onCmdNextOption ( NutsArgument option, NutsCommandLine commandline, NutsApplicationContext context ) : boolean
net/thevpc/nuts/NutsAppCmdProcessor.onCmdNextOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;Lnet/thevpc/nuts/NutsApplicationContext;)Z
nuts-0.8.3.jar,
NutsApplicationContext.class
package net.thevpc.nuts
NutsApplicationContext.createSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsApplicationContext.createSession:()Lnet/thevpc/nuts/NutsSession;
NutsApplicationContext.getAppsFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getCacheFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getConfigFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getLibFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getLogFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getRunFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedLibFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedLogFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedRunFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedTempFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getSharedVarFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getStoreLocationResolver ( ) [abstract] : NutsAppStoreLocationResolver
net/thevpc/nuts/NutsApplicationContext.getStoreLocationResolver:()Lnet/thevpc/nuts/NutsAppStoreLocationResolver;
NutsApplicationContext.getTempFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getVarFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.getVersionFolder ( NutsStoreLocation p1, String p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsApplicationContext.getVersionFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsApplicationContext.of ( String[ ] args, long startTimeMillis, Class appClass, String storeId, NutsSession session ) [static] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.of:([Ljava/lang/String;JLjava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplicationContext.processCommandLine ( NutsAppCmdProcessor p1 ) [abstract] : void
net/thevpc/nuts/NutsApplicationContext.processCommandLine:(Lnet/thevpc/nuts/NutsAppCmdProcessor;)V
NutsApplicationContext.setAppVersionStoreLocationSupplier ( NutsAppStoreLocationResolver p1 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.setAppVersionStoreLocationSupplier:(Lnet/thevpc/nuts/NutsAppStoreLocationResolver;)Lnet/thevpc/nuts/NutsApplicationContext;
nuts-0.8.3.jar,
NutsApplicationContexts.class
package net.thevpc.nuts.spi
NutsApplicationContexts.create ( String[ ] p1, long p2, Class p3, String p4 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/spi/NutsApplicationContexts.create:([Ljava/lang/String;JLjava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsApplicationContexts.of ( NutsSession session ) [static] : NutsApplicationContexts
net/thevpc/nuts/spi/NutsApplicationContexts.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsApplicationContexts;
nuts-0.8.3.jar,
NutsApplicationExceptionHandler.class
package net.thevpc.nuts
NutsApplicationExceptionHandler.of ( NutsSession session ) [static] : NutsApplicationExceptionHandler
net/thevpc/nuts/NutsApplicationExceptionHandler.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationExceptionHandler;
NutsApplicationExceptionHandler.processThrowable ( String[ ] p1, Throwable p2, NutsSession p3 ) [abstract] : int
net/thevpc/nuts/NutsApplicationExceptionHandler.processThrowable:([Ljava/lang/String;Ljava/lang/Throwable;Lnet/thevpc/nuts/NutsSession;)I
nuts-0.8.3.jar,
NutsApplicationMode.class
package net.thevpc.nuts
NutsApplicationMode.parse ( String value, NutsApplicationMode emptyValue, NutsSession session ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsApplicationMode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationMode;
NutsApplicationMode.parse ( String value, NutsSession session ) [static] : NutsApplicationMode
net/thevpc/nuts/NutsApplicationMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsApplicationMode;
nuts-0.8.3.jar,
NutsApplications.class
package net.thevpc.nuts
NutsApplications.runApplication ( NutsApplication applicationInstance, NutsApplicationContext applicationContext ) [static] : void
net/thevpc/nuts/NutsApplications.runApplication:(Lnet/thevpc/nuts/NutsApplication;Lnet/thevpc/nuts/NutsApplicationContext;)V
NutsApplications.runApplication ( NutsApplication applicationInstance, NutsSession session, String[ ] args ) [static] : void
net/thevpc/nuts/NutsApplications.runApplication:(Lnet/thevpc/nuts/NutsApplication;Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;)V
nuts-0.8.3.jar,
NutsAppStoreLocationResolver.class
package net.thevpc.nuts
NutsAppStoreLocationResolver.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsAppStoreLocationResolver.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
nuts-0.8.3.jar,
NutsArchFamily.class
package net.thevpc.nuts
NutsArchFamily.getCurrent ( ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.getCurrent:()Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.parse ( String value, NutsArchFamily emptyValue, NutsSession session ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArchFamily;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArchFamily;
NutsArchFamily.parse ( String value, NutsSession session ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArchFamily;
nuts-0.8.3.jar,
NutsArgument.class
package net.thevpc.nuts
NutsArgument.getBooleanValue ( Boolean p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsArgument.getBooleanValue:(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsArgument.getKey ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsArgument.getKey:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsArgument.getOptionName ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsArgument.getOptionName:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsArgument.getOptionPrefix ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsArgument.getOptionPrefix:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsArgument.getSeparator ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getSeparator:()Ljava/lang/String;
NutsArgument.getValue ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsArgument.getValue:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsArgument.isActive ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isActive:()Z
NutsArgument.isInactive ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isInactive:()Z
NutsArgument.toElement ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsArgument.toElement:()Lnet/thevpc/nuts/NutsPrimitiveElement;
nuts-0.8.3.jar,
NutsArgumentCandidate.class
package net.thevpc.nuts
NutsArgumentCandidate.equals ( Object o ) : boolean
net/thevpc/nuts/NutsArgumentCandidate.equals:(Ljava/lang/Object;)Z
NutsArgumentCandidate.hashCode ( ) : int
net/thevpc/nuts/NutsArgumentCandidate.hashCode:()I
NutsArgumentCandidate.NutsArgumentCandidate ( String value )
net/thevpc/nuts/NutsArgumentCandidate."<init>":(Ljava/lang/String;)V
NutsArgumentCandidate.NutsArgumentCandidate ( String value, String display )
net/thevpc/nuts/NutsArgumentCandidate."<init>":(Ljava/lang/String;Ljava/lang/String;)V
NutsArgumentCandidate.toString ( ) : String
net/thevpc/nuts/NutsArgumentCandidate.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsArgumentName.class
package net.thevpc.nuts
NutsArgumentName.of ( String type, NutsSession session ) [static] : NutsArgumentName
net/thevpc/nuts/NutsArgumentName.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentName;
NutsArgumentName.of ( String type, String label, NutsSession session ) [static] : NutsArgumentName
net/thevpc/nuts/NutsArgumentName.of:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentName;
nuts-0.8.3.jar,
NutsArgumentType.class
package net.thevpc.nuts
NutsArgumentType.parse ( String value, NutsArgumentType emptyValue, NutsSession session ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsArgumentType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentType;
NutsArgumentType.parse ( String value, NutsSession session ) [static] : NutsArgumentType
net/thevpc/nuts/NutsArgumentType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentType;
nuts-0.8.3.jar,
NutsArrayElement.class
package net.thevpc.nuts
NutsArrayElement.builder ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElement.builder:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
nuts-0.8.3.jar,
NutsArrayElementBuilder.class
package net.thevpc.nuts
NutsArrayElementBuilder.addAll ( Collection<NutsElement> p1 ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsArrayElementBuilder.addAll:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsArrayElementBuilder.build ( ) : NutsElement
net/thevpc/nuts/NutsArrayElementBuilder.build:()Lnet/thevpc/nuts/NutsElement;
nuts-0.8.3.jar,
NutsArtifactCallBuilder.class
package net.thevpc.nuts
NutsArtifactCallBuilder.of ( NutsSession session ) [static] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsArtifactCallBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArtifactCallBuilder;
nuts-0.8.3.jar,
NutsAuthenticationAgent.class
package net.thevpc.nuts.spi
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 ) [abstract] : void
net/thevpc/nuts/spi/NutsAuthenticationAgent.checkCredentials:([C[CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)V
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 ) [abstract] : char[ ]
net/thevpc/nuts/spi/NutsAuthenticationAgent.createCredentials:([CZ[CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)[C
NutsAuthenticationAgent.getCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/spi/NutsAuthenticationAgent.getCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)[C
NutsAuthenticationAgent.getId ( ) [abstract] : String
net/thevpc/nuts/spi/NutsAuthenticationAgent.getId:()Ljava/lang/String;
NutsAuthenticationAgent.removeCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsAuthenticationAgent.removeCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)Z
nuts-0.8.3.jar,
NutsBlankable.class
package net.thevpc.nuts
NutsBlankable.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsBlankable.isBlank:()Z
NutsBlankable.isBlank ( char[ ] value ) [static] : boolean
net/thevpc/nuts/NutsBlankable.isBlank:([C)Z
NutsBlankable.isBlank ( CharSequence value ) [static] : boolean
net/thevpc/nuts/NutsBlankable.isBlank:(Ljava/lang/CharSequence;)Z
NutsBlankable.isBlank ( NutsBlankable value ) [static] : boolean
net/thevpc/nuts/NutsBlankable.isBlank:(Lnet/thevpc/nuts/NutsBlankable;)Z
NutsBlankable.isBlank ( Object value ) [static] : boolean
net/thevpc/nuts/NutsBlankable.isBlank:(Ljava/lang/Object;)Z
NutsBlankable.isBlank ( String value ) [static] : boolean
net/thevpc/nuts/NutsBlankable.isBlank:(Ljava/lang/String;)Z
nuts-0.8.3.jar,
NutsBootDescriptor.class
package net.thevpc.nuts.spi
NutsBootDescriptor.getDependencies ( ) : NutsBootId[ ]
net/thevpc/nuts/spi/NutsBootDescriptor.getDependencies:()[Lnet/thevpc/nuts/spi/NutsBootId;
NutsBootDescriptor.getId ( ) : NutsBootId
net/thevpc/nuts/spi/NutsBootDescriptor.getId:()Lnet/thevpc/nuts/spi/NutsBootId;
NutsBootDescriptor.NutsBootDescriptor ( NutsBootId id, NutsBootId[ ] dependencies )
net/thevpc/nuts/spi/NutsBootDescriptor."<init>":(Lnet/thevpc/nuts/spi/NutsBootId;[Lnet/thevpc/nuts/spi/NutsBootId;)V
NutsBootDescriptor.toString ( ) : String
net/thevpc/nuts/spi/NutsBootDescriptor.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsBootId.class
package net.thevpc.nuts.spi
NutsBootId.equals ( Object obj ) : boolean
net/thevpc/nuts/spi/NutsBootId.equals:(Ljava/lang/Object;)Z
NutsBootId.getArch ( ) : String
net/thevpc/nuts/spi/NutsBootId.getArch:()Ljava/lang/String;
NutsBootId.getArtifactId ( ) : String
net/thevpc/nuts/spi/NutsBootId.getArtifactId:()Ljava/lang/String;
NutsBootId.getGroupId ( ) : String
net/thevpc/nuts/spi/NutsBootId.getGroupId:()Ljava/lang/String;
NutsBootId.getLongName ( ) : String
net/thevpc/nuts/spi/NutsBootId.getLongName:()Ljava/lang/String;
NutsBootId.getOs ( ) : String
net/thevpc/nuts/spi/NutsBootId.getOs:()Ljava/lang/String;
NutsBootId.getShortName ( ) : String
net/thevpc/nuts/spi/NutsBootId.getShortName:()Ljava/lang/String;
NutsBootId.getVersion ( ) : NutsBootVersion
net/thevpc/nuts/spi/NutsBootId.getVersion:()Lnet/thevpc/nuts/spi/NutsBootVersion;
NutsBootId.getVersionString ( ) : String
net/thevpc/nuts/spi/NutsBootId.getVersionString:()Ljava/lang/String;
NutsBootId.hashCode ( ) : int
net/thevpc/nuts/spi/NutsBootId.hashCode:()I
NutsBootId.isOptional ( ) : boolean
net/thevpc/nuts/spi/NutsBootId.isOptional:()Z
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version )
net/thevpc/nuts/spi/NutsBootId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsBootVersion;)V
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version, boolean optional, String os, String arch )
net/thevpc/nuts/spi/NutsBootId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsBootVersion;ZLjava/lang/String;Ljava/lang/String;)V
NutsBootId.parse ( String id ) [static] : NutsBootId
net/thevpc/nuts/spi/NutsBootId.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsBootId;
NutsBootId.parseAll ( String id ) [static] : NutsBootId[ ]
net/thevpc/nuts/spi/NutsBootId.parseAll:(Ljava/lang/String;)[Lnet/thevpc/nuts/spi/NutsBootId;
NutsBootId.toString ( ) : String
net/thevpc/nuts/spi/NutsBootId.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsBootManager.class
package net.thevpc.nuts
NutsBootManager.getBootClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsBootManager.getBootClassLoader:()Ljava/lang/ClassLoader;
NutsBootManager.getBootClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsBootManager.getBootClassWorldURLs:()[Ljava/net/URL;
NutsBootManager.getBootCustomArgument ( String... p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsBootManager.getBootCustomArgument:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsBootManager.getBootCustomBoolArgument ( Boolean p1, Boolean p2, Boolean p3, String... p4 ) [abstract] : Boolean
net/thevpc/nuts/NutsBootManager.getBootCustomBoolArgument:(Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;[Ljava/lang/String;)Ljava/lang/Boolean;
NutsBootManager.getBootExtensionClassLoaderNode ( ) [abstract] : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsBootManager.getBootExtensionClassLoaderNode:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsBootManager.getBootOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsBootManager.getBootOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsBootManager.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsBootManager.getBootRepositories:()Ljava/lang/String;
NutsBootManager.getBootRuntimeClassLoaderNode ( ) [abstract] : NutsClassLoaderNode
net/thevpc/nuts/NutsBootManager.getBootRuntimeClassLoaderNode:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsBootManager.getBootTerminal ( ) [abstract] : NutsBootTerminal
net/thevpc/nuts/NutsBootManager.getBootTerminal:()Lnet/thevpc/nuts/NutsBootTerminal;
NutsBootManager.getCreationFinishTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsBootManager.getCreationFinishTimeMillis:()J
NutsBootManager.getCreationStartTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsBootManager.getCreationStartTimeMillis:()J
NutsBootManager.getCreationTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsBootManager.getCreationTimeMillis:()J
NutsBootManager.isFirstBoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsBootManager.isFirstBoot:()Z
NutsBootManager.of ( NutsSession session ) [static] : NutsBootManager
net/thevpc/nuts/NutsBootManager.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsBootManager;
nuts-0.8.3.jar,
NutsBootOptions.class
package net.thevpc.nuts
NutsBootOptions.addOutputFormatOptions ( String... options ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.addOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.copy ( ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.copy:()Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.getApiVersion ( ) : String
net/thevpc/nuts/NutsBootOptions.getApiVersion:()Ljava/lang/String;
NutsBootOptions.getApplicationArguments ( ) : String[ ]
net/thevpc/nuts/NutsBootOptions.getApplicationArguments:()[Ljava/lang/String;
NutsBootOptions.getArchetype ( ) : String
net/thevpc/nuts/NutsBootOptions.getArchetype:()Ljava/lang/String;
NutsBootOptions.getBootRepositories ( ) : String
net/thevpc/nuts/NutsBootOptions.getBootRepositories:()Ljava/lang/String;
NutsBootOptions.getBootWorkspaceFactory ( ) : NutsBootWorkspaceFactory
net/thevpc/nuts/NutsBootOptions.getBootWorkspaceFactory:()Lnet/thevpc/nuts/spi/NutsBootWorkspaceFactory;
NutsBootOptions.getBot ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getBot:()Ljava/lang/Boolean;
NutsBootOptions.getCached ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getCached:()Ljava/lang/Boolean;
NutsBootOptions.getClassLoaderSupplier ( ) : Supplier<ClassLoader>
net/thevpc/nuts/NutsBootOptions.getClassLoaderSupplier:()Ljava/util/function/Supplier;
NutsBootOptions.getClassWorldLoader ( ) : ClassLoader
net/thevpc/nuts/NutsBootOptions.getClassWorldLoader:()Ljava/lang/ClassLoader;
NutsBootOptions.getClassWorldURLs ( ) : URL[ ]
net/thevpc/nuts/NutsBootOptions.getClassWorldURLs:()[Ljava/net/URL;
NutsBootOptions.getCommandHelp ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getCommandHelp:()Ljava/lang/Boolean;
NutsBootOptions.getCommandVersion ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getCommandVersion:()Ljava/lang/Boolean;
NutsBootOptions.getConfirm ( ) : NutsConfirmationMode
net/thevpc/nuts/NutsBootOptions.getConfirm:()Lnet/thevpc/nuts/NutsConfirmationMode;
NutsBootOptions.getCreationTime ( ) : long
net/thevpc/nuts/NutsBootOptions.getCreationTime:()J
NutsBootOptions.getCredentials ( ) : char[ ]
net/thevpc/nuts/NutsBootOptions.getCredentials:()[C
NutsBootOptions.getCustomOptions ( ) : String[ ]
net/thevpc/nuts/NutsBootOptions.getCustomOptions:()[Ljava/lang/String;
NutsBootOptions.getDebug ( ) : String
net/thevpc/nuts/NutsBootOptions.getDebug:()Ljava/lang/String;
NutsBootOptions.getDependencySolver ( ) : String
net/thevpc/nuts/NutsBootOptions.getDependencySolver:()Ljava/lang/String;
NutsBootOptions.getDry ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getDry:()Ljava/lang/Boolean;
NutsBootOptions.getErrLinePrefix ( ) : String
net/thevpc/nuts/NutsBootOptions.getErrLinePrefix:()Ljava/lang/String;
NutsBootOptions.getErrors ( ) : NutsMessage[ ]
net/thevpc/nuts/NutsBootOptions.getErrors:()[Lnet/thevpc/nuts/NutsMessage;
NutsBootOptions.getExcludedExtensions ( ) : String[ ]
net/thevpc/nuts/NutsBootOptions.getExcludedExtensions:()[Ljava/lang/String;
NutsBootOptions.getExecutionType ( ) : NutsExecutionType
net/thevpc/nuts/NutsBootOptions.getExecutionType:()Lnet/thevpc/nuts/NutsExecutionType;
NutsBootOptions.getExecutorOptions ( ) : String[ ]
net/thevpc/nuts/NutsBootOptions.getExecutorOptions:()[Ljava/lang/String;
NutsBootOptions.getExecutorService ( ) : ExecutorService
net/thevpc/nuts/NutsBootOptions.getExecutorService:()Ljava/util/concurrent/ExecutorService;
NutsBootOptions.getExpireTime ( ) : Instant
net/thevpc/nuts/NutsBootOptions.getExpireTime:()Ljava/time/Instant;
NutsBootOptions.getExtensionBootDependencyNodes ( ) : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsBootOptions.getExtensionBootDependencyNodes:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsBootOptions.getExtensionBootDescriptors ( ) : NutsBootDescriptor[ ]
net/thevpc/nuts/NutsBootOptions.getExtensionBootDescriptors:()[Lnet/thevpc/nuts/spi/NutsBootDescriptor;
NutsBootOptions.getExtensionsSet ( ) : Set<String>
net/thevpc/nuts/NutsBootOptions.getExtensionsSet:()Ljava/util/Set;
NutsBootOptions.getFetchStrategy ( ) : NutsFetchStrategy
net/thevpc/nuts/NutsBootOptions.getFetchStrategy:()Lnet/thevpc/nuts/NutsFetchStrategy;
NutsBootOptions.getGlobal ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getGlobal:()Ljava/lang/Boolean;
NutsBootOptions.getGui ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getGui:()Ljava/lang/Boolean;
NutsBootOptions.getHomeLocation ( NutsHomeLocation location ) : String
net/thevpc/nuts/NutsBootOptions.getHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;)Ljava/lang/String;
NutsBootOptions.getHomeLocations ( ) : Map<NutsHomeLocation,String>
net/thevpc/nuts/NutsBootOptions.getHomeLocations:()Ljava/util/Map;
NutsBootOptions.getIndexed ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getIndexed:()Ljava/lang/Boolean;
NutsBootOptions.getInherited ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getInherited:()Ljava/lang/Boolean;
NutsBootOptions.getJavaCommand ( ) : String
net/thevpc/nuts/NutsBootOptions.getJavaCommand:()Ljava/lang/String;
NutsBootOptions.getJavaOptions ( ) : String
net/thevpc/nuts/NutsBootOptions.getJavaOptions:()Ljava/lang/String;
NutsBootOptions.getLocale ( ) : String
net/thevpc/nuts/NutsBootOptions.getLocale:()Ljava/lang/String;
NutsBootOptions.getLogConfig ( ) : NutsLogConfig
net/thevpc/nuts/NutsBootOptions.getLogConfig:()Lnet/thevpc/nuts/NutsLogConfig;
NutsBootOptions.getName ( ) : String
net/thevpc/nuts/NutsBootOptions.getName:()Ljava/lang/String;
NutsBootOptions.getOpenMode ( ) : NutsOpenMode
net/thevpc/nuts/NutsBootOptions.getOpenMode:()Lnet/thevpc/nuts/NutsOpenMode;
NutsBootOptions.getOutLinePrefix ( ) : String
net/thevpc/nuts/NutsBootOptions.getOutLinePrefix:()Ljava/lang/String;
NutsBootOptions.getOutputFormat ( ) : NutsContentType
net/thevpc/nuts/NutsBootOptions.getOutputFormat:()Lnet/thevpc/nuts/NutsContentType;
NutsBootOptions.getOutputFormatOptions ( ) : String[ ]
net/thevpc/nuts/NutsBootOptions.getOutputFormatOptions:()[Ljava/lang/String;
NutsBootOptions.getProgressOptions ( ) : String
net/thevpc/nuts/NutsBootOptions.getProgressOptions:()Ljava/lang/String;
NutsBootOptions.getReadOnly ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getReadOnly:()Ljava/lang/Boolean;
NutsBootOptions.getRecover ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getRecover:()Ljava/lang/Boolean;
NutsBootOptions.getRepositories ( ) : String[ ]
net/thevpc/nuts/NutsBootOptions.getRepositories:()[Ljava/lang/String;
NutsBootOptions.getRepositoryStoreLocationStrategy ( ) : NutsStoreLocationStrategy
net/thevpc/nuts/NutsBootOptions.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsBootOptions.getReset ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getReset:()Ljava/lang/Boolean;
NutsBootOptions.getRunAs ( ) : NutsRunAs
net/thevpc/nuts/NutsBootOptions.getRunAs:()Lnet/thevpc/nuts/NutsRunAs;
NutsBootOptions.getRuntimeBootDependencyNode ( ) : NutsClassLoaderNode
net/thevpc/nuts/NutsBootOptions.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsBootOptions.getRuntimeBootDescriptor ( ) : NutsBootDescriptor
net/thevpc/nuts/NutsBootOptions.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/spi/NutsBootDescriptor;
NutsBootOptions.getRuntimeId ( ) : String
net/thevpc/nuts/NutsBootOptions.getRuntimeId:()Ljava/lang/String;
NutsBootOptions.getSkipBoot ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getSkipBoot:()Ljava/lang/Boolean;
NutsBootOptions.getSkipCompanions ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getSkipCompanions:()Ljava/lang/Boolean;
NutsBootOptions.getSkipErrors ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getSkipErrors:()Ljava/lang/Boolean;
NutsBootOptions.getSkipWelcome ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getSkipWelcome:()Ljava/lang/Boolean;
NutsBootOptions.getStderr ( ) : PrintStream
net/thevpc/nuts/NutsBootOptions.getStderr:()Ljava/io/PrintStream;
NutsBootOptions.getStdin ( ) : InputStream
net/thevpc/nuts/NutsBootOptions.getStdin:()Ljava/io/InputStream;
NutsBootOptions.getStdout ( ) : PrintStream
net/thevpc/nuts/NutsBootOptions.getStdout:()Ljava/io/PrintStream;
NutsBootOptions.getStoreLocation ( NutsStoreLocation folder ) : String
net/thevpc/nuts/NutsBootOptions.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsBootOptions.getStoreLocationLayout ( ) : NutsOsFamily
net/thevpc/nuts/NutsBootOptions.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsBootOptions.getStoreLocations ( ) : Map<NutsStoreLocation,String>
net/thevpc/nuts/NutsBootOptions.getStoreLocations:()Ljava/util/Map;
NutsBootOptions.getStoreLocationStrategy ( ) : NutsStoreLocationStrategy
net/thevpc/nuts/NutsBootOptions.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsBootOptions.getSwitchWorkspace ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getSwitchWorkspace:()Ljava/lang/Boolean;
NutsBootOptions.getTerminalMode ( ) : NutsTerminalMode
net/thevpc/nuts/NutsBootOptions.getTerminalMode:()Lnet/thevpc/nuts/NutsTerminalMode;
NutsBootOptions.getTheme ( ) : String
net/thevpc/nuts/NutsBootOptions.getTheme:()Ljava/lang/String;
NutsBootOptions.getTrace ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getTrace:()Ljava/lang/Boolean;
NutsBootOptions.getTransitive ( ) : Boolean
net/thevpc/nuts/NutsBootOptions.getTransitive:()Ljava/lang/Boolean;
NutsBootOptions.getUserName ( ) : String
net/thevpc/nuts/NutsBootOptions.getUserName:()Ljava/lang/String;
NutsBootOptions.getUuid ( ) : String
net/thevpc/nuts/NutsBootOptions.getUuid:()Ljava/lang/String;
NutsBootOptions.getWorkspace ( ) : String
net/thevpc/nuts/NutsBootOptions.getWorkspace:()Ljava/lang/String;
NutsBootOptions.isBot ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isBot:()Z
NutsBootOptions.isCached ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isCached:()Z
NutsBootOptions.isCommandHelp ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isCommandHelp:()Z
NutsBootOptions.isCommandVersion ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isCommandVersion:()Z
NutsBootOptions.isDry ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isDry:()Z
NutsBootOptions.isGlobal ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isGlobal:()Z
NutsBootOptions.isGui ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isGui:()Z
NutsBootOptions.isIndexed ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isIndexed:()Z
NutsBootOptions.isInherited ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isInherited:()Z
NutsBootOptions.isReadOnly ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isReadOnly:()Z
NutsBootOptions.isRecover ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isRecover:()Z
NutsBootOptions.isReset ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isReset:()Z
NutsBootOptions.isSkipBoot ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isSkipBoot:()Z
NutsBootOptions.isSkipCompanions ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isSkipCompanions:()Z
NutsBootOptions.isSkipErrors ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isSkipErrors:()Z
NutsBootOptions.isSkipWelcome ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isSkipWelcome:()Z
NutsBootOptions.isSwitchWorkspace ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isSwitchWorkspace:()Z
NutsBootOptions.isTrace ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isTrace:()Z
NutsBootOptions.isTransitive ( ) : boolean
net/thevpc/nuts/NutsBootOptions.isTransitive:()Z
NutsBootOptions.NutsBootOptions ( )
net/thevpc/nuts/NutsBootOptions."<init>":()V
NutsBootOptions.setAll ( NutsBootOptions other ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setAll:(Lnet/thevpc/nuts/NutsBootOptions;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setApiVersion ( String apiVersion ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setApplicationArguments ( String[ ] applicationArguments ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setApplicationArguments:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setArchetype ( String archetype ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setArchetype:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setBootRepositories ( String bootRepositories ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setBootRepositories:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setBootWorkspaceFactory ( NutsBootWorkspaceFactory bootWorkspaceFactory ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setBootWorkspaceFactory:(Lnet/thevpc/nuts/spi/NutsBootWorkspaceFactory;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setBot ( Boolean bot ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setBot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setCached ( Boolean cached ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setCached:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setClassLoaderSupplier ( Supplier<ClassLoader> provider ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setClassLoaderSupplier:(Ljava/util/function/Supplier;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setClassWorldLoader ( ClassLoader classWorldLoader ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setClassWorldLoader:(Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setClassWorldURLs ( URL[ ] classWorldURLs ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setClassWorldURLs:([Ljava/net/URL;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setCommandHelp ( Boolean help ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setCommandHelp:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setCommandVersion ( Boolean version ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setCommandVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setConfirm ( NutsConfirmationMode confirm ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setConfirm:(Lnet/thevpc/nuts/NutsConfirmationMode;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setCreationTime ( long creationTime ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setCreationTime:(J)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setCredentials ( char[ ] credentials ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setCredentials:([C)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setCustomOptions ( String[ ] properties ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setCustomOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setDebug ( String debug ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setDebug:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setDependencySolver ( String dependencySolver ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setDependencySolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setDry ( Boolean dry ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setDry:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setErrLinePrefix ( String errLinePrefix ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setErrLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setErrors ( NutsMessage[ ] errors ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setErrors:([Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExcludedExtensions ( String[ ] excludedExtensions ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExcludedExtensions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExecutionType ( NutsExecutionType executionType ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExecutionType:(Lnet/thevpc/nuts/NutsExecutionType;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExecutorOptions ( String[ ] executorOptions ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExecutorOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExecutorService ( ExecutorService executorService ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExecutorService:(Ljava/util/concurrent/ExecutorService;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExpireTime ( Instant expireTime ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExpireTime:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExtensionBootDependencyNodes ( NutsClassLoaderNode[ ] extensionBootDependencyNodes ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExtensionBootDependencyNodes:([Lnet/thevpc/nuts/NutsClassLoaderNode;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExtensionBootDescriptors ( NutsBootDescriptor[ ] extensionBootDescriptors ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExtensionBootDescriptors:([Lnet/thevpc/nuts/spi/NutsBootDescriptor;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setExtensionsSet ( Set<String> extensionsSet ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setExtensionsSet:(Ljava/util/Set;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setFetchStrategy ( NutsFetchStrategy fetchStrategy ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setFetchStrategy:(Lnet/thevpc/nuts/NutsFetchStrategy;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setGlobal ( Boolean global ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setGlobal:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setGui ( Boolean gui ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setGui:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setHomeLocation ( NutsHomeLocation location, String value ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setHomeLocations ( Map<NutsHomeLocation,String> homeLocations ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setHomeLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setIndexed ( Boolean indexed ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setIndexed:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setInherited ( Boolean inherited ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setInherited:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setJavaCommand ( String javaCommand ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setJavaCommand:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setJavaOptions ( String javaOptions ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setJavaOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setLocale ( String locale ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setLocale:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setLogConfig ( NutsLogConfig logConfig ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setLogConfig:(Lnet/thevpc/nuts/NutsLogConfig;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setName ( String workspaceName ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setOpenMode ( NutsOpenMode openMode ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setOpenMode:(Lnet/thevpc/nuts/NutsOpenMode;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setOutLinePrefix ( String outLinePrefix ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setOutLinePrefix:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setOutputFormat ( NutsContentType outputFormat ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setOutputFormat:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setOutputFormatOptions ( String... options ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setOutputFormatOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setProgressOptions ( String progressOptions ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setProgressOptions:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setReadOnly ( Boolean readOnly ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setReadOnly:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRecover ( Boolean recover ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRecover:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRepositories ( String[ ] repositories ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRepositories:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRepositoryStoreLocationStrategy ( NutsStoreLocationStrategy repositoryStoreLocationStrategy ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRepositoryStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setReset ( Boolean reset ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setReset:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRunAs ( NutsRunAs runAs ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRunAs:(Lnet/thevpc/nuts/NutsRunAs;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRuntimeBootDependencyNode ( NutsClassLoaderNode runtimeBootDependencyNode ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRuntimeBootDependencyNode:(Lnet/thevpc/nuts/NutsClassLoaderNode;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRuntimeBootDescriptor ( NutsBootDescriptor runtimeBootDescriptor ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRuntimeBootDescriptor:(Lnet/thevpc/nuts/spi/NutsBootDescriptor;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setRuntimeId ( String runtimeId ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setRuntimeId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setSkipBoot ( Boolean skipBoot ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setSkipBoot:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setSkipCompanions ( Boolean skipInstallCompanions ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setSkipCompanions:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setSkipErrors ( Boolean value ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setSkipErrors:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setSkipWelcome ( Boolean skipWelcome ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setSkipWelcome:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStderr ( PrintStream stderr ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStderr:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStdin ( InputStream stdin ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStdin:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStdout ( PrintStream stdout ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStdout:(Ljava/io/PrintStream;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStoreLocation ( NutsStoreLocation location, String value ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStoreLocationLayout ( NutsOsFamily storeLocationLayout ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStoreLocationLayout:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStoreLocations ( Map<NutsStoreLocation,String> storeLocations ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStoreLocations:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setStoreLocationStrategy ( NutsStoreLocationStrategy storeLocationStrategy ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setStoreLocationStrategy:(Lnet/thevpc/nuts/NutsStoreLocationStrategy;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setSwitchWorkspace ( Boolean switchWorkspace ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setSwitchWorkspace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setTerminalMode ( NutsTerminalMode terminalMode ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setTerminalMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setTheme ( String theme ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setTrace ( Boolean trace ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setTrace:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setTransitive ( Boolean transitive ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setTransitive:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setUsername ( String username ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setUsername:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setUuid ( String uuid ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setUuid:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.setWorkspace ( String workspace ) : NutsBootOptions
net/thevpc/nuts/NutsBootOptions.setWorkspace:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsBootOptions;
NutsBootOptions.toString ( ) : String
net/thevpc/nuts/NutsBootOptions.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsBootTerminal.class
package net.thevpc.nuts
NutsBootTerminal.equals ( Object o ) : boolean
net/thevpc/nuts/NutsBootTerminal.equals:(Ljava/lang/Object;)Z
NutsBootTerminal.getErr ( ) : PrintStream
net/thevpc/nuts/NutsBootTerminal.getErr:()Ljava/io/PrintStream;
NutsBootTerminal.getFlags ( ) : Set<String>
net/thevpc/nuts/NutsBootTerminal.getFlags:()Ljava/util/Set;
NutsBootTerminal.getIn ( ) : InputStream
net/thevpc/nuts/NutsBootTerminal.getIn:()Ljava/io/InputStream;
NutsBootTerminal.getOut ( ) : PrintStream
net/thevpc/nuts/NutsBootTerminal.getOut:()Ljava/io/PrintStream;
NutsBootTerminal.hashCode ( ) : int
net/thevpc/nuts/NutsBootTerminal.hashCode:()I
NutsBootTerminal.NutsBootTerminal ( InputStream in, PrintStream out, PrintStream err, String... flags )
net/thevpc/nuts/NutsBootTerminal."<init>":(Ljava/io/InputStream;Ljava/io/PrintStream;Ljava/io/PrintStream;[Ljava/lang/String;)V
NutsBootTerminal.toString ( ) : String
net/thevpc/nuts/NutsBootTerminal.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsBootVersion.class
package net.thevpc.nuts.spi
NutsBootVersion.accept ( NutsBootVersion other ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.accept:(Lnet/thevpc/nuts/spi/NutsBootVersion;)Z
NutsBootVersion.compareTo ( NutsBootVersion other ) : int
net/thevpc/nuts/spi/NutsBootVersion.compareTo:(Lnet/thevpc/nuts/spi/NutsBootVersion;)I
NutsBootVersion.compareTo ( String other ) : int
net/thevpc/nuts/spi/NutsBootVersion.compareTo:(Ljava/lang/String;)I
NutsBootVersion.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.equals:(Ljava/lang/Object;)Z
NutsBootVersion.getFrom ( ) : String
net/thevpc/nuts/spi/NutsBootVersion.getFrom:()Ljava/lang/String;
NutsBootVersion.getTo ( ) : String
net/thevpc/nuts/spi/NutsBootVersion.getTo:()Ljava/lang/String;
NutsBootVersion.hashCode ( ) : int
net/thevpc/nuts/spi/NutsBootVersion.hashCode:()I
NutsBootVersion.isBlank ( ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.isBlank:()Z
NutsBootVersion.isIncludeFrom ( ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.isIncludeFrom:()Z
NutsBootVersion.isIncludeTo ( ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.isIncludeTo:()Z
NutsBootVersion.isInterval ( ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.isInterval:()Z
NutsBootVersion.isSingleValue ( ) : boolean
net/thevpc/nuts/spi/NutsBootVersion.isSingleValue:()Z
NutsBootVersion.parse ( String s ) [static] : NutsBootVersion
net/thevpc/nuts/spi/NutsBootVersion.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsBootVersion;
NutsBootVersion.toString ( ) : String
net/thevpc/nuts/spi/NutsBootVersion.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsBootWorkspace.class
package net.thevpc.nuts.boot
NutsBootWorkspace.getOptions ( ) : NutsBootOptions
net/thevpc/nuts/boot/NutsBootWorkspace.getOptions:()Lnet/thevpc/nuts/NutsBootOptions;
NutsBootWorkspace.NutsBootWorkspace ( NutsBootOptions userOptions )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":(Lnet/thevpc/nuts/NutsBootOptions;)V
NutsBootWorkspace.NutsBootWorkspace ( NutsBootTerminal bootTerminal, String... args )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":(Lnet/thevpc/nuts/NutsBootTerminal;[Ljava/lang/String;)V
NutsBootWorkspace.resolveBootRuntimeRepositories ( boolean dependencies ) : Set<NutsRepositoryLocation>
net/thevpc/nuts/boot/NutsBootWorkspace.resolveBootRuntimeRepositories:(Z)Ljava/util/Set;
NutsBootWorkspace.runNewProcess ( ) : void
net/thevpc/nuts/boot/NutsBootWorkspace.runNewProcess:()V
nuts-0.8.3.jar,
NutsBootWorkspaceFactory.class
package net.thevpc.nuts.spi
NutsBootWorkspaceFactory.createWorkspace ( NutsBootOptions p1 ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.createWorkspace:(Lnet/thevpc/nuts/NutsBootOptions;)Lnet/thevpc/nuts/NutsWorkspace;
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsBootOptions p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.getBootSupportLevel:(Lnet/thevpc/nuts/NutsBootOptions;)I
nuts-0.8.3.jar,
NutsClassLoaderNode.class
package net.thevpc.nuts
NutsClassLoaderNode.equals ( Object o ) : boolean
net/thevpc/nuts/NutsClassLoaderNode.equals:(Ljava/lang/Object;)Z
NutsClassLoaderNode.hashCode ( ) : int
net/thevpc/nuts/NutsClassLoaderNode.hashCode:()I
NutsClassLoaderNode.isIncludedInClasspath ( ) : boolean
net/thevpc/nuts/NutsClassLoaderNode.isIncludedInClasspath:()Z
NutsClassLoaderNode.NutsClassLoaderNode ( String id, URL url, boolean enabled, boolean includedInClasspath, NutsClassLoaderNode... dependencies )
net/thevpc/nuts/NutsClassLoaderNode."<init>":(Ljava/lang/String;Ljava/net/URL;ZZ[Lnet/thevpc/nuts/NutsClassLoaderNode;)V
nuts-0.8.3.jar,
NutsClassLoaderNodeBuilder.class
package net.thevpc.nuts
NutsClassLoaderNodeBuilder.isIncludedInClasspath ( ) : boolean
net/thevpc/nuts/NutsClassLoaderNodeBuilder.isIncludedInClasspath:()Z
NutsClassLoaderNodeBuilder.setEnabled ( boolean enabled ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setEnabled:(Z)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
NutsClassLoaderNodeBuilder.setIncludedInClasspath ( boolean includedInClasspath ) : NutsClassLoaderNodeBuilder
net/thevpc/nuts/NutsClassLoaderNodeBuilder.setIncludedInClasspath:(Z)Lnet/thevpc/nuts/NutsClassLoaderNodeBuilder;
nuts-0.8.3.jar,
NutsCodeHighlighter.class
package net.thevpc.nuts
NutsCodeHighlighter.getId ( ) [abstract] : String
net/thevpc/nuts/NutsCodeHighlighter.getId:()Ljava/lang/String;
NutsCodeHighlighter.getSupportLevel ( NutsSupportLevelContext p1 ) [abstract] : int
net/thevpc/nuts/NutsCodeHighlighter.getSupportLevel:(Lnet/thevpc/nuts/spi/NutsSupportLevelContext;)I
NutsCodeHighlighter.stringToText ( String p1, NutsTexts p2, NutsSession p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeHighlighter.stringToText:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTexts;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
NutsCodeHighlighter.tokenToText ( String p1, String p2, NutsTexts p3, NutsSession p4 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeHighlighter.tokenToText:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsTexts;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.3.jar,
NutsColor.class
package net.thevpc.nuts
NutsColor.getColor ( ) : int
net/thevpc/nuts/NutsColor.getColor:()I
NutsColor.getType ( ) : int
net/thevpc/nuts/NutsColor.getType:()I
NutsColor.NutsColor ( int type, int color )
net/thevpc/nuts/NutsColor."<init>":(II)V
NutsColor.of24 ( int color ) [static] : NutsColor
net/thevpc/nuts/NutsColor.of24:(I)Lnet/thevpc/nuts/NutsColor;
NutsColor.of4 ( int color ) [static] : NutsColor
net/thevpc/nuts/NutsColor.of4:(I)Lnet/thevpc/nuts/NutsColor;
NutsColor.of8 ( int color ) [static] : NutsColor
net/thevpc/nuts/NutsColor.of8:(I)Lnet/thevpc/nuts/NutsColor;
nuts-0.8.3.jar,
NutsCommandHistory.class
package net.thevpc.nuts
NutsCommandHistory.getPath ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsCommandHistory.getPath:()Lnet/thevpc/nuts/NutsPath;
NutsCommandHistory.of ( NutsSession session ) [static] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistory.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandHistory;
NutsCommandHistory.setPath ( File p1 ) [abstract] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistory.setPath:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCommandHistory;
NutsCommandHistory.setPath ( NutsPath p1 ) [abstract] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistory.setPath:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCommandHistory;
NutsCommandHistory.setPath ( Path p1 ) [abstract] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistory.setPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCommandHistory;
nuts-0.8.3.jar,
NutsCommandLine.class
package net.thevpc.nuts
NutsCommandLine.of ( List<String> args, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.of:(Ljava/util/List;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.of ( String line, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.of ( String line, NutsShellFamily shellFamily, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsShellFamily;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.requiredNonOptions ( String... p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.requiredNonOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.requiredOptions ( String... p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.requiredOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
nuts-0.8.3.jar,
NutsCommandLineFormat.class
package net.thevpc.nuts
NutsCommandLineFormat.getShellFamily ( ) [abstract] : NutsShellFamily
net/thevpc/nuts/NutsCommandLineFormat.getShellFamily:()Lnet/thevpc/nuts/NutsShellFamily;
NutsCommandLineFormat.of ( NutsSession session ) [static] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineFormat.setShellFamily ( NutsShellFamily p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setShellFamily:(Lnet/thevpc/nuts/NutsShellFamily;)Lnet/thevpc/nuts/NutsCommandLineFormat;
nuts-0.8.3.jar,
NutsCommandLineFormatStrategy.class
package net.thevpc.nuts
NutsCommandLineFormatStrategy.getCurrent ( ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.getCurrent:()Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.parse ( String value, NutsCommandLineFormatStrategy emptyValue, NutsSession session ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
NutsCommandLineFormatStrategy.parse ( String value, NutsSession session ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
nuts-0.8.3.jar,
NutsCommandLines.class
package net.thevpc.nuts
NutsCommandLines.createArgument ( String p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLines.createArgument:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLines.createCommandline ( List<String> p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLines.createCommandline:(Ljava/util/List;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLines.createCommandline ( String... p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLines.createCommandline:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLines.createName ( String p1, String p2 ) [abstract] : NutsArgumentName
net/thevpc/nuts/NutsCommandLines.createName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentName;
NutsCommandLines.createName ( String type ) : NutsArgumentName
net/thevpc/nuts/NutsCommandLines.createName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentName;
NutsCommandLines.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCommandLines.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCommandLines.getShellFamily ( ) [abstract] : NutsShellFamily
net/thevpc/nuts/NutsCommandLines.getShellFamily:()Lnet/thevpc/nuts/NutsShellFamily;
NutsCommandLines.of ( NutsSession session ) [static] : NutsCommandLines
net/thevpc/nuts/NutsCommandLines.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLines;
NutsCommandLines.parseCommandline ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLines.parseCommandline:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLines.setSession ( NutsSession p1 ) [abstract] : NutsCommandLines
net/thevpc/nuts/NutsCommandLines.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLines;
NutsCommandLines.setShellFamily ( NutsShellFamily p1 ) [abstract] : NutsCommandLines
net/thevpc/nuts/NutsCommandLines.setShellFamily:(Lnet/thevpc/nuts/NutsShellFamily;)Lnet/thevpc/nuts/NutsCommandLines;
nuts-0.8.3.jar,
NutsComparator.class
package net.thevpc.nuts
NutsComparator<T>.of ( Comparator<T> o, Function<NutsElements,NutsElement> descr ) [static] : NutsComparator<T>
net/thevpc/nuts/NutsComparator.of:(Ljava/util/Comparator;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsComparator;
NutsComparator<T>.of ( Comparator<T> o, NutsElement value ) [static] : NutsComparator<T>
net/thevpc/nuts/NutsComparator.of:(Ljava/util/Comparator;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsComparator;
NutsComparator<T>.of ( Comparator<T> o, String value ) [static] : NutsComparator<T>
net/thevpc/nuts/NutsComparator.of:(Ljava/util/Comparator;Ljava/lang/String;)Lnet/thevpc/nuts/NutsComparator;
nuts-0.8.3.jar,
NutsComponent.class
package net.thevpc.nuts.spi
NutsComponent.getSupportLevel ( NutsSupportLevelContext p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsComponent.getSupportLevel:(Lnet/thevpc/nuts/spi/NutsSupportLevelContext;)I
nuts-0.8.3.jar,
NutsComponentScopeType.class
package net.thevpc.nuts.spi
NutsComponentScopeType.id ( ) : String
net/thevpc/nuts/spi/NutsComponentScopeType.id:()Ljava/lang/String;
NutsComponentScopeType.parse ( String value, NutsComponentScopeType emptyValue, NutsSession session ) [static] : NutsComponentScopeType
net/thevpc/nuts/spi/NutsComponentScopeType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsComponentScopeType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsComponentScopeType;
NutsComponentScopeType.parse ( String value, NutsSession session ) [static] : NutsComponentScopeType
net/thevpc/nuts/spi/NutsComponentScopeType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsComponentScopeType;
NutsComponentScopeType.parseLenient ( String value ) [static] : NutsComponentScopeType
net/thevpc/nuts/spi/NutsComponentScopeType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsComponentScopeType;
NutsComponentScopeType.parseLenient ( String value, NutsComponentScopeType emptyOrErrorValue ) [static] : NutsComponentScopeType
net/thevpc/nuts/spi/NutsComponentScopeType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsComponentScopeType;)Lnet/thevpc/nuts/spi/NutsComponentScopeType;
NutsComponentScopeType.parseLenient ( String value, NutsComponentScopeType emptyValue, NutsComponentScopeType errorValue ) [static] : NutsComponentScopeType
net/thevpc/nuts/spi/NutsComponentScopeType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsComponentScopeType;Lnet/thevpc/nuts/spi/NutsComponentScopeType;)Lnet/thevpc/nuts/spi/NutsComponentScopeType;
NutsComponentScopeType.valueOf ( String name ) [static] : NutsComponentScopeType
net/thevpc/nuts/spi/NutsComponentScopeType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsComponentScopeType;
NutsComponentScopeType.values ( ) [static] : NutsComponentScopeType[ ]
net/thevpc/nuts/spi/NutsComponentScopeType.values:()[Lnet/thevpc/nuts/spi/NutsComponentScopeType;
nuts-0.8.3.jar,
NutsCompress.class
package net.thevpc.nuts
NutsCompress.addOptions ( NutsPathOption... p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addOptions:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.addSource ( File p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.addSource ( InputStream p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.addSource ( NutsPath p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.addSource ( Path p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.addSource ( String p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.addSource ( URL p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.addSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.clearOptions ( ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.clearOptions:()Lnet/thevpc/nuts/NutsCompress;
NutsCompress.getFormat ( ) [abstract] : String
net/thevpc/nuts/NutsCompress.getFormat:()Ljava/lang/String;
NutsCompress.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsCompress.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NutsCompress.getOptions ( ) [abstract] : Set<NutsPathOption>
net/thevpc/nuts/NutsCompress.getOptions:()Ljava/util/Set;
NutsCompress.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsCompress.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsCompress.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCompress.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCompress.getSources ( ) [abstract] : List<Object>
net/thevpc/nuts/NutsCompress.getSources:()Ljava/util/List;
NutsCompress.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsCompress.getTarget:()Ljava/lang/Object;
NutsCompress.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsCompress.isSafe:()Z
NutsCompress.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsCompress.isSkipRoot:()Z
NutsCompress.of ( NutsSession session ) [static] : NutsCompress
net/thevpc/nuts/NutsCompress.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.removeOptions ( NutsPathOption... p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.removeOptions:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.run ( ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.run:()Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setFormat ( String p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setFormatOption ( String p1, Object p2 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setSafe ( boolean p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setSafe:(Z)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setSession ( NutsSession p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setSkipRoot ( boolean p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setTarget ( File p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setTarget ( NutsPath p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setTarget:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setTarget ( OutputStream p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setTarget ( Path p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.setTarget ( String p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.to ( File p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.to ( NutsPath p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.to:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.to ( OutputStream p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.to ( Path p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCompress;
NutsCompress.to ( String p1 ) [abstract] : NutsCompress
net/thevpc/nuts/NutsCompress.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCompress;
nuts-0.8.3.jar,
NutsConfirmationMode.class
package net.thevpc.nuts
NutsConfirmationMode.parse ( String value, NutsConfirmationMode emptyValue, NutsSession session ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsConfirmationMode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsConfirmationMode;
NutsConfirmationMode.parse ( String value, NutsSession session ) [static] : NutsConfirmationMode
net/thevpc/nuts/NutsConfirmationMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsConfirmationMode;
nuts-0.8.3.jar,
NutsContent.class
package net.thevpc.nuts
NutsContent.getFile ( ) [abstract] : Path
net/thevpc/nuts/NutsContent.getFile:()Ljava/nio/file/Path;
nuts-0.8.3.jar,
NutsContentType.class
package net.thevpc.nuts
NutsContentType.parse ( String value, NutsContentType emptyValue, NutsSession session ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsContentType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentType;
NutsContentType.parse ( String value, NutsSession session ) [static] : NutsContentType
net/thevpc/nuts/NutsContentType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentType;
nuts-0.8.3.jar,
NutsContentTypeFormat.class
package net.thevpc.nuts
NutsContentTypeFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsContentTypeFormat
net/thevpc/nuts/NutsContentTypeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsContentTypeFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsContentTypeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsContentTypeFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsContentTypeFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsContentTypeFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsContentTypeFormat.getValue:()Ljava/lang/Object;
NutsContentTypeFormat.of ( NutsSession session ) [static] : NutsContentTypeFormat
net/thevpc/nuts/NutsContentTypeFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsContentTypeFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsContentTypeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsContentTypeFormat.setNtf ( boolean p1 ) [abstract] : NutsContentTypeFormat
net/thevpc/nuts/NutsContentTypeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsContentTypeFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsContentTypeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsContentTypeFormat.setSession ( NutsSession p1 ) [abstract] : NutsContentTypeFormat
net/thevpc/nuts/NutsContentTypeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsContentTypeFormat.setValue ( Object p1 ) [abstract] : NutsContentTypeFormat
net/thevpc/nuts/NutsContentTypeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsContentTypeFormat;
nuts-0.8.3.jar,
NutsContentTypeResolver.class
package net.thevpc.nuts.spi
NutsContentTypeResolver.probeContentType ( byte[ ] p1, NutsSession p2 ) [abstract] : NutsSupported<String>
net/thevpc/nuts/spi/NutsContentTypeResolver.probeContentType:([BLnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSupported;
NutsContentTypeResolver.probeContentType ( NutsPath p1, NutsSession p2 ) [abstract] : NutsSupported<String>
net/thevpc/nuts/spi/NutsContentTypeResolver.probeContentType:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSupported;
nuts-0.8.3.jar,
NutsContentTypes.class
package net.thevpc.nuts
NutsContentTypes.of ( NutsSession session ) [static] : NutsContentTypes
net/thevpc/nuts/NutsContentTypes.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypes;
NutsContentTypes.probeContentType ( byte[ ] p1 ) [abstract] : String
net/thevpc/nuts/NutsContentTypes.probeContentType:([B)Ljava/lang/String;
NutsContentTypes.probeContentType ( File p1 ) [abstract] : String
net/thevpc/nuts/NutsContentTypes.probeContentType:(Ljava/io/File;)Ljava/lang/String;
NutsContentTypes.probeContentType ( InputStream p1 ) [abstract] : String
net/thevpc/nuts/NutsContentTypes.probeContentType:(Ljava/io/InputStream;)Ljava/lang/String;
NutsContentTypes.probeContentType ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/NutsContentTypes.probeContentType:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsContentTypes.probeContentType ( Path p1 ) [abstract] : String
net/thevpc/nuts/NutsContentTypes.probeContentType:(Ljava/nio/file/Path;)Ljava/lang/String;
NutsContentTypes.probeContentType ( URL p1 ) [abstract] : String
net/thevpc/nuts/NutsContentTypes.probeContentType:(Ljava/net/URL;)Ljava/lang/String;
nuts-0.8.3.jar,
NutsCp.class
package net.thevpc.nuts
NutsCp.addOptions ( NutsPathOption... p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.addOptions:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsCp;
NutsCp.clearOptions ( ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.clearOptions:()Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( byte[ ] p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:([B)Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( File p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( InputStream p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( NutsPath p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( Path p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( String p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCp;
NutsCp.from ( URL p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.from:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsCp;
NutsCp.getActionMessage ( ) [abstract] : NutsMessage
net/thevpc/nuts/NutsCp.getActionMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsCp.getByteArrayResult ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsCp.getByteArrayResult:()[B
NutsCp.getOptions ( ) [abstract] : Set<NutsPathOption>
net/thevpc/nuts/NutsCp.getOptions:()Ljava/util/Set;
NutsCp.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsCp.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsCp.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCp.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCp.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsCp.getSource:()Ljava/lang/Object;
NutsCp.getSourceOrigin ( ) [abstract] : Object
net/thevpc/nuts/NutsCp.getSourceOrigin:()Ljava/lang/Object;
NutsCp.getSourceTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsCp.getSourceTypeName:()Ljava/lang/String;
NutsCp.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsCp.getTarget:()Ljava/lang/Object;
NutsCp.getValidator ( ) [abstract] : NutsIOCopyValidator
net/thevpc/nuts/NutsCp.getValidator:()Lnet/thevpc/nuts/NutsIOCopyValidator;
NutsCp.interrupt ( ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.interrupt:()Lnet/thevpc/nuts/NutsCp;
NutsCp.isMkdirs ( ) [abstract] : boolean
net/thevpc/nuts/NutsCp.isMkdirs:()Z
NutsCp.isRecursive ( ) [abstract] : boolean
net/thevpc/nuts/NutsCp.isRecursive:()Z
NutsCp.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsCp.isSkipRoot:()Z
NutsCp.of ( NutsSession session ) [static] : NutsCp
net/thevpc/nuts/NutsCp.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCp;
NutsCp.removeOptions ( NutsPathOption... p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.removeOptions:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsCp;
NutsCp.run ( ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.run:()Lnet/thevpc/nuts/NutsCp;
NutsCp.setActionMessage ( NutsMessage p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setActionMessage:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setMkdirs ( boolean p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setMkdirs:(Z)Lnet/thevpc/nuts/NutsCp;
NutsCp.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setRecursive ( boolean p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setRecursive:(Z)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSession ( NutsSession p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSkipRoot ( boolean p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( byte[ ] p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:([B)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( File p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( InputStream p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( NutsPath p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( Path p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( String p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSource ( URL p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSourceOrigin ( Object p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSourceOrigin:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setSourceTypeName ( String p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setSourceTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setTarget ( File p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setTarget ( NutsPath p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setTarget:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setTarget ( NutsPrintStream p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setTarget:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setTarget ( OutputStream p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setTarget ( Path p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setTarget ( String p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCp;
NutsCp.setValidator ( NutsIOCopyValidator p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.setValidator:(Lnet/thevpc/nuts/NutsIOCopyValidator;)Lnet/thevpc/nuts/NutsCp;
NutsCp.to ( File p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCp;
NutsCp.to ( NutsPath p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.to:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsCp;
NutsCp.to ( NutsPrintStream p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.to:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsCp;
NutsCp.to ( OutputStream p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsCp;
NutsCp.to ( Path p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCp;
NutsCp.to ( String p1 ) [abstract] : NutsCp
net/thevpc/nuts/NutsCp.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCp;
nuts-0.8.3.jar,
NutsCustomElement.class
package net.thevpc.nuts
NutsCustomElement.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsCustomElement.getValue:()Ljava/lang/Object;
nuts-0.8.3.jar,
NutsDefaultContent.class
package net.thevpc.nuts
NutsDefaultContent.getFile ( ) : Path
net/thevpc/nuts/NutsDefaultContent.getFile:()Ljava/nio/file/Path;
nuts-0.8.3.jar,
NutsDefaultStreamMetadata.class
package net.thevpc.nuts
NutsDefaultStreamMetadata.getContentLength ( ) : long
net/thevpc/nuts/NutsDefaultStreamMetadata.getContentLength:()J
NutsDefaultStreamMetadata.getContentType ( ) : String
net/thevpc/nuts/NutsDefaultStreamMetadata.getContentType:()Ljava/lang/String;
NutsDefaultStreamMetadata.getFormattedPath ( ) : NutsString
net/thevpc/nuts/NutsDefaultStreamMetadata.getFormattedPath:()Lnet/thevpc/nuts/NutsString;
NutsDefaultStreamMetadata.getName ( ) : String
net/thevpc/nuts/NutsDefaultStreamMetadata.getName:()Ljava/lang/String;
NutsDefaultStreamMetadata.getUserKind ( ) : String
net/thevpc/nuts/NutsDefaultStreamMetadata.getUserKind:()Ljava/lang/String;
NutsDefaultStreamMetadata.NutsDefaultStreamMetadata ( )
net/thevpc/nuts/NutsDefaultStreamMetadata."<init>":()V
NutsDefaultStreamMetadata.NutsDefaultStreamMetadata ( NutsMessage message, long contentLength, String contentType, String userKind, NutsSession session )
net/thevpc/nuts/NutsDefaultStreamMetadata."<init>":(Lnet/thevpc/nuts/NutsMessage;JLjava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)V
NutsDefaultStreamMetadata.NutsDefaultStreamMetadata ( NutsPath path )
net/thevpc/nuts/NutsDefaultStreamMetadata."<init>":(Lnet/thevpc/nuts/NutsPath;)V
NutsDefaultStreamMetadata.NutsDefaultStreamMetadata ( NutsStreamMetadata other )
net/thevpc/nuts/NutsDefaultStreamMetadata."<init>":(Lnet/thevpc/nuts/NutsStreamMetadata;)V
NutsDefaultStreamMetadata.NutsDefaultStreamMetadata ( NutsString message, long contentLength, String contentType, String userKind )
net/thevpc/nuts/NutsDefaultStreamMetadata."<init>":(Lnet/thevpc/nuts/NutsString;JLjava/lang/String;Ljava/lang/String;)V
NutsDefaultStreamMetadata.NutsDefaultStreamMetadata ( String name, NutsString formattedName, long contentLength, String contentType, String userKind )
net/thevpc/nuts/NutsDefaultStreamMetadata."<init>":(Ljava/lang/String;Lnet/thevpc/nuts/NutsString;JLjava/lang/String;Ljava/lang/String;)V
NutsDefaultStreamMetadata.setUserKind ( String userKind ) : NutsStreamMetadata
net/thevpc/nuts/NutsDefaultStreamMetadata.setUserKind:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStreamMetadata;
nuts-0.8.3.jar,
NutsDefaultSupported.class
package net.thevpc.nuts
NutsDefaultSupported<T>.getSupportLevel ( ) : int
net/thevpc/nuts/NutsDefaultSupported.getSupportLevel:()I
NutsDefaultSupported<T>.getValue ( ) : T
net/thevpc/nuts/NutsDefaultSupported.getValue:()Ljava/lang/Object;
NutsDefaultSupported<T>.NutsDefaultSupported<T> ( Supplier<T> value, int supportLevel )
net/thevpc/nuts/NutsDefaultSupported."<init>":(Ljava/util/function/Supplier;I)V
nuts-0.8.3.jar,
NutsDefaultSupportLevelContext.class
package net.thevpc.nuts.spi
NutsDefaultSupportLevelContext.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.equals:(Ljava/lang/Object;)Z
NutsDefaultSupportLevelContext.getConstraints ( ) : T
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.getConstraints:()Ljava/lang/Object;
NutsDefaultSupportLevelContext.getConstraints ( Class<T> expected ) : T
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.getConstraints:(Ljava/lang/Class;)Ljava/lang/Object;
NutsDefaultSupportLevelContext.getSession ( ) : NutsSession
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultSupportLevelContext.getWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsDefaultSupportLevelContext.hashCode ( ) : int
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.hashCode:()I
NutsDefaultSupportLevelContext.NutsDefaultSupportLevelContext ( NutsSession session, Object constraints )
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;)V
NutsDefaultSupportLevelContext.toString ( ) : String
net/thevpc/nuts/spi/NutsDefaultSupportLevelContext.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsDefaultTerminalSpec.class
package net.thevpc.nuts.spi
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other ) : NutsTerminalSpec
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.copyFrom:(Lnet/thevpc/nuts/spi/NutsTerminalSpec;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsDefaultTerminalSpec.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.equals:(Ljava/lang/Object;)Z
NutsDefaultTerminalSpec.get ( String name ) : Object
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NutsDefaultTerminalSpec.getAutoComplete ( ) : Boolean
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NutsDefaultTerminalSpec.getParent ( ) : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsDefaultTerminalSpec.getProperties ( ) : Map<String,Object>
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.getProperties:()Ljava/util/Map;
NutsDefaultTerminalSpec.hashCode ( ) : int
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.hashCode:()I
NutsDefaultTerminalSpec.NutsDefaultTerminalSpec ( )
net/thevpc/nuts/spi/NutsDefaultTerminalSpec."<init>":()V
NutsDefaultTerminalSpec.put ( String name, Object o ) : NutsTerminalSpec
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.put:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other ) : NutsTerminalSpec
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsDefaultTerminalSpec.setAutoComplete ( Boolean autoComplete ) : NutsTerminalSpec
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsDefaultTerminalSpec.setParent ( NutsSystemTerminalBase parent ) : NutsTerminalSpec
net/thevpc/nuts/spi/NutsDefaultTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
nuts-0.8.3.jar,
NutsDefinition.class
package net.thevpc.nuts
NutsDefinition.getFile ( ) [abstract] : Path
net/thevpc/nuts/NutsDefinition.getFile:()Ljava/nio/file/Path;
NutsDefinition.getPath ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsDefinition.getPath:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.3.jar,
NutsDependencies.class
package net.thevpc.nuts
NutsDependencies.immediate ( ) [abstract] : NutsStream<NutsDependency>
net/thevpc/nuts/NutsDependencies.immediate:()Lnet/thevpc/nuts/NutsStream;
NutsDependencies.solver ( ) [abstract] : String
net/thevpc/nuts/NutsDependencies.solver:()Ljava/lang/String;
NutsDependencies.sourceIds ( ) [abstract] : NutsStream<NutsId>
net/thevpc/nuts/NutsDependencies.sourceIds:()Lnet/thevpc/nuts/NutsStream;
NutsDependencies.sourceNodes ( ) [abstract] : NutsStream<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.sourceNodes:()Lnet/thevpc/nuts/NutsStream;
NutsDependencies.transitive ( ) [abstract] : NutsStream<NutsDependency>
net/thevpc/nuts/NutsDependencies.transitive:()Lnet/thevpc/nuts/NutsStream;
NutsDependencies.transitiveNodes ( ) [abstract] : NutsStream<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.transitiveNodes:()Lnet/thevpc/nuts/NutsStream;
NutsDependencies.transitiveWithSource ( ) [abstract] : NutsStream<NutsDependency>
net/thevpc/nuts/NutsDependencies.transitiveWithSource:()Lnet/thevpc/nuts/NutsStream;
nuts-0.8.3.jar,
NutsDependency.class
package net.thevpc.nuts
NutsDependency.getCondition ( ) [abstract] : NutsEnvCondition
net/thevpc/nuts/NutsDependency.getCondition:()Lnet/thevpc/nuts/NutsEnvCondition;
NutsDependency.of ( String value, NutsSession session ) [static] : NutsDependency
net/thevpc/nuts/NutsDependency.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependency;
nuts-0.8.3.jar,
NutsDependencyBuilder.class
package net.thevpc.nuts
NutsDependencyBuilder.getCondition ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsDependencyBuilder.getCondition:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsDependencyBuilder.setCondition ( NutsEnvCondition p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvCondition;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setCondition ( NutsEnvConditionBuilder p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvConditionBuilder;)Lnet/thevpc/nuts/NutsDependencyBuilder;
nuts-0.8.3.jar,
NutsDependencyFilters.class
package net.thevpc.nuts
NutsDependencyFilters.byArch ( Collection<NutsArchFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byArch ( NutsArchFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byArch:(Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byArch ( NutsArchFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byArch:([Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byArch ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byCurrentArch ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byCurrentArch:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byCurrentDesktop ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byCurrentDesktop:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byCurrentEnv ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byCurrentEnv:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byCurrentOs ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byCurrentOs:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byDesktop ( NutsDesktopEnvironmentFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byDesktop:(Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byDesktop ( NutsDesktopEnvironmentFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byDesktop:([Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byExclude ( NutsDependencyFilter p1, String[ ] p2 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byExclude:(Lnet/thevpc/nuts/NutsDependencyFilter;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOptional ( Boolean p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOs ( Collection<NutsOsFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOs ( NutsOsFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOs:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOs ( NutsOsFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOs:([Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOs ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOsDist ( Collection<String> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOsDist:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOsDist ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOsDist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byOsDist ( String... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byOsDist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byPlatform ( NutsPlatformFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byPlatform:([Lnet/thevpc/nuts/NutsPlatformFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byPlatform ( String... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byRegularType ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byRegularType:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byRunnable ( ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byRunnable:()Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byRunnable ( boolean p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byRunnable:(Z)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byScope ( Collection<NutsDependencyScope> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byScope:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byScope ( NutsDependencyScope p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byScope ( NutsDependencyScope... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byScope:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.byType ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilters.byType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilters.of ( NutsSession session ) [static] : NutsDependencyFilters
net/thevpc/nuts/NutsDependencyFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyFilters;
nuts-0.8.3.jar,
NutsDependencyFormat.class
package net.thevpc.nuts
NutsDependencyFormat.of ( NutsSession session ) [static] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyFormat;
nuts-0.8.3.jar,
NutsDependencyParser.class
package net.thevpc.nuts
NutsDependencyParser.parse ( String p1 ) [abstract] : NutsDependency
net/thevpc/nuts/NutsDependencyParser.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependency;
nuts-0.8.3.jar,
NutsDependencyScope.class
package net.thevpc.nuts
NutsDependencyScope.parse ( String value, NutsDependencyScope emptyValue, NutsSession session ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScope;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyScope;
NutsDependencyScope.parse ( String value, NutsSession session ) [static] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyScope.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyScope;
nuts-0.8.3.jar,
NutsDependencyScopePattern.class
package net.thevpc.nuts
NutsDependencyScopePattern.parse ( String value, NutsDependencyScopePattern emptyValue, NutsSession session ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDependencyScopePattern;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.parse ( String value, NutsSession session ) [static] : NutsDependencyScopePattern
net/thevpc/nuts/NutsDependencyScopePattern.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyScopePattern;
NutsDependencyScopePattern.toScopes ( ) : EnumSet<NutsDependencyScope>
net/thevpc/nuts/NutsDependencyScopePattern.toScopes:()Ljava/util/EnumSet;
nuts-0.8.3.jar,
NutsDependencySolver.class
package net.thevpc.nuts.spi
NutsDependencySolver.add ( NutsDefinition p1 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolver.add:(Lnet/thevpc/nuts/NutsDefinition;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolver.add ( NutsDependency p1 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolver.add:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolver.add ( NutsDependency p1, NutsDefinition p2 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolver.add:(Lnet/thevpc/nuts/NutsDependency;Lnet/thevpc/nuts/NutsDefinition;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolver.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDependencySolver.getName:()Ljava/lang/String;
NutsDependencySolver.getSolverNames ( NutsSession session ) [static] : String[ ]
net/thevpc/nuts/spi/NutsDependencySolver.getSolverNames:(Lnet/thevpc/nuts/NutsSession;)[Ljava/lang/String;
NutsDependencySolver.of ( NutsSession session ) [static] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolver.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolver.of ( String solverName, NutsSession session ) [static] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolver.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolver.setFilter ( NutsDependencyFilter p1 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolver.setFilter:(Lnet/thevpc/nuts/NutsDependencyFilter;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolver.solve ( ) [abstract] : NutsDependencies
net/thevpc/nuts/spi/NutsDependencySolver.solve:()Lnet/thevpc/nuts/NutsDependencies;
nuts-0.8.3.jar,
NutsDependencySolverFactory.class
package net.thevpc.nuts.spi
NutsDependencySolverFactory.create ( NutsSession p1 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolverFactory.create:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolverFactory.getName ( ) [abstract] : String
net/thevpc/nuts/spi/NutsDependencySolverFactory.getName:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsDependencySolvers.class
package net.thevpc.nuts.spi
NutsDependencySolvers.createSolver ( NutsSession p1 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolvers.createSolver:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolvers.createSolver ( String p1, NutsSession p2 ) [abstract] : NutsDependencySolver
net/thevpc/nuts/spi/NutsDependencySolvers.createSolver:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDependencySolver;
NutsDependencySolvers.getSolverNames ( NutsSession p1 ) [abstract] : String[ ]
net/thevpc/nuts/spi/NutsDependencySolvers.getSolverNames:(Lnet/thevpc/nuts/NutsSession;)[Ljava/lang/String;
NutsDependencySolvers.of ( NutsSession session ) [static] : NutsDependencySolvers
net/thevpc/nuts/spi/NutsDependencySolvers.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsDependencySolvers;
nuts-0.8.3.jar,
NutsDeployCommand.class
package net.thevpc.nuts
NutsDeployCommand.setContent ( byte[ ] p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:([B)Lnet/thevpc/nuts/NutsDeployCommand;
NutsDeployCommand.setContent ( NutsPath p1 ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsDeployCommand.setContent:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsDeployCommand;
nuts-0.8.3.jar,
NutsDeployRepositoryCommand.class
package net.thevpc.nuts.spi
NutsDeployRepositoryCommand.setContent ( NutsPath p1 ) [abstract] : NutsDeployRepositoryCommand
net/thevpc/nuts/spi/NutsDeployRepositoryCommand.setContent:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/spi/NutsDeployRepositoryCommand;
nuts-0.8.3.jar,
NutsDescribable.class
package net.thevpc.nuts
NutsDescribable.describe ( NutsElements p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsDescribable.describe:(Lnet/thevpc/nuts/NutsElements;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.3.jar,
NutsDescribables.class
package net.thevpc.nuts
NutsDescribables.cast ( Object o ) [static] : void
net/thevpc/nuts/NutsDescribables.cast:(Ljava/lang/Object;)V
NutsDescribables.isSupported ( Object o ) [static] : boolean
net/thevpc/nuts/NutsDescribables.isSupported:(Ljava/lang/Object;)Z
NutsDescribables.ofComparator ( Comparator<T> fun, Function<NutsElements,NutsElement> name ) [static] : NutsComparator<T>
net/thevpc/nuts/NutsDescribables.ofComparator:(Ljava/util/Comparator;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsComparator;
NutsDescribables.ofFunction ( Function<F,T> fun, Function<NutsElements,NutsElement> name ) [static] : NutsFunction<F,T>
net/thevpc/nuts/NutsDescribables.ofFunction:(Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsFunction;
NutsDescribables.ofIterable ( Iterable<T> fun, Function<NutsElements,NutsElement> nfo ) [static] : NutsIterable<T>
net/thevpc/nuts/NutsDescribables.ofIterable:(Ljava/lang/Iterable;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsIterable;
NutsDescribables.ofIterator ( Iterator<T> fun, Function<NutsElements,NutsElement> nfo ) [static] : NutsIterator<T>
net/thevpc/nuts/NutsDescribables.ofIterator:(Ljava/util/Iterator;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsIterator;
NutsDescribables.ofPredicate ( Predicate<T> fun, Function<NutsElements,NutsElement> nfo ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsDescribables.ofPredicate:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsPredicate;
NutsDescribables.ofRunnable ( Runnable runnable, Function<NutsElements,NutsElement> nfo ) [static] : NutsRunnable
net/thevpc/nuts/NutsDescribables.ofRunnable:(Ljava/lang/Runnable;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsRunnable;
NutsDescribables.ofUnsafeFunction ( NutsUnsafeFunctionBase<F,T> fun, Function<NutsElements,NutsElement> nfo ) [static] : NutsUnsafeFunction<F,T>
net/thevpc/nuts/NutsDescribables.ofUnsafeFunction:(Lnet/thevpc/nuts/NutsUnsafeFunctionBase;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsUnsafeFunction;
NutsDescribables.resolveOr ( Object o, NutsElements elems, Supplier<NutsElement> d ) [static] : NutsElement
net/thevpc/nuts/NutsDescribables.resolveOr:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsElements;Ljava/util/function/Supplier;)Lnet/thevpc/nuts/NutsElement;
NutsDescribables.resolveOrDestruct ( Object o, NutsElements elems ) [static] : NutsElement
net/thevpc/nuts/NutsDescribables.resolveOrDestruct:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsElements;)Lnet/thevpc/nuts/NutsElement;
NutsDescribables.resolveOrNull ( Object o, NutsElements elems ) [static] : NutsElement
net/thevpc/nuts/NutsDescribables.resolveOrNull:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsElements;)Lnet/thevpc/nuts/NutsElement;
NutsDescribables.resolveOrToString ( Object o, NutsElements elems ) [static] : NutsElement
net/thevpc/nuts/NutsDescribables.resolveOrToString:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsElements;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.3.jar,
NutsDescriptor.class
package net.thevpc.nuts
NutsDescriptor.formatter ( ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptor.formatter:()Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptor.getCondition ( ) [abstract] : NutsEnvCondition
net/thevpc/nuts/NutsDescriptor.getCondition:()Lnet/thevpc/nuts/NutsEnvCondition;
NutsDescriptor.getFlags ( ) [abstract] : Set<NutsDescriptorFlag>
net/thevpc/nuts/NutsDescriptor.getFlags:()Ljava/util/Set;
NutsDescriptor.getIdType ( ) [abstract] : NutsIdType
net/thevpc/nuts/NutsDescriptor.getIdType:()Lnet/thevpc/nuts/NutsIdType;
NutsDescriptor.getProperties ( ) [abstract] : NutsDescriptorProperty[ ]
net/thevpc/nuts/NutsDescriptor.getProperties:()[Lnet/thevpc/nuts/NutsDescriptorProperty;
NutsDescriptor.getProperty ( String p1 ) [abstract] : NutsDescriptorProperty
net/thevpc/nuts/NutsDescriptor.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorProperty;
NutsDescriptor.getPropertyValue ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getPropertyValue:(Ljava/lang/String;)Ljava/lang/String;
NutsDescriptor.getSolver ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptor.getSolver:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsDescriptorBuilder.class
package net.thevpc.nuts
NutsDescriptorBuilder.addFlag ( NutsDescriptorFlag p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addFlag:(Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addFlags ( NutsDescriptorFlag... p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addFlags:([Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addProperties ( NutsDescriptorProperty[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addProperties:([Lnet/thevpc/nuts/NutsDescriptorProperty;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addProperty ( NutsDescriptorProperty p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addProperty:(Lnet/thevpc/nuts/NutsDescriptorProperty;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.copy ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.copy:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.getCondition ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsDescriptorBuilder.getCondition:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsDescriptorBuilder.getFlags ( ) [abstract] : Set<NutsDescriptorFlag>
net/thevpc/nuts/NutsDescriptorBuilder.getFlags:()Ljava/util/Set;
NutsDescriptorBuilder.getIdType ( ) [abstract] : NutsIdType
net/thevpc/nuts/NutsDescriptorBuilder.getIdType:()Lnet/thevpc/nuts/NutsIdType;
NutsDescriptorBuilder.getProperties ( ) [abstract] : NutsDescriptorProperty[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getProperties:()[Lnet/thevpc/nuts/NutsDescriptorProperty;
NutsDescriptorBuilder.getProperty ( String p1 ) [abstract] : NutsDescriptorProperty
net/thevpc/nuts/NutsDescriptorBuilder.getProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorProperty;
NutsDescriptorBuilder.getPropertyValue ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getPropertyValue:(Ljava/lang/String;)Ljava/lang/String;
NutsDescriptorBuilder.getSolver ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorBuilder.getSolver:()Ljava/lang/String;
NutsDescriptorBuilder.removeFlag ( NutsDescriptorFlag p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeFlag:(Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeFlags ( NutsDescriptorFlag... p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeFlags:([Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeProperties ( NutsDescriptorProperty p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeProperties:(Lnet/thevpc/nuts/NutsDescriptorProperty;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setAll ( NutsDescriptor p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setAll:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setAll ( NutsDescriptorBuilder p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setAll:(Lnet/thevpc/nuts/NutsDescriptorBuilder;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setCondition ( NutsEnvCondition p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvCondition;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setCondition ( NutsEnvConditionBuilder p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvConditionBuilder;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setFlags ( Set<NutsDescriptorFlag> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setFlags:(Ljava/util/Set;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setIdType ( NutsIdType p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setIdType:(Lnet/thevpc/nuts/NutsIdType;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setProperties ( NutsDescriptorProperty[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setProperties:([Lnet/thevpc/nuts/NutsDescriptorProperty;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setSolver ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setSolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
nuts-0.8.3.jar,
NutsDescriptorFilters.class
package net.thevpc.nuts
NutsDescriptorFilters.byApiVersion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byArch ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byCompanion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byCompanion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byDesktopEnvironment ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byDesktopEnvironment:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byExtension ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byExtension:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byFlag ( NutsDescriptorFlag... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byFlag:([Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byLockedIds ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byOs ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byOsDist ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byOsDist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byPackaging ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byPackaging:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byPlatform ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.byRuntime ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilters.byRuntime:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilters.of ( NutsSession session ) [static] : NutsDescriptorFilters
net/thevpc/nuts/NutsDescriptorFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFilters;
nuts-0.8.3.jar,
NutsDescriptorFlag.class
package net.thevpc.nuts
NutsDescriptorFlag.id ( ) : String
net/thevpc/nuts/NutsDescriptorFlag.id:()Ljava/lang/String;
NutsDescriptorFlag.parse ( String value, NutsDescriptorFlag emptyValue, NutsSession session ) [static] : NutsDescriptorFlag
net/thevpc/nuts/NutsDescriptorFlag.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorFlag;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFlag;
NutsDescriptorFlag.parse ( String value, NutsSession session ) [static] : NutsDescriptorFlag
net/thevpc/nuts/NutsDescriptorFlag.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFlag;
NutsDescriptorFlag.parseLenient ( String value ) [static] : NutsDescriptorFlag
net/thevpc/nuts/NutsDescriptorFlag.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFlag;
NutsDescriptorFlag.parseLenient ( String value, NutsDescriptorFlag emptyOrErrorValue ) [static] : NutsDescriptorFlag
net/thevpc/nuts/NutsDescriptorFlag.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorFlag;
NutsDescriptorFlag.parseLenient ( String value, NutsDescriptorFlag emptyValue, NutsDescriptorFlag errorValue ) [static] : NutsDescriptorFlag
net/thevpc/nuts/NutsDescriptorFlag.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorFlag;Lnet/thevpc/nuts/NutsDescriptorFlag;)Lnet/thevpc/nuts/NutsDescriptorFlag;
NutsDescriptorFlag.valueOf ( String name ) [static] : NutsDescriptorFlag
net/thevpc/nuts/NutsDescriptorFlag.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFlag;
NutsDescriptorFlag.values ( ) [static] : NutsDescriptorFlag[ ]
net/thevpc/nuts/NutsDescriptorFlag.values:()[Lnet/thevpc/nuts/NutsDescriptorFlag;
nuts-0.8.3.jar,
NutsDescriptorFormat.class
package net.thevpc.nuts
NutsDescriptorFormat.of ( NutsSession session ) [static] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsDescriptorFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsDescriptorFormat.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFormat;
nuts-0.8.3.jar,
NutsDescriptorParser.class
package net.thevpc.nuts
NutsDescriptorParser.parse ( NutsPath p1 ) [abstract] : NutsDescriptor
net/thevpc/nuts/NutsDescriptorParser.parse:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsDescriptor;
nuts-0.8.3.jar,
NutsDescriptorProperty.class
package net.thevpc.nuts
NutsDescriptorProperty.builder ( ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorProperty.builder:()Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorProperty.getCondition ( ) [abstract] : NutsEnvCondition
net/thevpc/nuts/NutsDescriptorProperty.getCondition:()Lnet/thevpc/nuts/NutsEnvCondition;
NutsDescriptorProperty.getName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorProperty.getName:()Ljava/lang/String;
NutsDescriptorProperty.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorProperty.getValue:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsDescriptorPropertyBuilder.class
package net.thevpc.nuts
NutsDescriptorPropertyBuilder.build ( ) [abstract] : NutsDescriptorProperty
net/thevpc/nuts/NutsDescriptorPropertyBuilder.build:()Lnet/thevpc/nuts/NutsDescriptorProperty;
NutsDescriptorPropertyBuilder.getCondition ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.getCondition:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsDescriptorPropertyBuilder.getName ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorPropertyBuilder.getName:()Ljava/lang/String;
NutsDescriptorPropertyBuilder.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsDescriptorPropertyBuilder.getValue:()Ljava/lang/String;
NutsDescriptorPropertyBuilder.of ( NutsSession session ) [static] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorPropertyBuilder.setAll ( NutsDescriptorProperty p1 ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.setAll:(Lnet/thevpc/nuts/NutsDescriptorProperty;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorPropertyBuilder.setAll ( NutsDescriptorPropertyBuilder p1 ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.setAll:(Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorPropertyBuilder.setCondition ( NutsEnvCondition p1 ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvCondition;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorPropertyBuilder.setCondition ( NutsEnvConditionBuilder p1 ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvConditionBuilder;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorPropertyBuilder.setName ( String p1 ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
NutsDescriptorPropertyBuilder.setValue ( String p1 ) [abstract] : NutsDescriptorPropertyBuilder
net/thevpc/nuts/NutsDescriptorPropertyBuilder.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorPropertyBuilder;
nuts-0.8.3.jar,
NutsDescriptorStyle.class
package net.thevpc.nuts
NutsDescriptorStyle.parse ( String value, NutsDescriptorStyle emptyValue, NutsSession session ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDescriptorStyle;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorStyle;
NutsDescriptorStyle.parse ( String value, NutsSession session ) [static] : NutsDescriptorStyle
net/thevpc/nuts/NutsDescriptorStyle.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorStyle;
nuts-0.8.3.jar,
NutsDesktopEnvironmentFamily.class
package net.thevpc.nuts
NutsDesktopEnvironmentFamily.parse ( String value, NutsDesktopEnvironmentFamily emptyValue, NutsSession session ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
NutsDesktopEnvironmentFamily.parse ( String value, NutsSession session ) [static] : NutsDesktopEnvironmentFamily
net/thevpc/nuts/NutsDesktopEnvironmentFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDesktopEnvironmentFamily;
nuts-0.8.3.jar,
NutsDesktopIntegrationItem.class
package net.thevpc.nuts
NutsDesktopIntegrationItem.parse ( String value, NutsDesktopIntegrationItem emptyValue, NutsSession session ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsDesktopIntegrationItem;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
NutsDesktopIntegrationItem.parse ( String value, NutsSession session ) [static] : NutsDesktopIntegrationItem
net/thevpc/nuts/NutsDesktopIntegrationItem.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDesktopIntegrationItem;
nuts-0.8.3.jar,
NutsDigest.class
package net.thevpc.nuts
NutsDigest.algorithm ( String p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.algorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.computeBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsDigest.computeBytes:()[B
NutsDigest.computeString ( ) [abstract] : String
net/thevpc/nuts/NutsDigest.computeString:()Ljava/lang/String;
NutsDigest.getAlgorithm ( ) [abstract] : String
net/thevpc/nuts/NutsDigest.getAlgorithm:()Ljava/lang/String;
NutsDigest.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDigest.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDigest.md5 ( ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.md5:()Lnet/thevpc/nuts/NutsDigest;
NutsDigest.of ( NutsSession session ) [static] : NutsDigest
net/thevpc/nuts/NutsDigest.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setAlgorithm ( String p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setAlgorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSession ( NutsSession p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSource ( byte[ ] p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSource:([B)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSource ( File p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSource ( InputStream p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSource ( NutsDescriptor p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSource:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSource ( NutsPath p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.setSource ( Path p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsDigest;
NutsDigest.sha1 ( ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.sha1:()Lnet/thevpc/nuts/NutsDigest;
NutsDigest.sha256 ( ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.sha256:()Lnet/thevpc/nuts/NutsDigest;
NutsDigest.writeHash ( OutputStream p1 ) [abstract] : NutsDigest
net/thevpc/nuts/NutsDigest.writeHash:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsDigest;
nuts-0.8.3.jar,
NutsElement.class
package net.thevpc.nuts
NutsElement.asCustom ( ) [abstract] : NutsCustomElement
net/thevpc/nuts/NutsElement.asCustom:()Lnet/thevpc/nuts/NutsCustomElement;
NutsElement.asSafeArray ( boolean p1 ) [abstract] : NutsArrayElement
net/thevpc/nuts/NutsElement.asSafeArray:(Z)Lnet/thevpc/nuts/NutsArrayElement;
NutsElement.asSafeByte ( Byte p1 ) [abstract] : Byte
net/thevpc/nuts/NutsElement.asSafeByte:(Ljava/lang/Byte;)Ljava/lang/Byte;
NutsElement.asSafeDouble ( Double p1 ) [abstract] : Double
net/thevpc/nuts/NutsElement.asSafeDouble:(Ljava/lang/Double;)Ljava/lang/Double;
NutsElement.asSafeFloat ( Float p1 ) [abstract] : Float
net/thevpc/nuts/NutsElement.asSafeFloat:(Ljava/lang/Float;)Ljava/lang/Float;
NutsElement.asSafeInstant ( Instant p1 ) [abstract] : Instant
net/thevpc/nuts/NutsElement.asSafeInstant:(Ljava/time/Instant;)Ljava/time/Instant;
NutsElement.asSafeInt ( Integer p1 ) [abstract] : Integer
net/thevpc/nuts/NutsElement.asSafeInt:(Ljava/lang/Integer;)Ljava/lang/Integer;
NutsElement.asSafeLong ( Long p1 ) [abstract] : Long
net/thevpc/nuts/NutsElement.asSafeLong:(Ljava/lang/Long;)Ljava/lang/Long;
NutsElement.asSafeObject ( boolean p1 ) [abstract] : NutsObjectElement
net/thevpc/nuts/NutsElement.asSafeObject:(Z)Lnet/thevpc/nuts/NutsObjectElement;
NutsElement.asSafeShort ( Short p1 ) [abstract] : Short
net/thevpc/nuts/NutsElement.asSafeShort:(Ljava/lang/Short;)Ljava/lang/Short;
NutsElement.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isBlank:()Z
NutsElement.isCustom ( ) [abstract] : boolean
net/thevpc/nuts/NutsElement.isCustom:()Z
nuts-0.8.3.jar,
NutsElementBuilder.class
package net.thevpc.nuts
NutsElementBuilder.build ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementBuilder.build:()Lnet/thevpc/nuts/NutsElement;
NutsElementBuilder.type ( ) [abstract] : NutsElementType
net/thevpc/nuts/NutsElementBuilder.type:()Lnet/thevpc/nuts/NutsElementType;
nuts-0.8.3.jar,
NutsElementFactoryContext.class
package net.thevpc.nuts
NutsElementFactoryContext.elem ( ) [abstract] : NutsElements
net/thevpc/nuts/NutsElementFactoryContext.elem:()Lnet/thevpc/nuts/NutsElements;
NutsElementFactoryContext.getIndestructibleObjects ( ) [abstract] : Predicate<Class>
net/thevpc/nuts/NutsElementFactoryContext.getIndestructibleObjects:()Ljava/util/function/Predicate;
NutsElementFactoryContext.isNtf ( ) [abstract] : boolean
net/thevpc/nuts/NutsElementFactoryContext.isNtf:()Z
nuts-0.8.3.jar,
NutsElements.class
package net.thevpc.nuts
NutsElements.compilePath ( String p1 ) [abstract] : NutsElementPath
net/thevpc/nuts/NutsElements.compilePath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementPath;
NutsElements.configure ( boolean p1, String... p2 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsElements;
NutsElements.configure ( boolean p1, String[ ] p2 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsElements.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsElements.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsElements.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsElements.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsElements.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsElements.convert ( Object p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.convert:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.destruct ( Object p1 ) [abstract] : Object
net/thevpc/nuts/NutsElements.destruct:(Ljava/lang/Object;)Ljava/lang/Object;
NutsElements.fromElement ( NutsElement p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.fromElement:(Lnet/thevpc/nuts/NutsElement;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.getContentType ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsElements.getContentType:()Lnet/thevpc/nuts/NutsContentType;
NutsElements.getIndestructibleObjects ( ) [abstract] : Predicate<Class>
net/thevpc/nuts/NutsElements.getIndestructibleObjects:()Ljava/util/function/Predicate;
NutsElements.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsElements.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsElements.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsElements.getValue:()Ljava/lang/Object;
NutsElements.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsElements.isCompact:()Z
NutsElements.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsElements.isLogProgress:()Z
NutsElements.isTraceProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsElements.isTraceProgress:()Z
NutsElements.iter ( NutsPrintStream p1 ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsElements.iter:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsIterableFormat;
NutsElements.json ( ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.json:()Lnet/thevpc/nuts/NutsElements;
NutsElements.of ( NutsSession session ) [static] : NutsElements
net/thevpc/nuts/NutsElements.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElements;
NutsElements.ofArray ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsElements.ofArray:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsElements.ofBoolean ( boolean p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofBoolean:(Z)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofBoolean ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofByte ( Byte p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofByte:(Ljava/lang/Byte;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofCustom ( Object p1 ) [abstract] : NutsCustomElement
net/thevpc/nuts/NutsElements.ofCustom:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsCustomElement;
NutsElements.ofDouble ( Double p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofDouble:(Ljava/lang/Double;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofEntry ( NutsElement p1, NutsElement p2 ) [abstract] : NutsElementEntry
net/thevpc/nuts/NutsElements.ofEntry:(Lnet/thevpc/nuts/NutsElement;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElementEntry;
NutsElements.ofFalse ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofFalse:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofFloat ( Float p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofFloat:(Ljava/lang/Float;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofFloat ( Short p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofFloat:(Ljava/lang/Short;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofInstant ( Date p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofInstant:(Ljava/util/Date;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofInstant ( Instant p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofInstant:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofInstant ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofInt ( Integer p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofInt:(Ljava/lang/Integer;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofLong ( Long p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofLong:(Ljava/lang/Long;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofNull ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofNull:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofNumber ( Number p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofNumber:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofNumber ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofObject ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsElements.ofObject:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsElements.ofString ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofString:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.ofTrue ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElements.ofTrue:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElements.parse ( byte[ ] p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:([B)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( File p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Ljava/io/File;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( InputStream p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( NutsPath p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( NutsPath p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Lnet/thevpc/nuts/NutsPath;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( Path p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( Reader p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( String p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.parse ( URL p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsElement;
NutsElements.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElements.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NutsElements.setCompact ( boolean p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setCompact:(Z)Lnet/thevpc/nuts/NutsElements;
NutsElements.setContentType ( NutsContentType p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setContentType:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsElements;
NutsElements.setIndestructibleFormat ( ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setIndestructibleFormat:()Lnet/thevpc/nuts/NutsElements;
NutsElements.setIndestructibleObjects ( Predicate<Class> p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setIndestructibleObjects:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsElements;
NutsElements.setLogProgress ( boolean p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setLogProgress:(Z)Lnet/thevpc/nuts/NutsElements;
NutsElements.setMapper ( Class<T> p1, NutsElementMapper<T> p2 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setMapper:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsElementMapper;)Lnet/thevpc/nuts/NutsElements;
NutsElements.setNtf ( boolean p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsElements.setNtf:(Z)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsElements.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsElements.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsElements.setNtf ( boolean p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setNtf:(Z)Lnet/thevpc/nuts/NutsElements;
NutsElements.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsElements;
NutsElements.setSession ( NutsSession p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsElements.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsElements.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsElements.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsElements.setSession ( NutsSession p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElements;
NutsElements.setTraceProgress ( boolean p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setTraceProgress:(Z)Lnet/thevpc/nuts/NutsElements;
NutsElements.setValue ( Object p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsElements.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsElements.setValue ( Object p1 ) [abstract] : NutsElements
net/thevpc/nuts/NutsElements.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElements;
NutsElements.toElement ( Object p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElements.toElement:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.3.jar,
NutsElementType.class
package net.thevpc.nuts
NutsElementType.parse ( String value, NutsElementType emptyValue, NutsSession session ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsElementType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementType;
NutsElementType.parse ( String value, NutsSession session ) [static] : NutsElementType
net/thevpc/nuts/NutsElementType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementType;
nuts-0.8.3.jar,
NutsEnum.class
package net.thevpc.nuts
NutsEnum.parse ( Class<T> type, String value, NutsSession session ) [static] : T
net/thevpc/nuts/NutsEnum.parse:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsEnum;
NutsEnum.parse ( Class<T> type, String value, T emptyValue, NutsSession session ) [static] : T
net/thevpc/nuts/NutsEnum.parse:(Ljava/lang/Class;Ljava/lang/String;Lnet/thevpc/nuts/NutsEnum;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsEnum;
nuts-0.8.3.jar,
NutsEnvCondition.class
package net.thevpc.nuts
NutsEnvCondition.builder ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvCondition.builder:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvCondition.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvCondition.getArch:()[Ljava/lang/String;
NutsEnvCondition.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvCondition.getDesktopEnvironment:()[Ljava/lang/String;
NutsEnvCondition.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvCondition.getOs:()[Ljava/lang/String;
NutsEnvCondition.getOsDist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvCondition.getOsDist:()[Ljava/lang/String;
NutsEnvCondition.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvCondition.getPlatform:()[Ljava/lang/String;
NutsEnvCondition.getProfile ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvCondition.getProfile:()[Ljava/lang/String;
NutsEnvCondition.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsEnvCondition.isBlank:()Z
nuts-0.8.3.jar,
NutsEnvConditionBuilder.class
package net.thevpc.nuts
NutsEnvConditionBuilder.addAll ( NutsEnvCondition p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addAll:(Lnet/thevpc/nuts/NutsEnvCondition;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.addAll ( NutsEnvConditionBuilder p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addAll:(Lnet/thevpc/nuts/NutsEnvConditionBuilder;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.addArch ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.addOs ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.addOsDist ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addOsDist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.addPlatform ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.addProfile ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.addProfile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.applyProperties ( Map<String,String> p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.applyProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.build ( ) [abstract] : NutsEnvCondition
net/thevpc/nuts/NutsEnvConditionBuilder.build:()Lnet/thevpc/nuts/NutsEnvCondition;
NutsEnvConditionBuilder.clear ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.clear:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.copy ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.copy:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvConditionBuilder.getArch:()[Ljava/lang/String;
NutsEnvConditionBuilder.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvConditionBuilder.getDesktopEnvironment:()[Ljava/lang/String;
NutsEnvConditionBuilder.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvConditionBuilder.getOs:()[Ljava/lang/String;
NutsEnvConditionBuilder.getOsDist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvConditionBuilder.getOsDist:()[Ljava/lang/String;
NutsEnvConditionBuilder.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvConditionBuilder.getPlatform:()[Ljava/lang/String;
NutsEnvConditionBuilder.getProfile ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsEnvConditionBuilder.getProfile:()[Ljava/lang/String;
NutsEnvConditionBuilder.of ( NutsSession session ) [static] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.removeArch ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.removeArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.removeDesktopEnvironment ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.removeDesktopEnvironment:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.removeOs ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.removeOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.removeOsDist ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.removeOsDist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.removePlatform ( String p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.removePlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setAll ( NutsEnvCondition p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setAll:(Lnet/thevpc/nuts/NutsEnvCondition;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setAll ( NutsEnvConditionBuilder p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setAll:(Lnet/thevpc/nuts/NutsEnvConditionBuilder;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setArch ( String... p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setDesktopEnvironment ( String... p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setDesktopEnvironment:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setOs ( String... p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setOsDist ( String... p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setOsDist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setPlatform ( String... p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsEnvConditionBuilder.setProfile ( String... p1 ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsEnvConditionBuilder.setProfile:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsEnvConditionBuilder;
nuts-0.8.3.jar,
NutsExecCommand.class
package net.thevpc.nuts
NutsExecCommand.format ( ) [abstract] : NutsString
net/thevpc/nuts/NutsExecCommand.format:()Lnet/thevpc/nuts/NutsString;
NutsExecCommand.getRedirectInputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectInputFile:()Ljava/lang/String;
NutsExecCommand.getRedirectOutputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectOutputFile:()Ljava/lang/String;
NutsExecCommand.setRedirectInputFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectInputFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectOutputFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectOutputFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
nuts-0.8.3.jar,
NutsExecCommandFormat.class
package net.thevpc.nuts
NutsExecCommandFormat.of ( NutsSession session ) [static] : NutsExecCommandFormat
net/thevpc/nuts/NutsExecCommandFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecCommandFormat;
nuts-0.8.3.jar,
NutsExecutableType.class
package net.thevpc.nuts
NutsExecutableType.parse ( String value, NutsExecutableType emptyValue, NutsSession session ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutableType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutableType;
NutsExecutableType.parse ( String value, NutsSession session ) [static] : NutsExecutableType
net/thevpc/nuts/NutsExecutableType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutableType;
nuts-0.8.3.jar,
NutsExecutionContext.class
package net.thevpc.nuts
NutsExecutionContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionContext.getSession:()Lnet/thevpc/nuts/NutsSession;
nuts-0.8.3.jar,
NutsExecutionEntries.class
package net.thevpc.nuts
NutsExecutionEntries.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionEntries.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExecutionEntries.of ( NutsSession session ) [static] : NutsExecutionEntries
net/thevpc/nuts/NutsExecutionEntries.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionEntries;
NutsExecutionEntries.parse ( File p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntries.parse:(Ljava/io/File;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntries.parse ( InputStream p1, String p2, String p3 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntries.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntries.parse ( Path p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntries.parse:(Ljava/nio/file/Path;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntries.setSession ( NutsSession p1 ) [abstract] : NutsExecutionEntries
net/thevpc/nuts/NutsExecutionEntries.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionEntries;
nuts-0.8.3.jar,
NutsExecutionType.class
package net.thevpc.nuts
NutsExecutionType.parse ( String value, NutsExecutionType emptyValue, NutsSession session ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExecutionType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionType;
NutsExecutionType.parse ( String value, NutsSession session ) [static] : NutsExecutionType
net/thevpc/nuts/NutsExecutionType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionType;
nuts-0.8.3.jar,
NutsExecutorComponent.class
package net.thevpc.nuts.spi
NutsExecutorComponent.dryExec ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsExecutorComponent.dryExec:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsExecutorComponent.exec ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsExecutorComponent.exec:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsExecutorComponent.getId ( ) [abstract] : NutsId
net/thevpc/nuts/spi/NutsExecutorComponent.getId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.3.jar,
NutsExpr.class
package net.thevpc.nuts
NutsExpr.evalFunction ( String p1, Object... p2 ) [abstract] : Object
net/thevpc/nuts/NutsExpr.evalFunction:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
NutsExpr.evalNode ( NutsExpr.Node p1 ) [abstract] : Object
net/thevpc/nuts/NutsExpr.evalNode:(Lnet/thevpc/nuts/NutsExpr$Node;)Ljava/lang/Object;
NutsExpr.evalVar ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsExpr.evalVar:(Ljava/lang/String;)Ljava/lang/Object;
NutsExpr.getFunction ( String p1 ) [abstract] : NutsExpr.Fct
net/thevpc/nuts/NutsExpr.getFunction:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$Fct;
NutsExpr.getFunctionNames ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsExpr.getFunctionNames:()[Ljava/lang/String;
NutsExpr.getOperator ( String p1, NutsExpr.OpType p2 ) [abstract] : NutsExpr.Op
net/thevpc/nuts/NutsExpr.getOperator:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$OpType;)Lnet/thevpc/nuts/NutsExpr$Op;
NutsExpr.getOperatorNames ( NutsExpr.OpType p1 ) [abstract] : String[ ]
net/thevpc/nuts/NutsExpr.getOperatorNames:(Lnet/thevpc/nuts/NutsExpr$OpType;)[Ljava/lang/String;
NutsExpr.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExpr.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExpr.getVar ( String p1 ) [abstract] : NutsExpr.Var
net/thevpc/nuts/NutsExpr.getVar:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$Var;
NutsExpr.newChild ( ) [abstract] : NutsExpr
net/thevpc/nuts/NutsExpr.newChild:()Lnet/thevpc/nuts/NutsExpr;
NutsExpr.of ( NutsSession session ) [static] : NutsExpr
net/thevpc/nuts/NutsExpr.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExpr;
NutsExpr.parse ( String p1 ) [abstract] : NutsExpr.Node
net/thevpc/nuts/NutsExpr.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$Node;
NutsExpr.setFunction ( String p1, NutsExpr.Fct p2 ) [abstract] : void
net/thevpc/nuts/NutsExpr.setFunction:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$Fct;)V
NutsExpr.setOperator ( String p1, NutsExpr.OpType p2, int p3, boolean p4, NutsExpr.Fct p5 ) [abstract] : void
net/thevpc/nuts/NutsExpr.setOperator:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$OpType;IZLnet/thevpc/nuts/NutsExpr$Fct;)V
NutsExpr.setVar ( String p1, NutsExpr.Var p2 ) [abstract] : void
net/thevpc/nuts/NutsExpr.setVar:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$Var;)V
NutsExpr.unsetFunction ( String p1 ) [abstract] : void
net/thevpc/nuts/NutsExpr.unsetFunction:(Ljava/lang/String;)V
NutsExpr.unsetOperator ( String p1, NutsExpr.OpType p2 ) [abstract] : void
net/thevpc/nuts/NutsExpr.unsetOperator:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$OpType;)V
nuts-0.8.3.jar,
NutsExtensionNotFoundException.class
package net.thevpc.nuts
NutsExtensionNotFoundException.getCriteria ( ) : Object
net/thevpc/nuts/NutsExtensionNotFoundException.getCriteria:()Ljava/lang/Object;
NutsExtensionNotFoundException.NutsExtensionNotFoundException ( NutsSession session, Class missingType, Object criteria )
net/thevpc/nuts/NutsExtensionNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Class;Ljava/lang/Object;)V
nuts-0.8.3.jar,
NutsFetchMode.class
package net.thevpc.nuts
NutsFetchMode.parse ( String value, NutsFetchMode emptyValue, NutsSession session ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchMode;
NutsFetchMode.parse ( String value, NutsSession session ) [static] : NutsFetchMode
net/thevpc/nuts/NutsFetchMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchMode;
nuts-0.8.3.jar,
NutsFetchStrategy.class
package net.thevpc.nuts
NutsFetchStrategy.parse ( String value, NutsFetchStrategy emptyValue, NutsSession session ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchStrategy;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchStrategy;
NutsFetchStrategy.parse ( String value, NutsSession session ) [static] : NutsFetchStrategy
net/thevpc/nuts/NutsFetchStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFetchStrategy;
nuts-0.8.3.jar,
NutsFilterOp.class
package net.thevpc.nuts
NutsFilterOp.parse ( String value, NutsFilterOp emptyValue, NutsSession session ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsFilterOp;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFilterOp;
NutsFilterOp.parse ( String value, NutsSession session ) [static] : NutsFilterOp
net/thevpc/nuts/NutsFilterOp.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFilterOp;
nuts-0.8.3.jar,
NutsFilters.class
package net.thevpc.nuts
NutsFilters.all ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.all:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.all ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilters.all:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.always ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilters.always:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.any ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.any:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.any ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilters.any:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.as ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.as:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.detectType ( NutsFilter p1 ) [abstract] : Class<?>
net/thevpc/nuts/NutsFilters.detectType:(Lnet/thevpc/nuts/NutsFilter;)Ljava/lang/Class;
NutsFilters.never ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilters.never:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.none ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.none:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.none ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilters.none:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.nonnull ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.nonnull:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.not ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.not:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.not ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsFilters.not:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilters.of ( NutsSession session ) [static] : NutsFilters
net/thevpc/nuts/NutsFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFilters;
NutsFilters.to ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilters.to:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
nuts-0.8.3.jar,
NutsFormat.class
package net.thevpc.nuts
NutsFormat.print ( NutsPath p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.print:(Lnet/thevpc/nuts/NutsPath;)V
NutsFormat.println ( NutsPath p1 ) [abstract] : void
net/thevpc/nuts/NutsFormat.println:(Lnet/thevpc/nuts/NutsPath;)V
nuts-0.8.3.jar,
NutsFunction.class
package net.thevpc.nuts
NutsFunction<T,V>.of ( Function<T,V> o, Function<NutsElements,NutsElement> descr ) [static] : NutsFunction<T,V>
net/thevpc/nuts/NutsFunction.of:(Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsFunction;
NutsFunction<T,V>.of ( Function<T,V> o, NutsElement descr ) [static] : NutsFunction<T,V>
net/thevpc/nuts/NutsFunction.of:(Ljava/util/function/Function;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsFunction;
NutsFunction<T,V>.of ( Function<T,V> o, String descr ) [static] : NutsFunction<T,V>
net/thevpc/nuts/NutsFunction.of:(Ljava/util/function/Function;Ljava/lang/String;)Lnet/thevpc/nuts/NutsFunction;
nuts-0.8.3.jar,
NutsGlob.class
package net.thevpc.nuts
NutsGlob.escape ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsGlob.escape:(Ljava/lang/String;)Ljava/lang/String;
NutsGlob.getSeparator ( ) [abstract] : String
net/thevpc/nuts/NutsGlob.getSeparator:()Ljava/lang/String;
NutsGlob.isGlob ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsGlob.isGlob:(Ljava/lang/String;)Z
NutsGlob.of ( NutsSession session ) [static] : NutsGlob
net/thevpc/nuts/NutsGlob.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsGlob;
NutsGlob.setSeparator ( String p1 ) [abstract] : NutsGlob
net/thevpc/nuts/NutsGlob.setSeparator:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsGlob;
NutsGlob.toPattern ( String p1 ) [abstract] : Pattern
net/thevpc/nuts/NutsGlob.toPattern:(Ljava/lang/String;)Ljava/util/regex/Pattern;
nuts-0.8.3.jar,
NutsHashName.class
package net.thevpc.nuts
NutsHashName.getHashName ( Object p1 ) [abstract] : String
net/thevpc/nuts/NutsHashName.getHashName:(Ljava/lang/Object;)Ljava/lang/String;
NutsHashName.getHashName ( Object p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsHashName.getHashName:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
NutsHashName.of ( NutsSession session ) [static] : NutsHashName
net/thevpc/nuts/NutsHashName.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsHashName;
nuts-0.8.3.jar,
NutsHomeLocation.class
package net.thevpc.nuts
NutsHomeLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NutsHomeLocation.equals:(Ljava/lang/Object;)Z
NutsHomeLocation.getOsFamily ( ) : NutsOsFamily
net/thevpc/nuts/NutsHomeLocation.getOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsHomeLocation.getStoreLocation ( ) : NutsStoreLocation
net/thevpc/nuts/NutsHomeLocation.getStoreLocation:()Lnet/thevpc/nuts/NutsStoreLocation;
NutsHomeLocation.hashCode ( ) : int
net/thevpc/nuts/NutsHomeLocation.hashCode:()I
NutsHomeLocation.id ( ) : String
net/thevpc/nuts/NutsHomeLocation.id:()Ljava/lang/String;
NutsHomeLocation.name ( ) : String
net/thevpc/nuts/NutsHomeLocation.name:()Ljava/lang/String;
NutsHomeLocation.of ( NutsOsFamily osFamily, NutsStoreLocation storeLocation ) [static] : NutsHomeLocation
net/thevpc/nuts/NutsHomeLocation.of:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsHomeLocation;
NutsHomeLocation.parse ( String value, NutsHomeLocation emptyValue, NutsSession session ) [static] : NutsHomeLocation
net/thevpc/nuts/NutsHomeLocation.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsHomeLocation;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsHomeLocation;
NutsHomeLocation.parse ( String value, NutsSession session ) [static] : NutsHomeLocation
net/thevpc/nuts/NutsHomeLocation.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsHomeLocation;
NutsHomeLocation.parseLenient ( String e, NutsHomeLocation emptyValue, NutsHomeLocation errorValue ) [static] : NutsHomeLocation
net/thevpc/nuts/NutsHomeLocation.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsHomeLocation;Lnet/thevpc/nuts/NutsHomeLocation;)Lnet/thevpc/nuts/NutsHomeLocation;
NutsHomeLocation.parseLenient ( String value ) [static] : NutsHomeLocation
net/thevpc/nuts/NutsHomeLocation.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsHomeLocation;
NutsHomeLocation.parseLenient ( String value, NutsHomeLocation emptyOrErrorValue ) [static] : NutsHomeLocation
net/thevpc/nuts/NutsHomeLocation.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsHomeLocation;)Lnet/thevpc/nuts/NutsHomeLocation;
NutsHomeLocation.toString ( ) : String
net/thevpc/nuts/NutsHomeLocation.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsId.class
package net.thevpc.nuts
NutsId.compatNewer ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.compatNewer:()Lnet/thevpc/nuts/NutsId;
NutsId.compatOlder ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.compatOlder:()Lnet/thevpc/nuts/NutsId;
NutsId.equalsLongId ( NutsId p1 ) [abstract] : boolean
net/thevpc/nuts/NutsId.equalsLongId:(Lnet/thevpc/nuts/NutsId;)Z
NutsId.equalsShortId ( NutsId p1 ) [abstract] : boolean
net/thevpc/nuts/NutsId.equalsShortId:(Lnet/thevpc/nuts/NutsId;)Z
NutsId.filter ( ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsId.filter:()Lnet/thevpc/nuts/NutsIdFilter;
NutsId.getCondition ( ) [abstract] : NutsEnvCondition
net/thevpc/nuts/NutsId.getCondition:()Lnet/thevpc/nuts/NutsEnvCondition;
NutsId.getLongId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.getLongId:()Lnet/thevpc/nuts/NutsId;
NutsId.getShortId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.getShortId:()Lnet/thevpc/nuts/NutsId;
NutsId.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsId.isBlank:()Z
NutsId.isLongId ( ) [abstract] : boolean
net/thevpc/nuts/NutsId.isLongId:()Z
NutsId.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsId.isNull:()Z
NutsId.isShortId ( ) [abstract] : boolean
net/thevpc/nuts/NutsId.isShortId:()Z
NutsId.of ( String value, NutsSession session ) [static] : NutsId
net/thevpc/nuts/NutsId.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsId;
nuts-0.8.3.jar,
NutsIdBuilder.class
package net.thevpc.nuts
NutsIdBuilder.getCondition ( ) [abstract] : NutsEnvConditionBuilder
net/thevpc/nuts/NutsIdBuilder.getCondition:()Lnet/thevpc/nuts/NutsEnvConditionBuilder;
NutsIdBuilder.of ( NutsSession session ) [static] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setAll ( NutsId p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setAll:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setAll ( NutsIdBuilder p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setAll:(Lnet/thevpc/nuts/NutsIdBuilder;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setCondition ( NutsEnvCondition p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvCondition;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setCondition ( NutsEnvConditionBuilder p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setCondition:(Lnet/thevpc/nuts/NutsEnvConditionBuilder;)Lnet/thevpc/nuts/NutsIdBuilder;
nuts-0.8.3.jar,
NutsIdFilters.class
package net.thevpc.nuts
NutsIdFilters.byDefaultVersion ( Boolean p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilters.byDefaultVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilters.byInstallStatus ( NutsInstallStatusFilter p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilters.byInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilters.byName ( String... p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilters.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilters.of ( NutsSession session ) [static] : NutsIdFilters
net/thevpc/nuts/NutsIdFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdFilters;
nuts-0.8.3.jar,
NutsIdFormat.class
package net.thevpc.nuts
NutsIdFormat.of ( NutsSession session ) [static] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdFormat;
nuts-0.8.3.jar,
NutsIdLocation.class
package net.thevpc.nuts
NutsIdLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NutsIdLocation.equals:(Ljava/lang/Object;)Z
NutsIdLocation.hashCode ( ) : int
net/thevpc/nuts/NutsIdLocation.hashCode:()I
NutsIdLocation.isBlank ( ) : boolean
net/thevpc/nuts/NutsIdLocation.isBlank:()Z
NutsIdLocation.NutsIdLocation ( String url, String region, String classifier )
net/thevpc/nuts/NutsIdLocation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
NutsIdLocation.toString ( ) : String
net/thevpc/nuts/NutsIdLocation.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsIdParser.class
package net.thevpc.nuts
NutsIdParser.isAcceptBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdParser.isAcceptBlank:()Z
NutsIdParser.setAcceptBlank ( boolean p1 ) [abstract] : NutsIdParser
net/thevpc/nuts/NutsIdParser.setAcceptBlank:(Z)Lnet/thevpc/nuts/NutsIdParser;
nuts-0.8.3.jar,
NutsIdResolver.class
package net.thevpc.nuts
NutsIdResolver.of ( NutsSession session ) [static] : NutsIdResolver
net/thevpc/nuts/NutsIdResolver.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdResolver;
NutsIdResolver.resolveId ( Class p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdResolver.resolveId:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsId;
NutsIdResolver.resolveIds ( Class p1 ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsIdResolver.resolveIds:(Ljava/lang/Class;)[Lnet/thevpc/nuts/NutsId;
nuts-0.8.3.jar,
NutsIdType.class
package net.thevpc.nuts
NutsIdType.parse ( String value, NutsIdType emptyValue, NutsSession session ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsIdType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdType;
NutsIdType.parse ( String value, NutsSession session ) [static] : NutsIdType
net/thevpc/nuts/NutsIdType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdType;
nuts-0.8.3.jar,
NutsImportManager.class
package net.thevpc.nuts
NutsImportManager.addImports ( String... p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.addImports:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.clearImports ( ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.clearImports:()Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.getAllImports ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsImportManager.getAllImports:()Ljava/util/Set;
NutsImportManager.removeImports ( String... p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.removeImports:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.updateImports ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.updateImports:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
nuts-0.8.3.jar,
NutsIndexStore.class
package net.thevpc.nuts
NutsIndexStore.search ( NutsIdFilter p1, NutsSession p2 ) [abstract] : NutsIterator<NutsId>
net/thevpc/nuts/NutsIndexStore.search:(Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIterator;
NutsIndexStore.searchVersions ( NutsId p1, NutsSession p2 ) [abstract] : NutsIterator<NutsId>
net/thevpc/nuts/NutsIndexStore.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIterator;
nuts-0.8.3.jar,
NutsInfoCommand.class
package net.thevpc.nuts
NutsInfoCommand.addProperties ( Map<String,String> p1 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.addProperty ( String p1, String p2 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.configure ( boolean p1, String... p2 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsInfoCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsInfoCommand.configure ( boolean p1, String[ ] p2 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInfoCommand.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInfoCommand.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsInfoCommand.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsInfoCommand.copySession ( ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInfoCommand.copySession:()Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInfoCommand.copySession ( ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.copySession:()Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.isFancy ( ) [abstract] : boolean
net/thevpc/nuts/NutsInfoCommand.isFancy:()Z
NutsInfoCommand.isShowRepositories ( ) [abstract] : boolean
net/thevpc/nuts/NutsInfoCommand.isShowRepositories:()Z
NutsInfoCommand.of ( NutsSession session ) [static] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.setFancy ( boolean p1 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.setFancy:(Z)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoCommand.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsInfoCommand.setNtf ( boolean p1 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.setNtf:(Z)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsInfoCommand.setSession ( NutsSession p1 ) : NutsWorkspaceCommand
net/thevpc/nuts/NutsInfoCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceCommand;
NutsInfoCommand.setSession ( NutsSession p1 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInfoCommand;
NutsInfoCommand.setShowRepositories ( boolean p1 ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsInfoCommand.setShowRepositories:(Z)Lnet/thevpc/nuts/NutsInfoCommand;
nuts-0.8.3.jar,
NutsInputStreamMonitor.class
package net.thevpc.nuts
NutsInputStreamMonitor.create ( ) [abstract] : InputStream
net/thevpc/nuts/NutsInputStreamMonitor.create:()Ljava/io/InputStream;
NutsInputStreamMonitor.getLength ( ) [abstract] : long
net/thevpc/nuts/NutsInputStreamMonitor.getLength:()J
NutsInputStreamMonitor.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInputStreamMonitor.getName:()Lnet/thevpc/nuts/NutsString;
NutsInputStreamMonitor.getOrigin ( ) [abstract] : Object
net/thevpc/nuts/NutsInputStreamMonitor.getOrigin:()Ljava/lang/Object;
NutsInputStreamMonitor.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsInputStreamMonitor.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsInputStreamMonitor.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsInputStreamMonitor.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsInputStreamMonitor.getSourceTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInputStreamMonitor.getSourceTypeName:()Ljava/lang/String;
NutsInputStreamMonitor.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsInputStreamMonitor.isLogProgress:()Z
NutsInputStreamMonitor.isTraceProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsInputStreamMonitor.isTraceProgress:()Z
NutsInputStreamMonitor.of ( NutsSession session ) [static] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setLength ( long p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setLength:(J)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setLogProgress ( boolean p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setLogProgress:(Z)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setName ( NutsString p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setOrigin ( Object p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setOrigin:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSession ( NutsSession p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSource ( File p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSource ( InputStream p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSource ( NutsPath p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSource ( Path p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSource ( String p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setSourceTypeName ( String p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setSourceTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputStreamMonitor;
NutsInputStreamMonitor.setTraceProgress ( boolean p1 ) [abstract] : NutsInputStreamMonitor
net/thevpc/nuts/NutsInputStreamMonitor.setTraceProgress:(Z)Lnet/thevpc/nuts/NutsInputStreamMonitor;
nuts-0.8.3.jar,
NutsInputStreams.class
package net.thevpc.nuts
NutsInputStreams.isStdin ( InputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsInputStreams.isStdin:(Ljava/io/InputStream;)Z
NutsInputStreams.of ( NutsSession session ) [static] : NutsInputStreams
net/thevpc/nuts/NutsInputStreams.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInputStreams;
NutsInputStreams.ofNull ( ) [abstract] : InputStream
net/thevpc/nuts/NutsInputStreams.ofNull:()Ljava/io/InputStream;
NutsInputStreams.ofNull ( NutsSession session ) [static] : InputStream
net/thevpc/nuts/NutsInputStreams.ofNull:(Lnet/thevpc/nuts/NutsSession;)Ljava/io/InputStream;
NutsInputStreams.stdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsInputStreams.stdin:()Ljava/io/InputStream;
nuts-0.8.3.jar,
NutsInstallCommand.class
package net.thevpc.nuts
NutsInstallCommand.getResult ( ) [abstract] : NutsStream<NutsDefinition>
net/thevpc/nuts/NutsInstallCommand.getResult:()Lnet/thevpc/nuts/NutsStream;
nuts-0.8.3.jar,
NutsInstallerComponent.class
package net.thevpc.nuts.spi
NutsInstallerComponent.install ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsInstallerComponent.install:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsInstallerComponent.uninstall ( NutsExecutionContext p1, boolean p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsInstallerComponent.uninstall:(Lnet/thevpc/nuts/NutsExecutionContext;Z)V
NutsInstallerComponent.update ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsInstallerComponent.update:(Lnet/thevpc/nuts/NutsExecutionContext;)V
nuts-0.8.3.jar,
NutsInstallInformation.class
package net.thevpc.nuts
NutsInstallInformation.getInstallFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.3.jar,
NutsInstallStatusFilters.class
package net.thevpc.nuts
NutsInstallStatusFilters.byDefaultValue ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilters.byDefaultValue:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilters.byDeployed ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilters.byDeployed:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilters.byInstalled ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilters.byInstalled:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilters.byObsolete ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilters.byObsolete:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilters.byRequired ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilters.byRequired:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilters.of ( NutsSession session ) [static] : NutsInstallStatusFilters
net/thevpc/nuts/NutsInstallStatusFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallStatusFilters;
nuts-0.8.3.jar,
NutsInstallStrategy.class
package net.thevpc.nuts
NutsInstallStrategy.parse ( String value, NutsInstallStrategy emptyValue, NutsSession session ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsInstallStrategy;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallStrategy;
NutsInstallStrategy.parse ( String value, NutsSession session ) [static] : NutsInstallStrategy
net/thevpc/nuts/NutsInstallStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallStrategy;
nuts-0.8.3.jar,
NutsIterable.class
package net.thevpc.nuts
NutsIterable<T>.iterator ( ) : Iterator
net/thevpc/nuts/NutsIterable.iterator:()Ljava/util/Iterator;
NutsIterable<T>.iterator ( ) [abstract] : NutsIterator<T>
net/thevpc/nuts/NutsIterable.iterator:()Lnet/thevpc/nuts/NutsIterator;
NutsIterable<T>.of ( Iterable<T> o, Function<NutsElements,NutsElement> descr ) [static] : NutsIterable<T>
net/thevpc/nuts/NutsIterable.of:(Ljava/lang/Iterable;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsIterable;
NutsIterable<T>.of ( Iterable<T> o, NutsElement descr ) [static] : NutsIterable<T>
net/thevpc/nuts/NutsIterable.of:(Ljava/lang/Iterable;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsIterable;
NutsIterable<T>.of ( Iterable<T> o, String descr ) [static] : NutsIterable<T>
net/thevpc/nuts/NutsIterable.of:(Ljava/lang/Iterable;Ljava/lang/String;)Lnet/thevpc/nuts/NutsIterable;
nuts-0.8.3.jar,
NutsIterator.class
package net.thevpc.nuts
NutsIterator<T>.of ( Iterator<T> o, Function<NutsElements,NutsElement> descr ) [static] : NutsIterator<T>
net/thevpc/nuts/NutsIterator.of:(Ljava/util/Iterator;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsIterator;
NutsIterator<T>.of ( Iterator<T> o, NutsElement descr ) [static] : NutsIterator<T>
net/thevpc/nuts/NutsIterator.of:(Ljava/util/Iterator;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsIterator;
NutsIterator<T>.of ( Iterator<T> o, String descr ) [static] : NutsIterator<T>
net/thevpc/nuts/NutsIterator.of:(Ljava/util/Iterator;Ljava/lang/String;)Lnet/thevpc/nuts/NutsIterator;
NutsIterator<T>.ofEmpty ( NutsSession session ) [static] : NutsIterator<T>
net/thevpc/nuts/NutsIterator.ofEmpty:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIterator;
nuts-0.8.3.jar,
NutsLauncherOptions.class
package net.thevpc.nuts
NutsLauncherOptions.getCreateCustomShortcut ( ) : NutsSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateCustomShortcut:()Lnet/thevpc/nuts/NutsSupportCondition;
NutsLauncherOptions.getCreateDesktopShortcut ( ) : NutsSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateDesktopShortcut:()Lnet/thevpc/nuts/NutsSupportCondition;
NutsLauncherOptions.getCreateMenuShortcut ( ) : NutsSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateMenuShortcut:()Lnet/thevpc/nuts/NutsSupportCondition;
NutsLauncherOptions.setCreateCustomShortcut ( NutsSupportCondition createCustomShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateCustomShortcut:(Lnet/thevpc/nuts/NutsSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateDesktopShortcut ( NutsSupportCondition createDesktopShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateDesktopShortcut:(Lnet/thevpc/nuts/NutsSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateMenuShortcut ( NutsSupportCondition createMenuShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateMenuShortcut:(Lnet/thevpc/nuts/NutsSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
nuts-0.8.3.jar,
NutsLocks.class
package net.thevpc.nuts
NutsLocks.call ( Callable<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsLocks.call:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
NutsLocks.call ( Callable<T> p1, long p2, TimeUnit p3 ) [abstract] : T
net/thevpc/nuts/NutsLocks.call:(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
NutsLocks.create ( ) [abstract] : NutsLock
net/thevpc/nuts/NutsLocks.create:()Lnet/thevpc/nuts/NutsLock;
NutsLocks.getResource ( ) [abstract] : Object
net/thevpc/nuts/NutsLocks.getResource:()Ljava/lang/Object;
NutsLocks.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsLocks.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsLocks.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsLocks.getSource:()Ljava/lang/Object;
NutsLocks.of ( NutsSession session ) [static] : NutsLocks
net/thevpc/nuts/NutsLocks.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLocks;
NutsLocks.run ( Runnable p1 ) [abstract] : void
net/thevpc/nuts/NutsLocks.run:(Ljava/lang/Runnable;)V
NutsLocks.run ( Runnable p1, long p2, TimeUnit p3 ) [abstract] : void
net/thevpc/nuts/NutsLocks.run:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)V
NutsLocks.setResource ( File p1 ) [abstract] : NutsLocks
net/thevpc/nuts/NutsLocks.setResource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsLocks;
NutsLocks.setResource ( Object p1 ) [abstract] : NutsLocks
net/thevpc/nuts/NutsLocks.setResource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsLocks;
NutsLocks.setResource ( Path p1 ) [abstract] : NutsLocks
net/thevpc/nuts/NutsLocks.setResource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsLocks;
NutsLocks.setSession ( NutsSession p1 ) [abstract] : NutsLocks
net/thevpc/nuts/NutsLocks.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLocks;
NutsLocks.setSource ( Object p1 ) [abstract] : NutsLocks
net/thevpc/nuts/NutsLocks.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsLocks;
nuts-0.8.3.jar,
NutsLogger.class
package net.thevpc.nuts
NutsLogger.addHandler ( Handler handler, NutsSession session ) [static] : void
net/thevpc/nuts/NutsLogger.addHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NutsSession;)V
NutsLogger.getFileHandler ( NutsSession session ) [static] : Handler
net/thevpc/nuts/NutsLogger.getFileHandler:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Handler;
NutsLogger.getFileLevel ( NutsSession session ) [static] : Level
net/thevpc/nuts/NutsLogger.getFileLevel:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Level;
NutsLogger.getHandlers ( NutsSession session ) [static] : Handler[ ]
net/thevpc/nuts/NutsLogger.getHandlers:(Lnet/thevpc/nuts/NutsSession;)[Ljava/util/logging/Handler;
NutsLogger.getTermHandler ( NutsSession session ) [static] : Handler
net/thevpc/nuts/NutsLogger.getTermHandler:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Handler;
NutsLogger.getTermLevel ( NutsSession session ) [static] : Level
net/thevpc/nuts/NutsLogger.getTermLevel:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Level;
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, NutsMessage p4, Throwable p5 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, Supplier<NutsMessage> p4, Supplier<Throwable> p5 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/util/function/Supplier;Ljava/util/function/Supplier;)V
NutsLogger.of ( String name, NutsSession session ) [static] : NutsLogger
net/thevpc/nuts/NutsLogger.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogger;
NutsLogger.removeHandler ( Handler handler, NutsSession session ) [static] : void
net/thevpc/nuts/NutsLogger.removeHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NutsSession;)V
NutsLogger.setFileLevel ( Level level, NutsSession session ) [static] : void
net/thevpc/nuts/NutsLogger.setFileLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsSession;)V
NutsLogger.setTermLevel ( Level level, NutsSession session ) [static] : void
net/thevpc/nuts/NutsLogger.setTermLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.3.jar,
NutsLoggerOp.class
package net.thevpc.nuts
NutsLoggerOp.isLoggable ( Level p1 ) [abstract] : boolean
net/thevpc/nuts/NutsLoggerOp.isLoggable:(Ljava/util/logging/Level;)Z
NutsLoggerOp.log ( NutsMessage p1 ) [abstract] : void
net/thevpc/nuts/NutsLoggerOp.log:(Lnet/thevpc/nuts/NutsMessage;)V
NutsLoggerOp.of ( String name, NutsSession session ) [static] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLoggerOp;
nuts-0.8.3.jar,
NutsLogManager.class
package net.thevpc.nuts.spi
NutsLogManager.addHandler ( Handler p1, NutsSession p2 ) [abstract] : NutsLogManager
net/thevpc/nuts/spi/NutsLogManager.addHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsLogManager;
NutsLogManager.createLogger ( Class p1, NutsSession p2 ) [abstract] : NutsLogger
net/thevpc/nuts/spi/NutsLogManager.createLogger:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogger;
NutsLogManager.createLogger ( String p1, NutsSession p2 ) [abstract] : NutsLogger
net/thevpc/nuts/spi/NutsLogManager.createLogger:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogger;
NutsLogManager.getFileHandler ( NutsSession p1 ) [abstract] : Handler
net/thevpc/nuts/spi/NutsLogManager.getFileHandler:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Handler;
NutsLogManager.getFileLevel ( NutsSession p1 ) [abstract] : Level
net/thevpc/nuts/spi/NutsLogManager.getFileLevel:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Level;
NutsLogManager.getHandlers ( NutsSession p1 ) [abstract] : Handler[ ]
net/thevpc/nuts/spi/NutsLogManager.getHandlers:(Lnet/thevpc/nuts/NutsSession;)[Ljava/util/logging/Handler;
NutsLogManager.getTermHandler ( NutsSession p1 ) [abstract] : Handler
net/thevpc/nuts/spi/NutsLogManager.getTermHandler:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Handler;
NutsLogManager.getTermLevel ( NutsSession p1 ) [abstract] : Level
net/thevpc/nuts/spi/NutsLogManager.getTermLevel:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/logging/Level;
NutsLogManager.of ( NutsSession session ) [static] : NutsLogManager
net/thevpc/nuts/spi/NutsLogManager.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsLogManager;
NutsLogManager.removeHandler ( Handler p1, NutsSession p2 ) [abstract] : NutsLogManager
net/thevpc/nuts/spi/NutsLogManager.removeHandler:(Ljava/util/logging/Handler;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsLogManager;
NutsLogManager.setFileLevel ( Level p1, NutsSession p2 ) [abstract] : NutsLogManager
net/thevpc/nuts/spi/NutsLogManager.setFileLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsLogManager;
NutsLogManager.setTermLevel ( Level p1, NutsSession p2 ) [abstract] : NutsLogManager
net/thevpc/nuts/spi/NutsLogManager.setTermLevel:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsLogManager;
nuts-0.8.3.jar,
NutsMemoryPrintStream.class
package net.thevpc.nuts
NutsMemoryPrintStream.of ( NutsSession session ) [static] : NutsMemoryPrintStream
net/thevpc/nuts/NutsMemoryPrintStream.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMemoryPrintStream;
nuts-0.8.3.jar,
NutsMessage.class
package net.thevpc.nuts
NutsMessage.toNutsString ( NutsSession session ) : NutsString
net/thevpc/nuts/NutsMessage.toNutsString:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.3.jar,
NutsMissingSessionException.class
package net.thevpc.nuts
NutsMissingSessionException.getFormattedMessage ( ) : NutsMessage
net/thevpc/nuts/NutsMissingSessionException.getFormattedMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsMissingSessionException.NutsMissingSessionException ( )
net/thevpc/nuts/NutsMissingSessionException."<init>":()V
NutsMissingSessionException.NutsMissingSessionException ( NutsMessage message )
net/thevpc/nuts/NutsMissingSessionException."<init>":(Lnet/thevpc/nuts/NutsMessage;)V
NutsMissingSessionException.NutsMissingSessionException ( NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsMissingSessionException."<init>":(Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
nuts-0.8.3.jar,
NutsNoSuchElementException.class
package net.thevpc.nuts
NutsNoSuchElementException.NutsNoSuchElementException ( NutsSession session, NutsMessage message )
net/thevpc/nuts/NutsNoSuchElementException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;)V
NutsNoSuchElementException.NutsNoSuchElementException ( NutsSession session, NutsMessage message, Throwable cause )
net/thevpc/nuts/NutsNoSuchElementException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
NutsNoSuchElementException.NutsNoSuchElementException ( NutsSession session, NutsMessage message, Throwable cause, boolean enableSuppression, boolean writableStackTrace )
net/thevpc/nuts/NutsNoSuchElementException."<init>":(Lnet/thevpc/nuts/NutsSession;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;ZZ)V
nuts-0.8.3.jar,
NutsObjectElement.class
package net.thevpc.nuts
NutsObjectElement.builder ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElement.builder:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
nuts-0.8.3.jar,
NutsObjectElementBuilder.class
package net.thevpc.nuts
NutsObjectElementBuilder.addAll ( Map<NutsElement,NutsElement> p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.addAll:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.addAll ( NutsElementEntry... p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.addAll:([Lnet/thevpc/nuts/NutsElementEntry;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.addAll ( NutsObjectElement p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.addAll:(Lnet/thevpc/nuts/NutsObjectElement;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.addAll ( NutsObjectElementBuilder p1 ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsObjectElementBuilder.addAll:(Lnet/thevpc/nuts/NutsObjectElementBuilder;)Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsObjectElementBuilder.build ( ) : NutsElement
net/thevpc/nuts/NutsObjectElementBuilder.build:()Lnet/thevpc/nuts/NutsElement;
nuts-0.8.3.jar,
NutsObjectFormat.class
package net.thevpc.nuts
NutsObjectFormat.configure ( boolean p1, String[ ] p2 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsObjectFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsObjectFormat.isCompact:()Z
NutsObjectFormat.of ( NutsSession session ) [static] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsObjectFormat.setCompact ( boolean p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsObjectFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsObjectFormat.setNtf ( boolean p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsObjectFormat.setSession ( NutsSession p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsObjectFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsObjectFormat.setValue ( Object p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsObjectFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsContentTypeFormat;
nuts-0.8.3.jar,
NutsOpenMode.class
package net.thevpc.nuts
NutsOpenMode.parse ( String value, NutsOpenMode emptyValue, NutsSession session ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOpenMode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOpenMode;
NutsOpenMode.parse ( String value, NutsSession session ) [static] : NutsOpenMode
net/thevpc/nuts/NutsOpenMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOpenMode;
nuts-0.8.3.jar,
NutsOsFamily.class
package net.thevpc.nuts
NutsOsFamily.getCurrent ( ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.getCurrent:()Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.parse ( String value, NutsOsFamily emptyValue, NutsSession session ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOsFamily;
NutsOsFamily.parse ( String value, NutsSession session ) [static] : NutsOsFamily
net/thevpc/nuts/NutsOsFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOsFamily;
nuts-0.8.3.jar,
NutsPath.class
package net.thevpc.nuts
NutsPath.addPermissions ( NutsPathPermission... p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.addPermissions:([Lnet/thevpc/nuts/NutsPathPermission;)Lnet/thevpc/nuts/NutsPath;
NutsPath.asFile ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.asFile:()Ljava/nio/file/Path;
NutsPath.copyTo ( NutsPath p1, NutsPathOption... p2 ) [abstract] : void
net/thevpc/nuts/NutsPath.copyTo:(Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathOption;)V
NutsPath.delete ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.delete:()Lnet/thevpc/nuts/NutsPath;
NutsPath.deleteTree ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.deleteTree:()Lnet/thevpc/nuts/NutsPath;
NutsPath.expandPath ( Function<String,String> p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.expandPath:(Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsPath;
NutsPath.getCreationInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsPath.getCreationInstant:()Ljava/time/Instant;
NutsPath.getInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/NutsPath.getInputStream:()Ljava/io/InputStream;
NutsPath.getItem ( int p1 ) [abstract] : String
net/thevpc/nuts/NutsPath.getItem:(I)Ljava/lang/String;
NutsPath.getItems ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsPath.getItems:()[Ljava/lang/String;
NutsPath.getLastAccessInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsPath.getLastAccessInstant:()Ljava/time/Instant;
NutsPath.getOutputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/NutsPath.getOutputStream:()Ljava/io/OutputStream;
NutsPath.getParent ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.getParent:()Lnet/thevpc/nuts/NutsPath;
NutsPath.getPathCount ( ) [abstract] : int
net/thevpc/nuts/NutsPath.getPathCount:()I
NutsPath.getPermissions ( ) [abstract] : Set<NutsPathPermission>
net/thevpc/nuts/NutsPath.getPermissions:()Ljava/util/Set;
NutsPath.getProtocol ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getProtocol:()Ljava/lang/String;
NutsPath.getReader ( ) [abstract] : Reader
net/thevpc/nuts/NutsPath.getReader:()Ljava/io/Reader;
NutsPath.getRoot ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.getRoot:()Lnet/thevpc/nuts/NutsPath;
NutsPath.getUserKind ( ) [abstract] : String
net/thevpc/nuts/NutsPath.getUserKind:()Ljava/lang/String;
NutsPath.getWriter ( ) [abstract] : Writer
net/thevpc/nuts/NutsPath.getWriter:()Ljava/io/Writer;
NutsPath.group ( ) [abstract] : String
net/thevpc/nuts/NutsPath.group:()Ljava/lang/String;
NutsPath.head ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsPath.head:(I)Ljava/util/List;
NutsPath.isAbsolute ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isAbsolute:()Z
NutsPath.isDirectory ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isDirectory:()Z
NutsPath.isFile ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isFile:()Z
NutsPath.isHttp ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isHttp:()Z
NutsPath.isLocal ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isLocal:()Z
NutsPath.isName ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isName:()Z
NutsPath.isOther ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isOther:()Z
NutsPath.isRegularFile ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isRegularFile:()Z
NutsPath.isRemote ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isRemote:()Z
NutsPath.isRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isRoot:()Z
NutsPath.isSymbolicLink ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isSymbolicLink:()Z
NutsPath.lines ( ) [abstract] : Stream<String>
net/thevpc/nuts/NutsPath.lines:()Ljava/util/stream/Stream;
NutsPath.list ( ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsPath.list:()Lnet/thevpc/nuts/NutsStream;
NutsPath.mkdir ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.mkdir:()Lnet/thevpc/nuts/NutsPath;
NutsPath.mkdirs ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.mkdirs:()Lnet/thevpc/nuts/NutsPath;
NutsPath.mkParentDirs ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.mkParentDirs:()Lnet/thevpc/nuts/NutsPath;
NutsPath.moveTo ( NutsPath p1, NutsPathOption... p2 ) [abstract] : void
net/thevpc/nuts/NutsPath.moveTo:(Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathOption;)V
NutsPath.normalize ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.normalize:()Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( NutsPathSPI path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Lnet/thevpc/nuts/spi/NutsPathSPI;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.of ( Path path, NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.of:(Ljava/nio/file/Path;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.ofUserDirectory ( NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.ofUserDirectory:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.ofUserHome ( NutsSession session ) [static] : NutsPath
net/thevpc/nuts/NutsPath.ofUserHome:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPath.owner ( ) [abstract] : String
net/thevpc/nuts/NutsPath.owner:()Ljava/lang/String;
NutsPath.readAllBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsPath.readAllBytes:()[B
NutsPath.removePermissions ( NutsPathPermission... p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.removePermissions:([Lnet/thevpc/nuts/NutsPathPermission;)Lnet/thevpc/nuts/NutsPath;
NutsPath.resolve ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.resolve:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPath.resolve ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.resolve:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsPath.resolveSibling ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.resolveSibling:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPath.resolveSibling ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.resolveSibling:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsPath.setPermissions ( NutsPathPermission... p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.setPermissions:([Lnet/thevpc/nuts/NutsPathPermission;)Lnet/thevpc/nuts/NutsPath;
NutsPath.setUserKind ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.setUserKind:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsPath.subpath ( int p1, int p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.subpath:(II)Lnet/thevpc/nuts/NutsPath;
NutsPath.tail ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsPath.tail:(I)Ljava/util/List;
NutsPath.toAbsolute ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.toAbsolute:()Lnet/thevpc/nuts/NutsPath;
NutsPath.toAbsolute ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.toAbsolute:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPath.toAbsolute ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.toAbsolute:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsPath.toFile ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.toFile:()Ljava/nio/file/Path;
NutsPath.toRelativePath ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.toRelativePath:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPath.walk ( ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsPath.walk:()Lnet/thevpc/nuts/NutsStream;
NutsPath.walk ( int p1 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsPath.walk:(I)Lnet/thevpc/nuts/NutsStream;
NutsPath.walk ( int p1, NutsPathOption[ ] p2 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsPath.walk:(I[Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsStream;
NutsPath.walk ( NutsPathOption... p1 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsPath.walk:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsStream;
NutsPath.walkDfs ( NutsTreeVisitor<NutsPath> p1, int p2, NutsPathOption... p3 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.walkDfs:(Lnet/thevpc/nuts/NutsTreeVisitor;I[Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsPath;
NutsPath.walkDfs ( NutsTreeVisitor<NutsPath> p1, NutsPathOption... p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.walkDfs:(Lnet/thevpc/nuts/NutsTreeVisitor;[Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsPath;
NutsPath.walkGlob ( NutsPathOption... p1 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsPath.walkGlob:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsStream;
NutsPath.writeBytes ( byte[ ] p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsPath.writeBytes:([B)Lnet/thevpc/nuts/NutsPath;
nuts-0.8.3.jar,
NutsPathFactory.class
package net.thevpc.nuts.spi
NutsPathFactory.createPath ( String p1, NutsSession p2, ClassLoader p3 ) [abstract] : NutsSupported<NutsPathSPI>
net/thevpc/nuts/spi/NutsPathFactory.createPath:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsSupported;
nuts-0.8.3.jar,
NutsPathOption.class
package net.thevpc.nuts
NutsPathOption.id ( ) : String
net/thevpc/nuts/NutsPathOption.id:()Ljava/lang/String;
NutsPathOption.parse ( String value, NutsPathOption emptyValue, NutsSession session ) [static] : NutsPathOption
net/thevpc/nuts/NutsPathOption.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPathOption;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPathOption;
NutsPathOption.parse ( String value, NutsSession session ) [static] : NutsPathOption
net/thevpc/nuts/NutsPathOption.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPathOption;
NutsPathOption.parseLenient ( String value ) [static] : NutsPathOption
net/thevpc/nuts/NutsPathOption.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPathOption;
NutsPathOption.parseLenient ( String value, NutsPathOption emptyOrErrorValue ) [static] : NutsPathOption
net/thevpc/nuts/NutsPathOption.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsPathOption;
NutsPathOption.parseLenient ( String value, NutsPathOption emptyValue, NutsPathOption errorValue ) [static] : NutsPathOption
net/thevpc/nuts/NutsPathOption.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPathOption;Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsPathOption;
NutsPathOption.valueOf ( String name ) [static] : NutsPathOption
net/thevpc/nuts/NutsPathOption.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPathOption;
NutsPathOption.values ( ) [static] : NutsPathOption[ ]
net/thevpc/nuts/NutsPathOption.values:()[Lnet/thevpc/nuts/NutsPathOption;
nuts-0.8.3.jar,
NutsPathPermission.class
package net.thevpc.nuts
NutsPathPermission.id ( ) : String
net/thevpc/nuts/NutsPathPermission.id:()Ljava/lang/String;
NutsPathPermission.parse ( String value, NutsPathPermission emptyValue, NutsSession session ) [static] : NutsPathPermission
net/thevpc/nuts/NutsPathPermission.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPathPermission;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPathPermission;
NutsPathPermission.parse ( String value, NutsSession session ) [static] : NutsPathPermission
net/thevpc/nuts/NutsPathPermission.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPathPermission;
NutsPathPermission.parseLenient ( String arch, NutsPathPermission emptyValue ) [static] : NutsPathPermission
net/thevpc/nuts/NutsPathPermission.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPathPermission;)Lnet/thevpc/nuts/NutsPathPermission;
NutsPathPermission.parseLenient ( String value ) [static] : NutsPathPermission
net/thevpc/nuts/NutsPathPermission.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPathPermission;
NutsPathPermission.parseLenient ( String value, NutsPathPermission emptyValue, NutsPathPermission errorValue ) [static] : NutsPathPermission
net/thevpc/nuts/NutsPathPermission.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPathPermission;Lnet/thevpc/nuts/NutsPathPermission;)Lnet/thevpc/nuts/NutsPathPermission;
NutsPathPermission.valueOf ( String name ) [static] : NutsPathPermission
net/thevpc/nuts/NutsPathPermission.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPathPermission;
NutsPathPermission.values ( ) [static] : NutsPathPermission[ ]
net/thevpc/nuts/NutsPathPermission.values:()[Lnet/thevpc/nuts/NutsPathPermission;
nuts-0.8.3.jar,
NutsPaths.class
package net.thevpc.nuts.spi
NutsPaths.addPathFactory ( NutsPathFactory p1, NutsSession p2 ) [abstract] : NutsPaths
net/thevpc/nuts/spi/NutsPaths.addPathFactory:(Lnet/thevpc/nuts/spi/NutsPathFactory;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsPaths;
NutsPaths.createPath ( File p1, NutsSession p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPaths.createPath:(Ljava/io/File;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPaths.createPath ( NutsPathSPI p1, NutsSession p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPaths.createPath:(Lnet/thevpc/nuts/spi/NutsPathSPI;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPaths.createPath ( Path p1, NutsSession p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPaths.createPath:(Ljava/nio/file/Path;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPaths.createPath ( String p1, ClassLoader p2, NutsSession p3 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPaths.createPath:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPaths.createPath ( String p1, NutsSession p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPaths.createPath:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPaths.createPath ( URL p1, NutsSession p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPaths.createPath:(Ljava/net/URL;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPath;
NutsPaths.of ( NutsSession session ) [static] : NutsPaths
net/thevpc/nuts/spi/NutsPaths.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsPaths;
NutsPaths.removePathFactory ( NutsPathFactory p1, NutsSession p2 ) [abstract] : NutsPaths
net/thevpc/nuts/spi/NutsPaths.removePathFactory:(Lnet/thevpc/nuts/spi/NutsPathFactory;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsPaths;
nuts-0.8.3.jar,
NutsPathSPI.class
package net.thevpc.nuts.spi
NutsPathSPI.addPermissions ( NutsPath p1, NutsPathPermission... p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.addPermissions:(Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathPermission;)V
NutsPathSPI.copyTo ( NutsPath p1, NutsPath p2, NutsPathOption... p3 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.copyTo:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathOption;)V
NutsPathSPI.delete ( NutsPath p1, boolean p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.delete:(Lnet/thevpc/nuts/NutsPath;Z)V
NutsPathSPI.exists ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.exists:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.formatter ( NutsPath p1 ) [abstract] : NutsFormatSPI
net/thevpc/nuts/spi/NutsPathSPI.formatter:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/spi/NutsFormatSPI;
NutsPathSPI.getContentEncoding ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentEncoding:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.getContentLength ( NutsPath p1 ) [abstract] : long
net/thevpc/nuts/spi/NutsPathSPI.getContentLength:(Lnet/thevpc/nuts/NutsPath;)J
NutsPathSPI.getContentType ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentType:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.getCreationInstant ( NutsPath p1 ) [abstract] : Instant
net/thevpc/nuts/spi/NutsPathSPI.getCreationInstant:(Lnet/thevpc/nuts/NutsPath;)Ljava/time/Instant;
NutsPathSPI.getInputStream ( NutsPath p1 ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsPathSPI.getInputStream:(Lnet/thevpc/nuts/NutsPath;)Ljava/io/InputStream;
NutsPathSPI.getItems ( NutsPath p1 ) [abstract] : String[ ]
net/thevpc/nuts/spi/NutsPathSPI.getItems:(Lnet/thevpc/nuts/NutsPath;)[Ljava/lang/String;
NutsPathSPI.getLastAccessInstant ( NutsPath p1 ) [abstract] : Instant
net/thevpc/nuts/spi/NutsPathSPI.getLastAccessInstant:(Lnet/thevpc/nuts/NutsPath;)Ljava/time/Instant;
NutsPathSPI.getLastModifiedInstant ( NutsPath p1 ) [abstract] : Instant
net/thevpc/nuts/spi/NutsPathSPI.getLastModifiedInstant:(Lnet/thevpc/nuts/NutsPath;)Ljava/time/Instant;
NutsPathSPI.getLocation ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getLocation:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.getName ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getName:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.getOutputStream ( NutsPath p1 ) [abstract] : OutputStream
net/thevpc/nuts/spi/NutsPathSPI.getOutputStream:(Lnet/thevpc/nuts/NutsPath;)Ljava/io/OutputStream;
NutsPathSPI.getParent ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.getParent:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.getPathCount ( NutsPath p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsPathSPI.getPathCount:(Lnet/thevpc/nuts/NutsPath;)I
NutsPathSPI.getPermissions ( NutsPath p1 ) [abstract] : Set<NutsPathPermission>
net/thevpc/nuts/spi/NutsPathSPI.getPermissions:(Lnet/thevpc/nuts/NutsPath;)Ljava/util/Set;
NutsPathSPI.getProtocol ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getProtocol:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.getRoot ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.getRoot:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.group ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.group:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.isAbsolute ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isAbsolute:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isDirectory ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isDirectory:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isLocal ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isLocal:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isName ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isName:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isOther ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isOther:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isRegularFile ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isRegularFile:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isRoot ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isRoot:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.isSymbolicLink ( NutsPath p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.isSymbolicLink:(Lnet/thevpc/nuts/NutsPath;)Z
NutsPathSPI.list ( NutsPath p1 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/spi/NutsPathSPI.list:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsStream;
NutsPathSPI.mkdir ( boolean p1, NutsPath p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.mkdir:(ZLnet/thevpc/nuts/NutsPath;)V
NutsPathSPI.moveTo ( NutsPath p1, NutsPath p2, NutsPathOption... p3 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.moveTo:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathOption;)V
NutsPathSPI.normalize ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.normalize:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.owner ( NutsPath p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.owner:(Lnet/thevpc/nuts/NutsPath;)Ljava/lang/String;
NutsPathSPI.removePermissions ( NutsPath p1, NutsPathPermission... p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.removePermissions:(Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathPermission;)V
NutsPathSPI.resolve ( NutsPath p1, NutsPath p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.resolve:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.resolve ( NutsPath p1, String p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.resolve:(Lnet/thevpc/nuts/NutsPath;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.resolveSibling ( NutsPath p1, NutsPath p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.resolveSibling:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.resolveSibling ( NutsPath p1, String p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.resolveSibling:(Lnet/thevpc/nuts/NutsPath;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.setPermissions ( NutsPath p1, NutsPathPermission... p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.setPermissions:(Lnet/thevpc/nuts/NutsPath;[Lnet/thevpc/nuts/NutsPathPermission;)V
NutsPathSPI.subpath ( NutsPath p1, int p2, int p3 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.subpath:(Lnet/thevpc/nuts/NutsPath;II)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toAbsolute ( NutsPath p1, NutsPath p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.toAbsolute:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toCompressedForm ( NutsPath p1 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.toCompressedForm:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toFile ( NutsPath p1 ) [abstract] : Path
net/thevpc/nuts/spi/NutsPathSPI.toFile:(Lnet/thevpc/nuts/NutsPath;)Ljava/nio/file/Path;
NutsPathSPI.toRelativePath ( NutsPath p1, NutsPath p2 ) [abstract] : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.toRelativePath:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toURL ( NutsPath p1 ) [abstract] : URL
net/thevpc/nuts/spi/NutsPathSPI.toURL:(Lnet/thevpc/nuts/NutsPath;)Ljava/net/URL;
NutsPathSPI.walk ( NutsPath p1, int p2, NutsPathOption[ ] p3 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/spi/NutsPathSPI.walk:(Lnet/thevpc/nuts/NutsPath;I[Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsStream;
NutsPathSPI.walkDfs ( NutsPath p1, NutsTreeVisitor<NutsPath> p2, int p3, NutsPathOption... p4 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.walkDfs:(Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsTreeVisitor;I[Lnet/thevpc/nuts/NutsPathOption;)V
nuts-0.8.3.jar,
NutsPathStreamMetadata.class
package net.thevpc.nuts
NutsPathStreamMetadata.getContentLength ( ) : long
net/thevpc/nuts/NutsPathStreamMetadata.getContentLength:()J
NutsPathStreamMetadata.getContentType ( ) : String
net/thevpc/nuts/NutsPathStreamMetadata.getContentType:()Ljava/lang/String;
NutsPathStreamMetadata.getFormattedPath ( ) : NutsString
net/thevpc/nuts/NutsPathStreamMetadata.getFormattedPath:()Lnet/thevpc/nuts/NutsString;
NutsPathStreamMetadata.getName ( ) : String
net/thevpc/nuts/NutsPathStreamMetadata.getName:()Ljava/lang/String;
NutsPathStreamMetadata.getUserKind ( ) : String
net/thevpc/nuts/NutsPathStreamMetadata.getUserKind:()Ljava/lang/String;
NutsPathStreamMetadata.NutsPathStreamMetadata ( NutsPath path )
net/thevpc/nuts/NutsPathStreamMetadata."<init>":(Lnet/thevpc/nuts/NutsPath;)V
NutsPathStreamMetadata.setUserKind ( String userKind ) : NutsStreamMetadata
net/thevpc/nuts/NutsPathStreamMetadata.setUserKind:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStreamMetadata;
nuts-0.8.3.jar,
NutsPlatformFamily.class
package net.thevpc.nuts
NutsPlatformFamily.id ( ) : String
net/thevpc/nuts/NutsPlatformFamily.id:()Ljava/lang/String;
NutsPlatformFamily.parse ( String value, NutsPlatformFamily emptyValue, NutsSession session ) [static] : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPlatformFamily;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformFamily.parse ( String value, NutsSession session ) [static] : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformFamily.parseLenient ( String value ) [static] : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformFamily.parseLenient ( String value, NutsPlatformFamily emptyOrErrorValue ) [static] : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPlatformFamily;)Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformFamily.parseLenient ( String value, NutsPlatformFamily emptyValue, NutsPlatformFamily errorValue ) [static] : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPlatformFamily;Lnet/thevpc/nuts/NutsPlatformFamily;)Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformFamily.valueOf ( String name ) [static] : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformFamily.values ( ) [static] : NutsPlatformFamily[ ]
net/thevpc/nuts/NutsPlatformFamily.values:()[Lnet/thevpc/nuts/NutsPlatformFamily;
nuts-0.8.3.jar,
NutsPlatformLocation.class
package net.thevpc.nuts
NutsPlatformLocation.equals ( Object o ) : boolean
net/thevpc/nuts/NutsPlatformLocation.equals:(Ljava/lang/Object;)Z
NutsPlatformLocation.getId ( ) : NutsId
net/thevpc/nuts/NutsPlatformLocation.getId:()Lnet/thevpc/nuts/NutsId;
NutsPlatformLocation.getName ( ) : String
net/thevpc/nuts/NutsPlatformLocation.getName:()Ljava/lang/String;
NutsPlatformLocation.getPackaging ( ) : String
net/thevpc/nuts/NutsPlatformLocation.getPackaging:()Ljava/lang/String;
NutsPlatformLocation.getPath ( ) : String
net/thevpc/nuts/NutsPlatformLocation.getPath:()Ljava/lang/String;
NutsPlatformLocation.getPlatformType ( ) : NutsPlatformFamily
net/thevpc/nuts/NutsPlatformLocation.getPlatformType:()Lnet/thevpc/nuts/NutsPlatformFamily;
NutsPlatformLocation.getPriority ( ) : int
net/thevpc/nuts/NutsPlatformLocation.getPriority:()I
NutsPlatformLocation.getProduct ( ) : String
net/thevpc/nuts/NutsPlatformLocation.getProduct:()Ljava/lang/String;
NutsPlatformLocation.getVersion ( ) : String
net/thevpc/nuts/NutsPlatformLocation.getVersion:()Ljava/lang/String;
NutsPlatformLocation.hashCode ( ) : int
net/thevpc/nuts/NutsPlatformLocation.hashCode:()I
NutsPlatformLocation.NutsPlatformLocation ( NutsId id, String product, String name, String path, String version, String packaging, int priority )
net/thevpc/nuts/NutsPlatformLocation."<init>":(Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
NutsPlatformLocation.setPriority ( int priority ) : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformLocation.setPriority:(I)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformLocation.toString ( ) : String
net/thevpc/nuts/NutsPlatformLocation.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsPlatformManager.class
package net.thevpc.nuts
NutsPlatformManager.addPlatform ( NutsPlatformLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsPlatformManager.addPlatform:(Lnet/thevpc/nuts/NutsPlatformLocation;)Z
NutsPlatformManager.findPlatform ( NutsPlatformFamily p1, Predicate<NutsPlatformLocation> p2 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.findPlatform:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatform ( NutsPlatformLocation p1 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.findPlatform:(Lnet/thevpc/nuts/NutsPlatformLocation;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatformByName ( NutsPlatformFamily p1, String p2 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.findPlatformByName:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatformByPath ( NutsPlatformFamily p1, String p2 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.findPlatformByPath:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatformByVersion ( NutsPlatformFamily p1, NutsVersionFilter p2 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.findPlatformByVersion:(Lnet/thevpc/nuts/NutsPlatformFamily;Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatformByVersion ( NutsPlatformFamily p1, String p2 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.findPlatformByVersion:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatforms ( ) [abstract] : NutsPlatformLocation[ ]
net/thevpc/nuts/NutsPlatformManager.findPlatforms:()[Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatforms ( NutsPlatformFamily p1 ) [abstract] : NutsPlatformLocation[ ]
net/thevpc/nuts/NutsPlatformManager.findPlatforms:(Lnet/thevpc/nuts/NutsPlatformFamily;)[Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.findPlatforms ( NutsPlatformFamily p1, Predicate<NutsPlatformLocation> p2 ) [abstract] : NutsPlatformLocation[ ]
net/thevpc/nuts/NutsPlatformManager.findPlatforms:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/util/function/Predicate;)[Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsPlatformManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPlatformManager.removePlatform ( NutsPlatformLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsPlatformManager.removePlatform:(Lnet/thevpc/nuts/NutsPlatformLocation;)Z
NutsPlatformManager.resolvePlatform ( NutsPlatformFamily p1, String p2, String p3 ) [abstract] : NutsPlatformLocation
net/thevpc/nuts/NutsPlatformManager.resolvePlatform:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.searchSystemPlatforms ( NutsPlatformFamily p1 ) [abstract] : NutsPlatformLocation[ ]
net/thevpc/nuts/NutsPlatformManager.searchSystemPlatforms:(Lnet/thevpc/nuts/NutsPlatformFamily;)[Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.searchSystemPlatforms ( NutsPlatformFamily p1, String p2 ) [abstract] : NutsPlatformLocation[ ]
net/thevpc/nuts/NutsPlatformManager.searchSystemPlatforms:(Lnet/thevpc/nuts/NutsPlatformFamily;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsPlatformLocation;
NutsPlatformManager.setSession ( NutsSession p1 ) [abstract] : NutsPlatformManager
net/thevpc/nuts/NutsPlatformManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPlatformManager;
NutsPlatformManager.updatePlatform ( NutsPlatformLocation p1, NutsPlatformLocation p2 ) [abstract] : boolean
net/thevpc/nuts/NutsPlatformManager.updatePlatform:(Lnet/thevpc/nuts/NutsPlatformLocation;Lnet/thevpc/nuts/NutsPlatformLocation;)Z
nuts-0.8.3.jar,
NutsPositionType.class
package net.thevpc.nuts
NutsPositionType.parse ( String value, NutsPositionType emptyValue, NutsSession session ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsPositionType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPositionType;
NutsPositionType.parse ( String value, NutsSession session ) [static] : NutsPositionType
net/thevpc/nuts/NutsPositionType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPositionType;
nuts-0.8.3.jar,
NutsPredicate.class
package net.thevpc.nuts
NutsPredicate<T>.and ( Predicate p1 ) : Predicate
net/thevpc/nuts/NutsPredicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
NutsPredicate<T>.and ( Predicate<? super T> p1 ) [abstract] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicate.and:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsPredicate;
NutsPredicate<T>.negate ( ) : Predicate
net/thevpc/nuts/NutsPredicate.negate:()Ljava/util/function/Predicate;
NutsPredicate<T>.negate ( ) [abstract] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicate.negate:()Lnet/thevpc/nuts/NutsPredicate;
NutsPredicate<T>.of ( Predicate<T> o, Function<NutsElements,NutsElement> descr ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicate.of:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsPredicate;
NutsPredicate<T>.of ( Predicate<T> o, NutsElement descr ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicate.of:(Ljava/util/function/Predicate;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsPredicate;
NutsPredicate<T>.of ( Predicate<T> o, String descr ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicate.of:(Ljava/util/function/Predicate;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPredicate;
NutsPredicate<T>.or ( Predicate p1 ) : Predicate
net/thevpc/nuts/NutsPredicate.or:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
NutsPredicate<T>.or ( Predicate<? super T> p1 ) [abstract] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicate.or:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsPredicate;
nuts-0.8.3.jar,
NutsPredicates.class
package net.thevpc.nuts
NutsPredicates.always ( ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicates.always:()Lnet/thevpc/nuts/NutsPredicate;
NutsPredicates.blank ( ) [static] : NutsPredicate<String>
net/thevpc/nuts/NutsPredicates.blank:()Lnet/thevpc/nuts/NutsPredicate;
NutsPredicates.isNull ( ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicates.isNull:()Lnet/thevpc/nuts/NutsPredicate;
NutsPredicates.never ( ) [static] : NutsPredicate<T>
net/thevpc/nuts/NutsPredicates.never:()Lnet/thevpc/nuts/NutsPredicate;
nuts-0.8.3.jar,
NutsPrimitiveElement.class
package net.thevpc.nuts
NutsPrimitiveElement.getBoolean ( Boolean p1 ) [abstract] : Boolean
net/thevpc/nuts/NutsPrimitiveElement.getBoolean:(Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsPrimitiveElement.getBoolean ( Boolean p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsPrimitiveElement.getBoolean:(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsPrimitiveElement.getByte ( Byte p1 ) [abstract] : Byte
net/thevpc/nuts/NutsPrimitiveElement.getByte:(Ljava/lang/Byte;)Ljava/lang/Byte;
NutsPrimitiveElement.getDouble ( Double p1 ) [abstract] : Double
net/thevpc/nuts/NutsPrimitiveElement.getDouble:(Ljava/lang/Double;)Ljava/lang/Double;
NutsPrimitiveElement.getDouble ( Double p1, Double p2 ) [abstract] : Double
net/thevpc/nuts/NutsPrimitiveElement.getDouble:(Ljava/lang/Double;Ljava/lang/Double;)Ljava/lang/Double;
NutsPrimitiveElement.getFloat ( Float p1 ) [abstract] : Float
net/thevpc/nuts/NutsPrimitiveElement.getFloat:(Ljava/lang/Float;)Ljava/lang/Float;
NutsPrimitiveElement.getFloat ( Float p1, Float p2 ) [abstract] : Float
net/thevpc/nuts/NutsPrimitiveElement.getFloat:(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float;
NutsPrimitiveElement.getInstant ( Instant p1 ) [abstract] : Instant
net/thevpc/nuts/NutsPrimitiveElement.getInstant:(Ljava/time/Instant;)Ljava/time/Instant;
NutsPrimitiveElement.getInstant ( Instant p1, Instant p2 ) [abstract] : Instant
net/thevpc/nuts/NutsPrimitiveElement.getInstant:(Ljava/time/Instant;Ljava/time/Instant;)Ljava/time/Instant;
NutsPrimitiveElement.getInt ( Integer p1 ) [abstract] : Integer
net/thevpc/nuts/NutsPrimitiveElement.getInt:(Ljava/lang/Integer;)Ljava/lang/Integer;
NutsPrimitiveElement.getInt ( Integer p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsPrimitiveElement.getInt:(Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsPrimitiveElement.getLong ( Long p1 ) [abstract] : Long
net/thevpc/nuts/NutsPrimitiveElement.getLong:(Ljava/lang/Long;)Ljava/lang/Long;
NutsPrimitiveElement.getLong ( Long p1, Long p2 ) [abstract] : Long
net/thevpc/nuts/NutsPrimitiveElement.getLong:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/lang/Long;
NutsPrimitiveElement.getNumber ( Number p1 ) [abstract] : Number
net/thevpc/nuts/NutsPrimitiveElement.getNumber:(Ljava/lang/Number;)Ljava/lang/Number;
NutsPrimitiveElement.getNumber ( Number p1, Number p2 ) [abstract] : Number
net/thevpc/nuts/NutsPrimitiveElement.getNumber:(Ljava/lang/Number;Ljava/lang/Number;)Ljava/lang/Number;
NutsPrimitiveElement.getShort ( Short p1 ) [abstract] : Short
net/thevpc/nuts/NutsPrimitiveElement.getShort:(Ljava/lang/Short;)Ljava/lang/Short;
NutsPrimitiveElement.getString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsPrimitiveElement.getString:(Ljava/lang/String;)Ljava/lang/String;
NutsPrimitiveElement.isBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsPrimitiveElement.isBoolean:()Z
nuts-0.8.3.jar,
NutsPrintStream.class
package net.thevpc.nuts
NutsPrintStream.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsPrintStream.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsPrintStream.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsPrintStream.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPrintStream.getTerminal ( ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/NutsPrintStream.getTerminal:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsPrintStream.of ( OutputStream out, NutsSession session ) [static] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.of ( OutputStream out, NutsTerminalMode mode, NutsSystemTerminalBase terminal, NutsSession session ) [static] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.of:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.of ( Writer out, NutsSession session ) [static] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.of:(Ljava/io/Writer;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.ofInMemory ( NutsSession session ) [static] : NutsMemoryPrintStream
net/thevpc/nuts/NutsPrintStream.ofInMemory:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMemoryPrintStream;
NutsPrintStream.ofNull ( NutsSession session ) [static] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.ofNull:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printf ( Object p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printf:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printlnf ( Object p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printlnf:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.printlnf ( String p1, Object... p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.printlnf:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.run ( NutsTerminalCommand p1, NutsSession p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.run:(Lnet/thevpc/nuts/NutsTerminalCommand;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.setFormattedName ( NutsString p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.setFormattedName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.setMode ( NutsTerminalMode p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.setMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.setSession ( NutsSession p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.3.jar,
NutsPrintStreamAdapter.class
package net.thevpc.nuts
NutsPrintStreamAdapter.getBasePrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreamAdapter.getBasePrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.3.jar,
NutsPrintStreams.class
package net.thevpc.nuts
NutsPrintStreams.create ( OutputStream p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.create:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStreams.create ( OutputStream p1, NutsTerminalMode p2, NutsSystemTerminalBase p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.create:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStreams.create ( Writer p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.create:(Ljava/io/Writer;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStreams.create ( Writer p1, NutsTerminalMode p2, NutsSystemTerminalBase p3 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.create:(Ljava/io/Writer;Lnet/thevpc/nuts/NutsTerminalMode;Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStreams.createInMemory ( ) [abstract] : NutsMemoryPrintStream
net/thevpc/nuts/NutsPrintStreams.createInMemory:()Lnet/thevpc/nuts/NutsMemoryPrintStream;
NutsPrintStreams.createNull ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.createNull:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStreams.isStderr ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsPrintStreams.isStderr:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsPrintStreams.isStdout ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsPrintStreams.isStdout:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsPrintStreams.of ( NutsSession session ) [static] : NutsPrintStreams
net/thevpc/nuts/NutsPrintStreams.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStreams;
NutsPrintStreams.stderr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.stderr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStreams.stdout ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreams.stdout:()Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.3.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsPropertiesFormat.of ( NutsSession session ) [static] : NutsPropertiesFormat
net/thevpc/nuts/NutsPropertiesFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsPropertiesFormat.setNtf ( boolean p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsPropertiesFormat.setValue ( Object p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsContentTypeFormat;
nuts-0.8.3.jar,
NutsPs.class
package net.thevpc.nuts
NutsPs.failFast ( ) [abstract] : NutsPs
net/thevpc/nuts/NutsPs.failFast:()Lnet/thevpc/nuts/NutsPs;
NutsPs.failFast ( boolean p1 ) [abstract] : NutsPs
net/thevpc/nuts/NutsPs.failFast:(Z)Lnet/thevpc/nuts/NutsPs;
NutsPs.getResultList ( ) [abstract] : NutsStream<NutsProcessInfo>
net/thevpc/nuts/NutsPs.getResultList:()Lnet/thevpc/nuts/NutsStream;
NutsPs.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsPs.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsPs.getType ( ) [abstract] : String
net/thevpc/nuts/NutsPs.getType:()Ljava/lang/String;
NutsPs.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsPs.isFailFast:()Z
NutsPs.isSupportedKillProcess ( ) [abstract] : boolean
net/thevpc/nuts/NutsPs.isSupportedKillProcess:()Z
NutsPs.killProcess ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsPs.killProcess:(Ljava/lang/String;)Z
NutsPs.of ( NutsSession session ) [static] : NutsPs
net/thevpc/nuts/NutsPs.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPs;
NutsPs.setFailFast ( boolean p1 ) [abstract] : NutsPs
net/thevpc/nuts/NutsPs.setFailFast:(Z)Lnet/thevpc/nuts/NutsPs;
NutsPs.setSession ( NutsSession p1 ) [abstract] : NutsPs
net/thevpc/nuts/NutsPs.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPs;
NutsPs.setType ( String p1 ) [abstract] : NutsPs
net/thevpc/nuts/NutsPs.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPs;
NutsPs.type ( String p1 ) [abstract] : NutsPs
net/thevpc/nuts/NutsPs.type:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPs;
nuts-0.8.3.jar,
NutsQuestion.class
package net.thevpc.nuts
NutsQuestion<T>.forBoolean ( NutsMessage p1 ) [abstract] : NutsQuestion<Boolean>
net/thevpc/nuts/NutsQuestion.forBoolean:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forDouble ( NutsMessage p1 ) [abstract] : NutsQuestion<Double>
net/thevpc/nuts/NutsQuestion.forDouble:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forEnum ( Class<K> p1, NutsMessage p2 ) [abstract] : NutsQuestion<K>
net/thevpc/nuts/NutsQuestion.forEnum:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forFloat ( NutsMessage p1 ) [abstract] : NutsQuestion<Float>
net/thevpc/nuts/NutsQuestion.forFloat:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forInteger ( NutsMessage p1 ) [abstract] : NutsQuestion<Integer>
net/thevpc/nuts/NutsQuestion.forInteger:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forLong ( NutsMessage p1 ) [abstract] : NutsQuestion<Long>
net/thevpc/nuts/NutsQuestion.forLong:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forPassword ( NutsMessage p1 ) [abstract] : NutsQuestion<char[ ]>
net/thevpc/nuts/NutsQuestion.forPassword:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.forString ( NutsMessage p1 ) [abstract] : NutsQuestion<String>
net/thevpc/nuts/NutsQuestion.forString:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.getCancelMessage ( ) [abstract] : NutsMessage
net/thevpc/nuts/NutsQuestion.getCancelMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsQuestion<T>.getHintMessage ( ) [abstract] : NutsMessage
net/thevpc/nuts/NutsQuestion.getHintMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsQuestion<T>.getMessage ( ) [abstract] : NutsMessage
net/thevpc/nuts/NutsQuestion.getMessage:()Lnet/thevpc/nuts/NutsMessage;
NutsQuestion<T>.setCancelMessage ( NutsMessage p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setCancelMessage:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setHintMessage ( NutsMessage p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setHintMessage:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setMessage ( NutsMessage p1 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setMessage:(Lnet/thevpc/nuts/NutsMessage;)Lnet/thevpc/nuts/NutsQuestion;
nuts-0.8.3.jar,
NutsRef.class
package net.thevpc.nuts
NutsRef<T>.get ( ) : T
net/thevpc/nuts/NutsRef.get:()Ljava/lang/Object;
NutsRef<T>.isSet ( ) : boolean
net/thevpc/nuts/NutsRef.isSet:()Z
NutsRef<T>.NutsRef<T> ( )
net/thevpc/nuts/NutsRef."<init>":()V
NutsRef<T>.NutsRef<T> ( T value )
net/thevpc/nuts/NutsRef."<init>":(Ljava/lang/Object;)V
NutsRef<T>.set ( T value ) : void
net/thevpc/nuts/NutsRef.set:(Ljava/lang/Object;)V
nuts-0.8.3.jar,
NutsRepository.class
package net.thevpc.nuts
NutsRepository.isAvailable ( boolean p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:(ZLnet/thevpc/nuts/NutsSession;)Z
NutsRepository.isAvailable ( NutsSession p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:(Lnet/thevpc/nuts/NutsSession;)Z
NutsRepository.isSupportedDeploy ( boolean p1, NutsSession p2 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isSupportedDeploy:(ZLnet/thevpc/nuts/NutsSession;)Z
NutsRepository.isSupportedDeploy ( NutsSession p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isSupportedDeploy:(Lnet/thevpc/nuts/NutsSession;)Z
nuts-0.8.3.jar,
NutsRepositoryConfig.class
package net.thevpc.nuts
NutsRepositoryConfig.getLocation ( ) : NutsRepositoryLocation
net/thevpc/nuts/NutsRepositoryConfig.getLocation:()Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryConfig.setLocation ( NutsRepositoryLocation location ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setLocation:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)Lnet/thevpc/nuts/NutsRepositoryConfig;
nuts-0.8.3.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
NutsRepositoryConfigManager.getConfigMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsRepositoryConfigManager.getConfigMap:()Ljava/util/Map;
NutsRepositoryConfigManager.getConfigMap ( boolean p1 ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsRepositoryConfigManager.getConfigMap:(Z)Ljava/util/Map;
NutsRepositoryConfigManager.getConfigProperty ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getConfigProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsRepositoryConfigManager.getConfigProperty ( String p1, String p2, boolean p3 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getConfigProperty:(Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;
NutsRepositoryConfigManager.getDeployWeight ( ) [abstract] : int
net/thevpc/nuts/NutsRepositoryConfigManager.getDeployWeight:()I
NutsRepositoryConfigManager.getLocation ( ) [abstract] : NutsRepositoryLocation
net/thevpc/nuts/NutsRepositoryConfigManager.getLocation:()Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryConfigManager.getLocationPath ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsRepositoryConfigManager.getLocationPath:()Lnet/thevpc/nuts/NutsPath;
NutsRepositoryConfigManager.getSpeed ( ) [abstract] : NutsSpeedQualifier
net/thevpc/nuts/NutsRepositoryConfigManager.getSpeed:()Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Lnet/thevpc/nuts/NutsPath;
NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
NutsRepositoryConfigManager.setConfigProperty ( String p1, String p2 ) [abstract] : NutsRepositoryConfigManager
net/thevpc/nuts/NutsRepositoryConfigManager.setConfigProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfigManager;
nuts-0.8.3.jar,
NutsRepositoryDB.class
package net.thevpc.nuts.spi
NutsRepositoryDB.getAllNames ( String p1 ) [abstract] : Set<String>
net/thevpc/nuts/spi/NutsRepositoryDB.getAllNames:(Ljava/lang/String;)Ljava/util/Set;
NutsRepositoryDB.getRepositoryNameByURL ( String p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositoryDB.getRepositoryNameByURL:(Ljava/lang/String;)Ljava/lang/String;
NutsRepositoryDB.getRepositoryURLByName ( String p1 ) [abstract] : String
net/thevpc/nuts/spi/NutsRepositoryDB.getRepositoryURLByName:(Ljava/lang/String;)Ljava/lang/String;
NutsRepositoryDB.isDefaultRepositoryName ( String p1 ) [abstract] : boolean
net/thevpc/nuts/spi/NutsRepositoryDB.isDefaultRepositoryName:(Ljava/lang/String;)Z
NutsRepositoryDB.of ( NutsSession session ) [static] : NutsRepositoryDB
net/thevpc/nuts/spi/NutsRepositoryDB.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryDB;
nuts-0.8.3.jar,
NutsRepositoryDisabledException.class
package net.thevpc.nuts
NutsRepositoryDisabledException.NutsRepositoryDisabledException ( NutsSession session, String repository )
net/thevpc/nuts/NutsRepositoryDisabledException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/String;)V
nuts-0.8.3.jar,
NutsRepositoryFilters.class
package net.thevpc.nuts
NutsRepositoryFilters.byName ( String... p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilters.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilters.byUuid ( String... p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilters.byUuid:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilters.installedRepo ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilters.installedRepo:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilters.of ( NutsSession session ) [static] : NutsRepositoryFilters
net/thevpc/nuts/NutsRepositoryFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryFilters;
nuts-0.8.3.jar,
NutsRepositoryLocation.class
package net.thevpc.nuts.spi
NutsRepositoryLocation.compareTo ( NutsRepositoryLocation o ) : int
net/thevpc/nuts/spi/NutsRepositoryLocation.compareTo:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)I
NutsRepositoryLocation.compareTo ( Object p1 ) : int
net/thevpc/nuts/spi/NutsRepositoryLocation.compareTo:(Ljava/lang/Object;)I
NutsRepositoryLocation.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsRepositoryLocation.equals:(Ljava/lang/Object;)Z
NutsRepositoryLocation.getFullLocation ( ) : String
net/thevpc/nuts/spi/NutsRepositoryLocation.getFullLocation:()Ljava/lang/String;
NutsRepositoryLocation.getLocationType ( ) : String
net/thevpc/nuts/spi/NutsRepositoryLocation.getLocationType:()Ljava/lang/String;
NutsRepositoryLocation.getName ( ) : String
net/thevpc/nuts/spi/NutsRepositoryLocation.getName:()Ljava/lang/String;
NutsRepositoryLocation.getPath ( ) : String
net/thevpc/nuts/spi/NutsRepositoryLocation.getPath:()Ljava/lang/String;
NutsRepositoryLocation.hashCode ( ) : int
net/thevpc/nuts/spi/NutsRepositoryLocation.hashCode:()I
NutsRepositoryLocation.isBlank ( ) : boolean
net/thevpc/nuts/spi/NutsRepositoryLocation.isBlank:()Z
NutsRepositoryLocation.NutsRepositoryLocation ( String locationString )
net/thevpc/nuts/spi/NutsRepositoryLocation."<init>":(Ljava/lang/String;)V
NutsRepositoryLocation.of ( String locationString ) [static] : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryLocation.of:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.of ( String locationString, NutsRepositoryDB db, NutsSession session ) [static] : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryLocation.of:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsRepositoryDB;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.of ( String name, String fullLocation ) [static] : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryLocation.of:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.ofAll ( String repositorySelectionExpression, NutsRepositoryLocation[ ] available, NutsRepositoryDB db, NutsSession session ) [static] : NutsRepositoryLocation[ ]
net/thevpc/nuts/spi/NutsRepositoryLocation.ofAll:(Ljava/lang/String;[Lnet/thevpc/nuts/spi/NutsRepositoryLocation;Lnet/thevpc/nuts/spi/NutsRepositoryDB;Lnet/thevpc/nuts/NutsSession;)[Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.setLocationType ( String locationType ) : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryLocation.setLocationType:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.setName ( String name ) : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryLocation.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.setPath ( String path ) : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryLocation.setPath:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryLocation.toString ( ) : String
net/thevpc/nuts/spi/NutsRepositoryLocation.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsRepositoryManager.class
package net.thevpc.nuts
NutsRepositoryManager.filter ( ) [abstract] : NutsRepositoryFilters
net/thevpc/nuts/NutsRepositoryManager.filter:()Lnet/thevpc/nuts/NutsRepositoryFilters;
nuts-0.8.3.jar,
NutsRepositoryModel.class
package net.thevpc.nuts
NutsRepositoryModel.getSpeed ( ) : NutsSpeedQualifier
net/thevpc/nuts/NutsRepositoryModel.getSpeed:()Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsRepositoryModel.search ( NutsIdFilter filter, NutsPath[ ] basePaths, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsIterator<NutsId>
net/thevpc/nuts/NutsRepositoryModel.search:(Lnet/thevpc/nuts/NutsIdFilter;[Lnet/thevpc/nuts/NutsPath;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIterator;
NutsRepositoryModel.searchVersions ( NutsId id, NutsIdFilter idFilter, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : NutsIterator<NutsId>
net/thevpc/nuts/NutsRepositoryModel.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIterator;
nuts-0.8.3.jar,
NutsRepositoryRef.class
package net.thevpc.nuts
NutsRepositoryRef.getDeployWeight ( ) : int
net/thevpc/nuts/NutsRepositoryRef.getDeployWeight:()I
NutsRepositoryRef.setDeployWeight ( int deployPriority ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setDeployWeight:(I)Lnet/thevpc/nuts/NutsRepositoryRef;
nuts-0.8.3.jar,
NutsRepositorySecurityManager.class
package net.thevpc.nuts
NutsRepositorySecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsAuthenticationAgent;
nuts-0.8.3.jar,
NutsRepositorySelector.class
package net.thevpc.nuts.spi
NutsRepositorySelector.getName ( ) : String
net/thevpc/nuts/spi/NutsRepositorySelector.getName:()Ljava/lang/String;
NutsRepositorySelector.getOp ( ) : NutsSelectorOp
net/thevpc/nuts/spi/NutsRepositorySelector.getOp:()Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsRepositorySelector.getUrl ( ) : String
net/thevpc/nuts/spi/NutsRepositorySelector.getUrl:()Ljava/lang/String;
NutsRepositorySelector.matches ( String otherName, String otherURL ) : boolean
net/thevpc/nuts/spi/NutsRepositorySelector.matches:(Ljava/lang/String;Ljava/lang/String;)Z
NutsRepositorySelector.NutsRepositorySelector ( NutsSelectorOp op, String name, String url )
net/thevpc/nuts/spi/NutsRepositorySelector."<init>":(Lnet/thevpc/nuts/spi/NutsSelectorOp;Ljava/lang/String;Ljava/lang/String;)V
NutsRepositorySelector.toString ( ) : String
net/thevpc/nuts/spi/NutsRepositorySelector.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsRepositorySelectorList.class
package net.thevpc.nuts.spi
NutsRepositorySelectorList.acceptExisting ( NutsRepositoryLocation location ) : boolean
net/thevpc/nuts/spi/NutsRepositorySelectorList.acceptExisting:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)Z
NutsRepositorySelectorList.merge ( NutsRepositorySelectorList other ) : NutsRepositorySelectorList
net/thevpc/nuts/spi/NutsRepositorySelectorList.merge:(Lnet/thevpc/nuts/spi/NutsRepositorySelectorList;)Lnet/thevpc/nuts/spi/NutsRepositorySelectorList;
NutsRepositorySelectorList.NutsRepositorySelectorList ( )
net/thevpc/nuts/spi/NutsRepositorySelectorList."<init>":()V
NutsRepositorySelectorList.NutsRepositorySelectorList ( NutsRepositorySelector[ ] a )
net/thevpc/nuts/spi/NutsRepositorySelectorList."<init>":([Lnet/thevpc/nuts/spi/NutsRepositorySelector;)V
NutsRepositorySelectorList.of ( String expression, NutsRepositoryDB db, NutsSession session ) [static] : NutsRepositorySelectorList
net/thevpc/nuts/spi/NutsRepositorySelectorList.of:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsRepositoryDB;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositorySelectorList;
NutsRepositorySelectorList.ofAll ( String[ ] expressions, NutsRepositoryDB db, NutsSession session ) [static] : NutsRepositorySelectorList
net/thevpc/nuts/spi/NutsRepositorySelectorList.ofAll:([Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsRepositoryDB;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsRepositorySelectorList;
NutsRepositorySelectorList.resolve ( NutsRepositoryLocation[ ] available, NutsRepositoryDB db ) : NutsRepositoryLocation[ ]
net/thevpc/nuts/spi/NutsRepositorySelectorList.resolve:([Lnet/thevpc/nuts/spi/NutsRepositoryLocation;Lnet/thevpc/nuts/spi/NutsRepositoryDB;)[Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositorySelectorList.toArray ( ) : NutsRepositorySelector[ ]
net/thevpc/nuts/spi/NutsRepositorySelectorList.toArray:()[Lnet/thevpc/nuts/spi/NutsRepositorySelector;
nuts-0.8.3.jar,
NutsRepositoryURLList.class
package net.thevpc.nuts.spi
NutsRepositoryURLList.add ( NutsRepositoryLocation a ) : void
net/thevpc/nuts/spi/NutsRepositoryURLList.add:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)V
NutsRepositoryURLList.addAll ( NutsRepositoryLocation[ ] all ) : void
net/thevpc/nuts/spi/NutsRepositoryURLList.addAll:([Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)V
NutsRepositoryURLList.containsName ( String name ) : boolean
net/thevpc/nuts/spi/NutsRepositoryURLList.containsName:(Ljava/lang/String;)Z
NutsRepositoryURLList.containsSelection ( NutsRepositoryLocation s ) : boolean
net/thevpc/nuts/spi/NutsRepositoryURLList.containsSelection:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)Z
NutsRepositoryURLList.containsURL ( String url ) : boolean
net/thevpc/nuts/spi/NutsRepositoryURLList.containsURL:(Ljava/lang/String;)Z
NutsRepositoryURLList.indexOf ( NutsRepositoryLocation other, int offset ) : int
net/thevpc/nuts/spi/NutsRepositoryURLList.indexOf:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;I)I
NutsRepositoryURLList.indexOfName ( String name, int offset ) : int
net/thevpc/nuts/spi/NutsRepositoryURLList.indexOfName:(Ljava/lang/String;I)I
NutsRepositoryURLList.indexOfNames ( String[ ] names, int offset ) : int
net/thevpc/nuts/spi/NutsRepositoryURLList.indexOfNames:([Ljava/lang/String;I)I
NutsRepositoryURLList.indexOfURL ( String url, int offset ) : int
net/thevpc/nuts/spi/NutsRepositoryURLList.indexOfURL:(Ljava/lang/String;I)I
NutsRepositoryURLList.NutsRepositoryURLList ( )
net/thevpc/nuts/spi/NutsRepositoryURLList."<init>":()V
NutsRepositoryURLList.NutsRepositoryURLList ( NutsRepositoryLocation[ ] all )
net/thevpc/nuts/spi/NutsRepositoryURLList."<init>":([Lnet/thevpc/nuts/spi/NutsRepositoryLocation;)V
NutsRepositoryURLList.removeAt ( int i ) : NutsRepositoryLocation
net/thevpc/nuts/spi/NutsRepositoryURLList.removeAt:(I)Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
NutsRepositoryURLList.toArray ( ) : NutsRepositoryLocation[ ]
net/thevpc/nuts/spi/NutsRepositoryURLList.toArray:()[Lnet/thevpc/nuts/spi/NutsRepositoryLocation;
nuts-0.8.3.jar,
NutsRm.class
package net.thevpc.nuts
NutsRm.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRm.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRm.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsRm.getTarget:()Ljava/lang/Object;
NutsRm.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsRm.isFailFast:()Z
NutsRm.of ( NutsSession session ) [static] : NutsRm
net/thevpc/nuts/NutsRm.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRm;
NutsRm.run ( ) [abstract] : NutsRm
net/thevpc/nuts/NutsRm.run:()Lnet/thevpc/nuts/NutsRm;
NutsRm.setFailFast ( boolean p1 ) [abstract] : NutsRm
net/thevpc/nuts/NutsRm.setFailFast:(Z)Lnet/thevpc/nuts/NutsRm;
NutsRm.setSession ( NutsSession p1 ) [abstract] : NutsRm
net/thevpc/nuts/NutsRm.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRm;
NutsRm.setTarget ( File p1 ) [abstract] : NutsRm
net/thevpc/nuts/NutsRm.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsRm;
NutsRm.setTarget ( Object p1 ) [abstract] : NutsRm
net/thevpc/nuts/NutsRm.setTarget:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsRm;
NutsRm.setTarget ( Path p1 ) [abstract] : NutsRm
net/thevpc/nuts/NutsRm.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsRm;
nuts-0.8.3.jar,
NutsRunAs.class
package net.thevpc.nuts
NutsRunAs.toString ( ) : String
net/thevpc/nuts/NutsRunAs.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
NutsRunnable.class
package net.thevpc.nuts
NutsRunnable.of ( Runnable o, Function<NutsElements,NutsElement> descr ) [static] : NutsRunnable
net/thevpc/nuts/NutsRunnable.of:(Ljava/lang/Runnable;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsRunnable;
NutsRunnable.of ( Runnable o, NutsElement descr ) [static] : NutsRunnable
net/thevpc/nuts/NutsRunnable.of:(Ljava/lang/Runnable;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsRunnable;
NutsRunnable.of ( Runnable o, String descr ) [static] : NutsRunnable
net/thevpc/nuts/NutsRunnable.of:(Ljava/lang/Runnable;Ljava/lang/String;)Lnet/thevpc/nuts/NutsRunnable;
nuts-0.8.3.jar,
NutsScheduler.class
package net.thevpc.nuts
NutsScheduler.executorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/NutsScheduler.executorService:()Ljava/util/concurrent/ExecutorService;
NutsScheduler.of ( NutsSession session ) [static] : NutsScheduler
net/thevpc/nuts/NutsScheduler.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsScheduler;
nuts-0.8.3.jar,
NutsSearchCommand.class
package net.thevpc.nuts
NutsSearchCommand.addArch ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addArch ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackaging ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackaging:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackaging ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackaging:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearArch ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearArch:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearPackaging ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearPackaging:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.getComparator ( ) [abstract] : NutsComparator
net/thevpc/nuts/NutsSearchCommand.getComparator:()Lnet/thevpc/nuts/NutsComparator;
NutsSearchCommand.getResultArch ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultArch:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultDefinitions ( ) [abstract] : NutsStream<NutsDefinition>
net/thevpc/nuts/NutsSearchCommand.getResultDefinitions:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultDependencies ( ) [abstract] : NutsStream<NutsDependencies>
net/thevpc/nuts/NutsSearchCommand.getResultDependencies:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultDesktopEnvironment ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultDesktopEnvironment:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultExecutionEntries ( ) [abstract] : NutsStream<NutsExecutionEntry>
net/thevpc/nuts/NutsSearchCommand.getResultExecutionEntries:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultIds ( ) [abstract] : NutsStream<NutsId>
net/thevpc/nuts/NutsSearchCommand.getResultIds:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultInlineDependencies ( ) [abstract] : NutsStream<NutsDependency>
net/thevpc/nuts/NutsSearchCommand.getResultInlineDependencies:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultInstallDates ( ) [abstract] : NutsStream<Instant>
net/thevpc/nuts/NutsSearchCommand.getResultInstallDates:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultInstallFolders ( ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsSearchCommand.getResultInstallFolders:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultInstallUsers ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultInstallUsers:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultNames ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultNames:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultOs ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultOs:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultOsDist ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultOsDist:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultPackaging ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultPackaging:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultPathNames ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultPathNames:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultPaths ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultPaths:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultPlatform ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultPlatform:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultProfile ( ) [abstract] : NutsStream<String>
net/thevpc/nuts/NutsSearchCommand.getResultProfile:()Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultQueryPlan ( ) [abstract] : NutsElement
net/thevpc/nuts/NutsSearchCommand.getResultQueryPlan:()Lnet/thevpc/nuts/NutsElement;
NutsSearchCommand.getResultStoreLocations ( NutsStoreLocation p1 ) [abstract] : NutsStream<NutsPath>
net/thevpc/nuts/NutsSearchCommand.getResultStoreLocations:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.getResultStrings ( String[ ] p1 ) [abstract] : NutsStream<String[ ]>
net/thevpc/nuts/NutsSearchCommand.getResultStrings:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsStream;
NutsSearchCommand.setRepositoryFilter ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setRepositoryFilter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.sort ( NutsComparator p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.sort:(Lnet/thevpc/nuts/NutsComparator;)Lnet/thevpc/nuts/NutsSearchCommand;
nuts-0.8.3.jar,
NutsSearchRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchRepositoryCommand.getResult ( ) [abstract] : NutsIterator<NutsId>
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsIterator;
nuts-0.8.3.jar,
NutsSearchVersionsRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchVersionsRepositoryCommand.getResult ( ) [abstract] : NutsIterator<NutsId>
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getResult:()Lnet/thevpc/nuts/NutsIterator;
nuts-0.8.3.jar,
NutsSelectorOp.class
package net.thevpc.nuts.spi
NutsSelectorOp.id ( ) : String
net/thevpc/nuts/spi/NutsSelectorOp.id:()Ljava/lang/String;
NutsSelectorOp.parse ( String value, NutsSelectorOp emptyValue, NutsSession session ) [static] : NutsSelectorOp
net/thevpc/nuts/spi/NutsSelectorOp.parse:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsSelectorOp;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsSelectorOp.parse ( String value, NutsSession session ) [static] : NutsSelectorOp
net/thevpc/nuts/spi/NutsSelectorOp.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsSelectorOp.parseLenient ( String value ) [static] : NutsSelectorOp
net/thevpc/nuts/spi/NutsSelectorOp.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsSelectorOp.parseLenient ( String value, NutsSelectorOp emptyOrErrorValue ) [static] : NutsSelectorOp
net/thevpc/nuts/spi/NutsSelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsSelectorOp;)Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsSelectorOp.parseLenient ( String value, NutsSelectorOp emptyValue, NutsSelectorOp errorValue ) [static] : NutsSelectorOp
net/thevpc/nuts/spi/NutsSelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/spi/NutsSelectorOp;Lnet/thevpc/nuts/spi/NutsSelectorOp;)Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsSelectorOp.valueOf ( String name ) [static] : NutsSelectorOp
net/thevpc/nuts/spi/NutsSelectorOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsSelectorOp;
NutsSelectorOp.values ( ) [static] : NutsSelectorOp[ ]
net/thevpc/nuts/spi/NutsSelectorOp.values:()[Lnet/thevpc/nuts/spi/NutsSelectorOp;
nuts-0.8.3.jar,
NutsSession.class
package net.thevpc.nuts
NutsSession.boot ( ) [abstract] : NutsBootManager
net/thevpc/nuts/NutsSession.boot:()Lnet/thevpc/nuts/NutsBootManager;
NutsSession.commands ( ) [abstract] : NutsCustomCommandManager
net/thevpc/nuts/NutsSession.commands:()Lnet/thevpc/nuts/NutsCustomCommandManager;
NutsSession.config ( ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsSession.config:()Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
NutsSession.deploy ( ) [abstract] : NutsDeployCommand
net/thevpc/nuts/NutsSession.deploy:()Lnet/thevpc/nuts/NutsDeployCommand;
NutsSession.env ( ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsSession.env:()Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
NutsSession.events ( ) [abstract] : NutsWorkspaceEventManager
net/thevpc/nuts/NutsSession.events:()Lnet/thevpc/nuts/NutsWorkspaceEventManager;
NutsSession.exec ( ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsSession.exec:()Lnet/thevpc/nuts/NutsExecCommand;
NutsSession.extensions ( ) [abstract] : NutsWorkspaceExtensionManager
net/thevpc/nuts/NutsSession.extensions:()Lnet/thevpc/nuts/NutsWorkspaceExtensionManager;
NutsSession.fetch ( ) [abstract] : NutsFetchCommand
net/thevpc/nuts/NutsSession.fetch:()Lnet/thevpc/nuts/NutsFetchCommand;
NutsSession.getDebug ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getDebug:()Ljava/lang/String;
NutsSession.getDependencySolver ( ) [abstract] : String
net/thevpc/nuts/NutsSession.getDependencySolver:()Ljava/lang/String;
NutsSession.imports ( ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsSession.imports:()Lnet/thevpc/nuts/NutsImportManager;
NutsSession.info ( ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsSession.info:()Lnet/thevpc/nuts/NutsInfoCommand;
NutsSession.install ( ) [abstract] : NutsInstallCommand
net/thevpc/nuts/NutsSession.install:()Lnet/thevpc/nuts/NutsInstallCommand;
NutsSession.locations ( ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsSession.locations:()Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
NutsSession.push ( ) [abstract] : NutsPushCommand
net/thevpc/nuts/NutsSession.push:()Lnet/thevpc/nuts/NutsPushCommand;
NutsSession.repos ( ) [abstract] : NutsRepositoryManager
net/thevpc/nuts/NutsSession.repos:()Lnet/thevpc/nuts/NutsRepositoryManager;
NutsSession.search ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSession.search:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSession.security ( ) [abstract] : NutsWorkspaceSecurityManager
net/thevpc/nuts/NutsSession.security:()Lnet/thevpc/nuts/NutsWorkspaceSecurityManager;
NutsSession.setDebug ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDebug:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setDependencySolver ( String p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDependencySolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogTermLevel ( Level p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsSession;
NutsSession.undeploy ( ) [abstract] : NutsUndeployCommand
net/thevpc/nuts/NutsSession.undeploy:()Lnet/thevpc/nuts/NutsUndeployCommand;
NutsSession.uninstall ( ) [abstract] : NutsUninstallCommand
net/thevpc/nuts/NutsSession.uninstall:()Lnet/thevpc/nuts/NutsUninstallCommand;
NutsSession.update ( ) [abstract] : NutsUpdateCommand
net/thevpc/nuts/NutsSession.update:()Lnet/thevpc/nuts/NutsUpdateCommand;
NutsSession.updateStatistics ( ) [abstract] : NutsUpdateStatisticsCommand
net/thevpc/nuts/NutsSession.updateStatistics:()Lnet/thevpc/nuts/NutsUpdateStatisticsCommand;
nuts-0.8.3.jar,
NutsSessionAware.class
package net.thevpc.nuts.spi
NutsSessionAware.setSession ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsSessionAware.setSession:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.3.jar,
NutsSessionTerminal.class
package net.thevpc.nuts
NutsSessionTerminal.of ( InputStream in, NutsPrintStream out, NutsPrintStream err, NutsSession session ) [static] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.of:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.of ( NutsSession session ) [static] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.of ( NutsSessionTerminal parent, NutsSession session ) [static] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.of:(Lnet/thevpc/nuts/NutsSessionTerminal;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.ofMem ( boolean mergeError, NutsSession session ) [static] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.ofMem:(ZLnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsSessionTerminal.ofMem ( NutsSession session ) [static] : NutsSessionTerminal
net/thevpc/nuts/NutsSessionTerminal.ofMem:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
nuts-0.8.3.jar,
NutsShellFamily.class
package net.thevpc.nuts
NutsShellFamily.getCurrent ( ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.getCurrent:()Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.id ( ) : String
net/thevpc/nuts/NutsShellFamily.id:()Ljava/lang/String;
NutsShellFamily.parse ( String value, NutsSession session ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.parse ( String value, NutsShellFamily emptyValue, NutsSession session ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsShellFamily;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.parseLenient ( String e, NutsShellFamily emptyValue, NutsShellFamily errorValue ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsShellFamily;Lnet/thevpc/nuts/NutsShellFamily;)Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.parseLenient ( String value ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.parseLenient ( String value, NutsShellFamily emptyOrErrorValue ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsShellFamily;)Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.valueOf ( String name ) [static] : NutsShellFamily
net/thevpc/nuts/NutsShellFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsShellFamily;
NutsShellFamily.values ( ) [static] : NutsShellFamily[ ]
net/thevpc/nuts/NutsShellFamily.values:()[Lnet/thevpc/nuts/NutsShellFamily;
nuts-0.8.3.jar,
NutsSpeedQualifier.class
package net.thevpc.nuts
NutsSpeedQualifier.id ( ) : String
net/thevpc/nuts/NutsSpeedQualifier.id:()Ljava/lang/String;
NutsSpeedQualifier.parse ( String value, NutsSession session ) [static] : NutsSpeedQualifier
net/thevpc/nuts/NutsSpeedQualifier.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsSpeedQualifier.parse ( String value, NutsSpeedQualifier emptyValue, NutsSession session ) [static] : NutsSpeedQualifier
net/thevpc/nuts/NutsSpeedQualifier.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSpeedQualifier;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsSpeedQualifier.parseLenient ( String value ) [static] : NutsSpeedQualifier
net/thevpc/nuts/NutsSpeedQualifier.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsSpeedQualifier.parseLenient ( String value, NutsSpeedQualifier emptyOrErrorValue ) [static] : NutsSpeedQualifier
net/thevpc/nuts/NutsSpeedQualifier.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSpeedQualifier;)Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsSpeedQualifier.parseLenient ( String value, NutsSpeedQualifier emptyValue, NutsSpeedQualifier errorValue ) [static] : NutsSpeedQualifier
net/thevpc/nuts/NutsSpeedQualifier.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSpeedQualifier;Lnet/thevpc/nuts/NutsSpeedQualifier;)Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsSpeedQualifier.valueOf ( String name ) [static] : NutsSpeedQualifier
net/thevpc/nuts/NutsSpeedQualifier.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSpeedQualifier;
NutsSpeedQualifier.values ( ) [static] : NutsSpeedQualifier[ ]
net/thevpc/nuts/NutsSpeedQualifier.values:()[Lnet/thevpc/nuts/NutsSpeedQualifier;
nuts-0.8.3.jar,
NutsStoreLocation.class
package net.thevpc.nuts
NutsStoreLocation.parse ( String value, NutsSession session ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStoreLocation;
NutsStoreLocation.parse ( String value, NutsStoreLocation emptyValue, NutsSession session ) [static] : NutsStoreLocation
net/thevpc/nuts/NutsStoreLocation.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocation;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStoreLocation;
nuts-0.8.3.jar,
NutsStoreLocationStrategy.class
package net.thevpc.nuts
NutsStoreLocationStrategy.parse ( String value, NutsSession session ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsStoreLocationStrategy.parse ( String value, NutsStoreLocationStrategy emptyValue, NutsSession session ) [static] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsStoreLocationStrategy.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsStoreLocationStrategy;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStoreLocationStrategy;
nuts-0.8.3.jar,
NutsStream.class
package net.thevpc.nuts
NutsStream<T>.allMatch ( Predicate<? super T> p1 ) [abstract] : boolean
net/thevpc/nuts/NutsStream.allMatch:(Ljava/util/function/Predicate;)Z
NutsStream<T>.coalesce ( NutsIterator<?> p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.coalesce:(Lnet/thevpc/nuts/NutsIterator;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.collect ( Collector<? super T,A,R> p1 ) [abstract] : R
net/thevpc/nuts/NutsStream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
NutsStream<T>.collect ( Supplier<R> p1, BiConsumer<R,? super T> p2, BiConsumer<R,R> p3 ) [abstract] : R
net/thevpc/nuts/NutsStream.collect:(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BiConsumer;)Ljava/lang/Object;
NutsStream<T>.count ( ) [abstract] : long
net/thevpc/nuts/NutsStream.count:()J
NutsStream<T>.distinct ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.distinct:()Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.distinctBy ( NutsFunction<T,R> p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.distinctBy:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.filter ( NutsPredicate<? super T> p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.filter:(Lnet/thevpc/nuts/NutsPredicate;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.filter ( Predicate<? super T> p1, Function<NutsElements,NutsElement> p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.filter:(Ljava/util/function/Predicate;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.filter ( Predicate<? super T> p1, NutsElement p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.filter:(Ljava/util/function/Predicate;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.filter ( Predicate<? super T> p1, String p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.filter:(Ljava/util/function/Predicate;Ljava/lang/String;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.filterNonBlank ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.filterNonBlank:()Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.filterNonNull ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.filterNonNull:()Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.findAny ( ) [abstract] : Optional<T>
net/thevpc/nuts/NutsStream.findAny:()Ljava/util/Optional;
NutsStream<T>.findFirst ( ) [abstract] : Optional<T>
net/thevpc/nuts/NutsStream.findFirst:()Ljava/util/Optional;
NutsStream<T>.first ( ) [abstract] : T
net/thevpc/nuts/NutsStream.first:()Ljava/lang/Object;
NutsStream<T>.flatMap ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.flatMap:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.flatMapArray ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.flatMapArray:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.flatMapIter ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.flatMapIter:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.flatMapList ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.flatMapList:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.flatMapStream ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.flatMapStream:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.flatMapToDouble ( NutsFunction<? super T,?> p1 ) [abstract] : DoubleStream
net/thevpc/nuts/NutsStream.flatMapToDouble:(Lnet/thevpc/nuts/NutsFunction;)Ljava/util/stream/DoubleStream;
NutsStream<T>.flatMapToInt ( NutsFunction<? super T,?> p1 ) [abstract] : IntStream
net/thevpc/nuts/NutsStream.flatMapToInt:(Lnet/thevpc/nuts/NutsFunction;)Ljava/util/stream/IntStream;
NutsStream<T>.flatMapToLong ( NutsFunction<? super T,?> p1 ) [abstract] : LongStream
net/thevpc/nuts/NutsStream.flatMapToLong:(Lnet/thevpc/nuts/NutsFunction;)Ljava/util/stream/LongStream;
NutsStream<T>.groupBy ( NutsFunction<? super T,?> p1 ) [abstract] : Map<K,List<T>>
net/thevpc/nuts/NutsStream.groupBy:(Lnet/thevpc/nuts/NutsFunction;)Ljava/util/Map;
NutsStream<T>.groupedBy ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<Map.Entry<K,List<T>>>
net/thevpc/nuts/NutsStream.groupedBy:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.iterator ( ) : Iterator
net/thevpc/nuts/NutsStream.iterator:()Ljava/util/Iterator;
NutsStream<T>.iterator ( ) [abstract] : NutsIterator<T>
net/thevpc/nuts/NutsStream.iterator:()Lnet/thevpc/nuts/NutsIterator;
NutsStream<T>.last ( ) [abstract] : T
net/thevpc/nuts/NutsStream.last:()Ljava/lang/Object;
NutsStream<T>.limit ( long p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.limit:(J)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.map ( Function<? super T,?> p1, Function<NutsElements,NutsElement> p2 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.map:(Ljava/util/function/Function;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.map ( Function<? super T,?> p1, NutsElement p2 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.map:(Ljava/util/function/Function;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.map ( Function<? super T,?> p1, String p2 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.map:(Ljava/util/function/Function;Ljava/lang/String;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.map ( NutsFunction<? super T,?> p1 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.map:(Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.mapUnsafe ( NutsUnsafeFunction<? super T,?> p1, NutsFunction<Exception,?> p2 ) [abstract] : NutsStream<R>
net/thevpc/nuts/NutsStream.mapUnsafe:(Lnet/thevpc/nuts/NutsUnsafeFunction;Lnet/thevpc/nuts/NutsFunction;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.max ( Comparator<? super T> p1 ) [abstract] : Optional<T>
net/thevpc/nuts/NutsStream.max:(Ljava/util/Comparator;)Ljava/util/Optional;
NutsStream<T>.min ( Comparator<? super T> p1 ) [abstract] : Optional<T>
net/thevpc/nuts/NutsStream.min:(Ljava/util/Comparator;)Ljava/util/Optional;
NutsStream<T>.nonBlank ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.nonBlank:()Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.noneMatch ( Predicate<? super T> p1 ) [abstract] : boolean
net/thevpc/nuts/NutsStream.noneMatch:(Ljava/util/function/Predicate;)Z
NutsStream<T>.nonNull ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.nonNull:()Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( Iterable<T> str, Function<NutsElements,NutsElement> name, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Ljava/lang/Iterable;Ljava/util/function/Function;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( Iterable<T> str, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Ljava/lang/Iterable;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( Iterator<T> str, Function<NutsElements,NutsElement> name, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Ljava/util/Iterator;Ljava/util/function/Function;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( Iterator<T> str, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Ljava/util/Iterator;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( NutsIterable<T> str, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Lnet/thevpc/nuts/NutsIterable;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( NutsIterator<T> str, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Lnet/thevpc/nuts/NutsIterator;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( Stream<T> str, Function<NutsElements,NutsElement> name, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Ljava/util/stream/Stream;Ljava/util/function/Function;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( Stream<T> str, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:(Ljava/util/stream/Stream;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( T[ ] str, Function<NutsElements,NutsElement> name, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:([Ljava/lang/Object;Ljava/util/function/Function;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.of ( T[ ] str, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.of:([Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.ofEmpty ( NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.ofEmpty:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.ofSingleton ( T element, NutsSession session ) [static] : NutsStream<T>
net/thevpc/nuts/NutsStream.ofSingleton:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.required ( ) [abstract] : T
net/thevpc/nuts/NutsStream.required:()Ljava/lang/Object;
NutsStream<T>.singleton ( ) [abstract] : T
net/thevpc/nuts/NutsStream.singleton:()Ljava/lang/Object;
NutsStream<T>.sorted ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.sorted:()Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.sorted ( NutsComparator<T> p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/NutsStream.sorted:(Lnet/thevpc/nuts/NutsComparator;)Lnet/thevpc/nuts/NutsStream;
NutsStream<T>.stream ( ) [abstract] : Stream<T>
net/thevpc/nuts/NutsStream.stream:()Ljava/util/stream/Stream;
NutsStream<T>.toArray ( IntFunction<A[ ]> p1 ) [abstract] : A[ ]
net/thevpc/nuts/NutsStream.toArray:(Ljava/util/function/IntFunction;)[Ljava/lang/Object;
NutsStream<T>.toList ( ) [abstract] : List<T>
net/thevpc/nuts/NutsStream.toList:()Ljava/util/List;
NutsStream<T>.toMap ( Function<? super T,?> p1, Function<? super T,?> p2 ) [abstract] : Map<K,U>
net/thevpc/nuts/NutsStream.toMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Map;
NutsStream<T>.toOrderedMap ( Function<? super T,?> p1, Function<? super T,?> p2 ) [abstract] : Map<K,U>
net/thevpc/nuts/NutsStream.toOrderedMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Map;
NutsStream<T>.toOrderedSet ( ) [abstract] : Set<T>
net/thevpc/nuts/NutsStream.toOrderedSet:()Ljava/util/Set;
NutsStream<T>.toSet ( ) [abstract] : Set<T>
net/thevpc/nuts/NutsStream.toSet:()Ljava/util/Set;
NutsStream<T>.toSortedMap ( Function<? super T,?> p1, Function<? super T,?> p2 ) [abstract] : Map<K,U>
net/thevpc/nuts/NutsStream.toSortedMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/Map;
NutsStream<T>.toSortedSet ( ) [abstract] : Set<T>
net/thevpc/nuts/NutsStream.toSortedSet:()Ljava/util/Set;
nuts-0.8.3.jar,
NutsStreamMetadata.class
package net.thevpc.nuts
NutsStreamMetadata.getContentLength ( ) [abstract] : long
net/thevpc/nuts/NutsStreamMetadata.getContentLength:()J
NutsStreamMetadata.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsStreamMetadata.getContentType:()Ljava/lang/String;
NutsStreamMetadata.getFormattedPath ( ) [abstract] : NutsString
net/thevpc/nuts/NutsStreamMetadata.getFormattedPath:()Lnet/thevpc/nuts/NutsString;
NutsStreamMetadata.getName ( ) [abstract] : String
net/thevpc/nuts/NutsStreamMetadata.getName:()Ljava/lang/String;
NutsStreamMetadata.getUserKind ( ) [abstract] : String
net/thevpc/nuts/NutsStreamMetadata.getUserKind:()Ljava/lang/String;
NutsStreamMetadata.of ( Object is ) [static] : NutsStreamMetadata
net/thevpc/nuts/NutsStreamMetadata.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStreamMetadata;
NutsStreamMetadata.resolve ( Object is ) [static] : NutsStreamMetadata
net/thevpc/nuts/NutsStreamMetadata.resolve:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsStreamMetadata;
NutsStreamMetadata.setUserKind ( String p1 ) [abstract] : NutsStreamMetadata
net/thevpc/nuts/NutsStreamMetadata.setUserKind:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsStreamMetadata;
nuts-0.8.3.jar,
NutsStreamMetadataAware.class
package net.thevpc.nuts
NutsStreamMetadataAware.getStreamMetadata ( ) [abstract] : NutsStreamMetadata
net/thevpc/nuts/NutsStreamMetadataAware.getStreamMetadata:()Lnet/thevpc/nuts/NutsStreamMetadata;
nuts-0.8.3.jar,
NutsStreams.class
package net.thevpc.nuts.spi
NutsStreams.createEmptyStream ( ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createEmptyStream:()Lnet/thevpc/nuts/NutsStream;
NutsStreams.createStream ( Iterable<T> p1, Function<NutsElements,NutsElement> p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createStream:(Ljava/lang/Iterable;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsStream;
NutsStreams.createStream ( Iterator<T> p1, Function<NutsElements,NutsElement> p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createStream:(Ljava/util/Iterator;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsStream;
NutsStreams.createStream ( NutsIterable<T> p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createStream:(Lnet/thevpc/nuts/NutsIterable;)Lnet/thevpc/nuts/NutsStream;
NutsStreams.createStream ( NutsIterator<T> p1 ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createStream:(Lnet/thevpc/nuts/NutsIterator;)Lnet/thevpc/nuts/NutsStream;
NutsStreams.createStream ( Stream<T> p1, Function<NutsElements,NutsElement> p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createStream:(Ljava/util/stream/Stream;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsStream;
NutsStreams.createStream ( T[ ] p1, Function<NutsElements,NutsElement> p2 ) [abstract] : NutsStream<T>
net/thevpc/nuts/spi/NutsStreams.createStream:([Ljava/lang/Object;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsStream;
NutsStreams.of ( NutsSession session ) [static] : NutsStreams
net/thevpc/nuts/spi/NutsStreams.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsStreams;
nuts-0.8.3.jar,
NutsString.class
package net.thevpc.nuts
NutsString.builder ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsString.builder:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsString.of ( NutsMessage str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsString.of:(Lnet/thevpc/nuts/NutsMessage;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
NutsString.of ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsString.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
NutsString.ofPlain ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsString.ofPlain:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.3.jar,
NutsSupportCondition.class
package net.thevpc.nuts
NutsSupportCondition.id ( ) : String
net/thevpc/nuts/NutsSupportCondition.id:()Ljava/lang/String;
NutsSupportCondition.parse ( String value, NutsSession session ) [static] : NutsSupportCondition
net/thevpc/nuts/NutsSupportCondition.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSupportCondition;
NutsSupportCondition.parse ( String value, NutsSupportCondition emptyValue, NutsSession session ) [static] : NutsSupportCondition
net/thevpc/nuts/NutsSupportCondition.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSupportCondition;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSupportCondition;
NutsSupportCondition.parseLenient ( String value ) [static] : NutsSupportCondition
net/thevpc/nuts/NutsSupportCondition.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSupportCondition;
NutsSupportCondition.parseLenient ( String value, NutsSupportCondition emptyOrErrorValue ) [static] : NutsSupportCondition
net/thevpc/nuts/NutsSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSupportCondition;)Lnet/thevpc/nuts/NutsSupportCondition;
NutsSupportCondition.parseLenient ( String value, NutsSupportCondition emptyValue, NutsSupportCondition errorValue ) [static] : NutsSupportCondition
net/thevpc/nuts/NutsSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSupportCondition;Lnet/thevpc/nuts/NutsSupportCondition;)Lnet/thevpc/nuts/NutsSupportCondition;
NutsSupportCondition.valueOf ( String name ) [static] : NutsSupportCondition
net/thevpc/nuts/NutsSupportCondition.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSupportCondition;
NutsSupportCondition.values ( ) [static] : NutsSupportCondition[ ]
net/thevpc/nuts/NutsSupportCondition.values:()[Lnet/thevpc/nuts/NutsSupportCondition;
nuts-0.8.3.jar,
NutsSupported.class
package net.thevpc.nuts
NutsSupported<T>.getSupportLevel ( ) [abstract] : int
net/thevpc/nuts/NutsSupported.getSupportLevel:()I
NutsSupported<T>.getValue ( ) [abstract] : T
net/thevpc/nuts/NutsSupported.getValue:()Ljava/lang/Object;
NutsSupported<T>.invalid ( ) [static] : NutsSupported<T>
net/thevpc/nuts/NutsSupported.invalid:()Lnet/thevpc/nuts/NutsSupported;
NutsSupported<T>.isValid ( ) : boolean
net/thevpc/nuts/NutsSupported.isValid:()Z
NutsSupported<T>.isValid ( NutsSupported<T> s ) [static] : boolean
net/thevpc/nuts/NutsSupported.isValid:(Lnet/thevpc/nuts/NutsSupported;)Z
NutsSupported<T>.of ( int supportLevel, Supplier<T> supplier ) [static] : NutsSupported<T>
net/thevpc/nuts/NutsSupported.of:(ILjava/util/function/Supplier;)Lnet/thevpc/nuts/NutsSupported;
NutsSupported<T>.of ( int supportLevel, T value ) [static] : NutsSupported<T>
net/thevpc/nuts/NutsSupported.of:(ILjava/lang/Object;)Lnet/thevpc/nuts/NutsSupported;
nuts-0.8.3.jar,
NutsSupportLevelContext.class
package net.thevpc.nuts.spi
NutsSupportLevelContext.getConstraints ( ) [abstract] : T
net/thevpc/nuts/spi/NutsSupportLevelContext.getConstraints:()Ljava/lang/Object;
NutsSupportLevelContext.getConstraints ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/spi/NutsSupportLevelContext.getConstraints:(Ljava/lang/Class;)Ljava/lang/Object;
NutsSupportLevelContext.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/spi/NutsSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSupportLevelContext.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsSupportLevelContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.3.jar,
NutsSupportMode.class
package net.thevpc.nuts
NutsSupportMode.acceptCondition ( NutsSupportCondition request, NutsSession session ) : boolean
net/thevpc/nuts/NutsSupportMode.acceptCondition:(Lnet/thevpc/nuts/NutsSupportCondition;Lnet/thevpc/nuts/NutsSession;)Z
NutsSupportMode.id ( ) : String
net/thevpc/nuts/NutsSupportMode.id:()Ljava/lang/String;
NutsSupportMode.parse ( String value, NutsSession session ) [static] : NutsSupportMode
net/thevpc/nuts/NutsSupportMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSupportMode;
NutsSupportMode.parse ( String value, NutsSupportMode emptyValue, NutsSession session ) [static] : NutsSupportMode
net/thevpc/nuts/NutsSupportMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSupportMode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSupportMode;
NutsSupportMode.parseLenient ( String any ) [static] : NutsSupportMode
net/thevpc/nuts/NutsSupportMode.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSupportMode;
NutsSupportMode.parseLenient ( String any, NutsSupportMode emptyOrErrorValue ) [static] : NutsSupportMode
net/thevpc/nuts/NutsSupportMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSupportMode;)Lnet/thevpc/nuts/NutsSupportMode;
NutsSupportMode.parseLenient ( String any, NutsSupportMode emptyValue, NutsSupportMode errorValue ) [static] : NutsSupportMode
net/thevpc/nuts/NutsSupportMode.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSupportMode;Lnet/thevpc/nuts/NutsSupportMode;)Lnet/thevpc/nuts/NutsSupportMode;
NutsSupportMode.valueOf ( String name ) [static] : NutsSupportMode
net/thevpc/nuts/NutsSupportMode.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSupportMode;
NutsSupportMode.values ( ) [static] : NutsSupportMode[ ]
net/thevpc/nuts/NutsSupportMode.values:()[Lnet/thevpc/nuts/NutsSupportMode;
nuts-0.8.3.jar,
NutsSystemTerminal.class
package net.thevpc.nuts
NutsSystemTerminal.enableRichTerm ( NutsSession session ) [static] : void
net/thevpc/nuts/NutsSystemTerminal.enableRichTerm:(Lnet/thevpc/nuts/NutsSession;)V
NutsSystemTerminal.getBase ( ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/NutsSystemTerminal.getBase:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
nuts-0.8.3.jar,
NutsSystemTerminalBase.class
package net.thevpc.nuts.spi
NutsSystemTerminalBase.clearScreen ( NutsSession p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.clearScreen:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.getCommandHighlighter ( ) [abstract] : String
net/thevpc/nuts/spi/NutsSystemTerminalBase.getCommandHighlighter:()Ljava/lang/String;
NutsSystemTerminalBase.getTerminalCursor ( NutsSession p1 ) [abstract] : NutsSystemTerminalBase.Cursor
net/thevpc/nuts/spi/NutsSystemTerminalBase.getTerminalCursor:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase$Cursor;
NutsSystemTerminalBase.getTerminalSize ( NutsSession p1 ) [abstract] : NutsSystemTerminalBase.Size
net/thevpc/nuts/spi/NutsSystemTerminalBase.getTerminalSize:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase$Size;
NutsSystemTerminalBase.resetLine ( NutsSession p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.resetLine:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.run ( NutsTerminalCommand p1, NutsSession p2 ) [abstract] : Object
net/thevpc/nuts/spi/NutsSystemTerminalBase.run:(Lnet/thevpc/nuts/NutsTerminalCommand;Lnet/thevpc/nuts/NutsSession;)Ljava/lang/Object;
NutsSystemTerminalBase.setCommandHighlighter ( String p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandHighlighter:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBase.setStyles ( NutsTextStyles p1, NutsSession p2 ) [abstract] : void
net/thevpc/nuts/spi/NutsSystemTerminalBase.setStyles:(Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.3.jar,
NutsSystemTerminalBaseImpl.class
package net.thevpc.nuts.spi
NutsSystemTerminalBaseImpl.clearScreen ( NutsSession session ) : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBaseImpl.clearScreen:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsSystemTerminalBaseImpl.getTerminalCursor ( NutsSession session ) : NutsSystemTerminalBase.Cursor
net/thevpc/nuts/spi/NutsSystemTerminalBaseImpl.getTerminalCursor:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase$Cursor;
NutsSystemTerminalBaseImpl.getTerminalSize ( NutsSession session ) : NutsSystemTerminalBase.Size
net/thevpc/nuts/spi/NutsSystemTerminalBaseImpl.getTerminalSize:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase$Size;
NutsSystemTerminalBaseImpl.NutsSystemTerminalBaseImpl ( )
net/thevpc/nuts/spi/NutsSystemTerminalBaseImpl."<init>":()V
NutsSystemTerminalBaseImpl.resetLine ( NutsSession session ) : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBaseImpl.resetLine:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
nuts-0.8.3.jar,
NutsTableFormat.class
package net.thevpc.nuts
NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsTableFormat.of ( NutsSession session ) [static] : NutsTableFormat
net/thevpc/nuts/NutsTableFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTableFormat;
NutsTableFormat.setNtf ( boolean p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsTableFormat.setSession ( NutsSession p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsTableFormat.setValue ( Object p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsContentTypeFormat;
nuts-0.8.3.jar,
NutsTableSeparator.class
package net.thevpc.nuts
NutsTableSeparator.parse ( String value, NutsSession session ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTableSeparator;
NutsTableSeparator.parse ( String value, NutsTableSeparator emptyValue, NutsSession session ) [static] : NutsTableSeparator
net/thevpc/nuts/NutsTableSeparator.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTableSeparator;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTableSeparator;
nuts-0.8.3.jar,
NutsTerminalMode.class
package net.thevpc.nuts
NutsTerminalMode.parse ( String value, NutsSession session ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalMode;
NutsTerminalMode.parse ( String value, NutsTerminalMode emptyValue, NutsSession session ) [static] : NutsTerminalMode
net/thevpc/nuts/NutsTerminalMode.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTerminalMode;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalMode;
nuts-0.8.3.jar,
NutsTerminals.class
package net.thevpc.nuts.spi
NutsTerminals.createMemTerminal ( boolean p1, NutsSession p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/spi/NutsTerminals.createMemTerminal:(ZLnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminals.createMemTerminal ( NutsSession p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/spi/NutsTerminals.createMemTerminal:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminals.createTerminal ( InputStream p1, NutsPrintStream p2, NutsPrintStream p3, NutsSession p4 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/spi/NutsTerminals.createTerminal:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminals.createTerminal ( NutsSession p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/spi/NutsTerminals.createTerminal:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminals.createTerminal ( NutsSessionTerminal p1, NutsSession p2 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/spi/NutsTerminals.createTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminals.enableRichTerm ( NutsSession p1 ) [abstract] : NutsTerminals
net/thevpc/nuts/spi/NutsTerminals.enableRichTerm:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsTerminals;
NutsTerminals.of ( NutsSession session ) [static] : NutsTerminals
net/thevpc/nuts/spi/NutsTerminals.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/spi/NutsTerminals;
nuts-0.8.3.jar,
NutsTerminalSpec.class
package net.thevpc.nuts.spi
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/spi/NutsTerminalSpec.copyFrom:(Lnet/thevpc/nuts/spi/NutsTerminalSpec;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsTerminalSpec.get ( String p1 ) [abstract] : Object
net/thevpc/nuts/spi/NutsTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NutsTerminalSpec.getAutoComplete ( ) [abstract] : Boolean
net/thevpc/nuts/spi/NutsTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NutsTerminalSpec.getParent ( ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsTerminalSpec.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/spi/NutsTerminalSpec.getProperties:()Ljava/util/Map;
NutsTerminalSpec.put ( String p1, Object p2 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/spi/NutsTerminalSpec.put:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsTerminalSpec.putAll ( Map<String,Object> p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/spi/NutsTerminalSpec.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsTerminalSpec.setAutoComplete ( Boolean p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/spi/NutsTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
NutsTerminalSpec.setParent ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/spi/NutsTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/spi/NutsTerminalSpec;
nuts-0.8.3.jar,
NutsTextBuilder.class
package net.thevpc.nuts
NutsTextBuilder.flatten ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.flatten:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.get ( int p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextBuilder.get:(I)Lnet/thevpc/nuts/NutsText;
NutsTextBuilder.getChildren ( ) [abstract] : List<NutsText>
net/thevpc/nuts/NutsTextBuilder.getChildren:()Ljava/util/List;
NutsTextBuilder.insert ( int p1, NutsText... p2 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.insert:(I[Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.items ( ) [abstract] : Iterable<NutsText>
net/thevpc/nuts/NutsTextBuilder.items:()Ljava/lang/Iterable;
NutsTextBuilder.lines ( ) [abstract] : NutsStream<NutsTextBuilder>
net/thevpc/nuts/NutsTextBuilder.lines:()Lnet/thevpc/nuts/NutsStream;
NutsTextBuilder.readLine ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.readLine:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.removeAt ( int p1 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.removeAt:(I)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.replace ( int p1, int p2, NutsText... p3 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.replace:(II[Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.replaceChildren ( int p1, int p2, NutsText... p3 ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextBuilder.replaceChildren:(II[Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextBuilder.subChildren ( int p1, int p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextBuilder.subChildren:(II)Lnet/thevpc/nuts/NutsText;
NutsTextBuilder.substring ( int p1, int p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextBuilder.substring:(II)Lnet/thevpc/nuts/NutsText;
nuts-0.8.3.jar,
NutsTextCode.class
package net.thevpc.nuts
NutsTextCode.getText ( ) [abstract] : String
net/thevpc/nuts/NutsTextCode.getText:()Ljava/lang/String;
NutsTextCode.highlight ( NutsSession p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextCode.highlight:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.3.jar,
NutsTextFormatStyle.class
package net.thevpc.nuts
NutsTextFormatStyle.parse ( String value, NutsSession session ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextFormatStyle;
NutsTextFormatStyle.parse ( String value, NutsTextFormatStyle emptyValue, NutsSession session ) [static] : NutsTextFormatStyle
net/thevpc/nuts/NutsTextFormatStyle.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextFormatStyle;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextFormatStyle;
nuts-0.8.3.jar,
NutsTextList.class
package net.thevpc.nuts
NutsTextList.getChildren ( ) [abstract] : List<NutsText>
net/thevpc/nuts/NutsTextList.getChildren:()Ljava/util/List;
nuts-0.8.3.jar,
NutsTexts.class
package net.thevpc.nuts
NutsTexts.addCodeHighlighter ( NutsCodeHighlighter p1 ) [abstract] : NutsTexts
net/thevpc/nuts/NutsTexts.addCodeHighlighter:(Lnet/thevpc/nuts/NutsCodeHighlighter;)Lnet/thevpc/nuts/NutsTexts;
NutsTexts.applyStyles ( NutsString p1, NutsTextStyle... p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.applyStyles:(Lnet/thevpc/nuts/NutsString;[Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsText;
NutsTexts.applyStyles ( NutsString p1, NutsTextStyles p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.applyStyles:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsText;
NutsTexts.applyStyles ( NutsText p1, NutsTextStyle... p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.applyStyles:(Lnet/thevpc/nuts/NutsText;[Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsText;
NutsTexts.applyStyles ( NutsText p1, NutsTextStyles p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.applyStyles:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsText;
NutsTexts.builder ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTexts.builder:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsTexts.getCodeHighlighter ( String p1 ) [abstract] : NutsCodeHighlighter
net/thevpc/nuts/NutsTexts.getCodeHighlighter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCodeHighlighter;
NutsTexts.getCodeHighlighters ( ) [abstract] : NutsCodeHighlighter[ ]
net/thevpc/nuts/NutsTexts.getCodeHighlighters:()[Lnet/thevpc/nuts/NutsCodeHighlighter;
NutsTexts.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTexts.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTexts.getTheme ( ) [abstract] : NutsTextFormatTheme
net/thevpc/nuts/NutsTexts.getTheme:()Lnet/thevpc/nuts/NutsTextFormatTheme;
NutsTexts.of ( NutsSession session ) [static] : NutsTexts
net/thevpc/nuts/NutsTexts.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTexts;
NutsTexts.ofAnchor ( String p1 ) [abstract] : NutsTextAnchor
net/thevpc/nuts/NutsTexts.ofAnchor:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextAnchor;
NutsTexts.ofBlank ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.ofBlank:()Lnet/thevpc/nuts/NutsText;
NutsTexts.ofCode ( String p1, String p2 ) [abstract] : NutsTextCode
net/thevpc/nuts/NutsTexts.ofCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextCode;
NutsTexts.ofCommand ( NutsTerminalCommand p1 ) [abstract] : NutsTextCommand
net/thevpc/nuts/NutsTexts.ofCommand:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsTextCommand;
NutsTexts.ofLink ( NutsText p1 ) [abstract] : NutsTextLink
net/thevpc/nuts/NutsTexts.ofLink:(Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextLink;
NutsTexts.ofList ( Collection<NutsText> p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTexts.ofList:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextList;
NutsTexts.ofList ( NutsText... p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTexts.ofList:([Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextList;
NutsTexts.ofNumbering ( ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTexts.ofNumbering:()Lnet/thevpc/nuts/NutsTextNumbering;
NutsTexts.ofNumbering ( String p1 ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTexts.ofNumbering:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextNumbering;
NutsTexts.ofPlain ( String p1 ) [abstract] : NutsTextPlain
net/thevpc/nuts/NutsTexts.ofPlain:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextPlain;
NutsTexts.ofStyled ( NutsString p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTexts.ofStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTexts.ofStyled ( NutsString p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTexts.ofStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTexts.ofStyled ( NutsText p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTexts.ofStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTexts.ofStyled ( NutsText p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTexts.ofStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTexts.ofStyled ( String p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTexts.ofStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTexts.ofStyled ( String p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTexts.ofStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTexts.parse ( String p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsText;
NutsTexts.parser ( ) [abstract] : NutsTextParser
net/thevpc/nuts/NutsTexts.parser:()Lnet/thevpc/nuts/NutsTextParser;
NutsTexts.removeCodeHighlighter ( String p1 ) [abstract] : NutsTexts
net/thevpc/nuts/NutsTexts.removeCodeHighlighter:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTexts;
NutsTexts.setSession ( NutsSession p1 ) [abstract] : NutsTexts
net/thevpc/nuts/NutsTexts.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTexts;
NutsTexts.setTheme ( NutsTextFormatTheme p1 ) [abstract] : NutsTexts
net/thevpc/nuts/NutsTexts.setTheme:(Lnet/thevpc/nuts/NutsTextFormatTheme;)Lnet/thevpc/nuts/NutsTexts;
NutsTexts.setTheme ( String p1 ) [abstract] : NutsTexts
net/thevpc/nuts/NutsTexts.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTexts;
NutsTexts.toText ( Object p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTexts.toText:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.3.jar,
NutsTextStyle.class
package net.thevpc.nuts
NutsTextStyle.equals ( Object o ) : boolean
net/thevpc/nuts/NutsTextStyle.equals:(Ljava/lang/Object;)Z
NutsTextStyle.hashCode ( ) : int
net/thevpc/nuts/NutsTextStyle.hashCode:()I
NutsTextStyle.id ( ) : String
net/thevpc/nuts/NutsTextStyle.id:()Ljava/lang/String;
NutsTextStyle.parseLenient ( String value ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.parseLenient ( String value, NutsTextStyle emptyValue ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyle.parseLenient ( String value, NutsTextStyle emptyValue, NutsTextStyle errorValue ) [static] : NutsTextStyle
net/thevpc/nuts/NutsTextStyle.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyle;
nuts-0.8.3.jar,
NutsTextStyled.class
package net.thevpc.nuts
NutsTextStyled.of ( NutsString str, NutsTextStyle style, NutsSession session ) [static] : NutsTextStyled
net/thevpc/nuts/NutsTextStyled.of:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyle;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextStyled.of ( NutsString str, NutsTextStyles styles, NutsSession session ) [static] : NutsTextStyled
net/thevpc/nuts/NutsTextStyled.of:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextStyled.of ( NutsText str, NutsTextStyle style, NutsSession session ) [static] : NutsTextStyled
net/thevpc/nuts/NutsTextStyled.of:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyle;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextStyled.of ( NutsText str, NutsTextStyles styles, NutsSession session ) [static] : NutsTextStyled
net/thevpc/nuts/NutsTextStyled.of:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextStyled.of ( String str, NutsTextStyle style, NutsSession session ) [static] : NutsTextStyled
net/thevpc/nuts/NutsTextStyled.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextStyled.of ( String str, NutsTextStyles styles, NutsSession session ) [static] : NutsTextStyled
net/thevpc/nuts/NutsTextStyled.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyled;
nuts-0.8.3.jar,
NutsTextStyles.class
package net.thevpc.nuts
NutsTextStyles.equals ( Object o ) : boolean
net/thevpc/nuts/NutsTextStyles.equals:(Ljava/lang/Object;)Z
NutsTextStyles.hashCode ( ) : int
net/thevpc/nuts/NutsTextStyles.hashCode:()I
NutsTextStyles.id ( ) : String
net/thevpc/nuts/NutsTextStyles.id:()Ljava/lang/String;
NutsTextStyles.isPlain ( ) : boolean
net/thevpc/nuts/NutsTextStyles.isPlain:()Z
NutsTextStyles.parseLenient ( String value ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.parseLenient ( String value, NutsTextStyles emptyValue ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.parseLenient ( String value, NutsTextStyles emptyValue, NutsTextStyles errorValue ) [static] : NutsTextStyles
net/thevpc/nuts/NutsTextStyles.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyles;
NutsTextStyles.toArray ( ) : NutsTextStyle[ ]
net/thevpc/nuts/NutsTextStyles.toArray:()[Lnet/thevpc/nuts/NutsTextStyle;
NutsTextStyles.toList ( ) : List<NutsTextStyle>
net/thevpc/nuts/NutsTextStyles.toList:()Ljava/util/List;
nuts-0.8.3.jar,
NutsTextStyleType.class
package net.thevpc.nuts
NutsTextStyleType.parse ( String value, NutsSession session ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyleType;
NutsTextStyleType.parse ( String value, NutsTextStyleType emptyValue, NutsSession session ) [static] : NutsTextStyleType
net/thevpc/nuts/NutsTextStyleType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyleType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextStyleType;
nuts-0.8.3.jar,
NutsTextType.class
package net.thevpc.nuts
NutsTextType.parse ( String value, NutsSession session ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextType;
NutsTextType.parse ( String value, NutsTextType emptyValue, NutsSession session ) [static] : NutsTextType
net/thevpc/nuts/NutsTextType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextType;
nuts-0.8.3.jar,
NutsTmp.class
package net.thevpc.nuts
NutsTmp.createTempFile ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsTmp.createTempFile:()Lnet/thevpc/nuts/NutsPath;
NutsTmp.createTempFile ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsTmp.createTempFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsTmp.createTempFolder ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsTmp.createTempFolder:()Lnet/thevpc/nuts/NutsPath;
NutsTmp.createTempFolder ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsTmp.createTempFolder:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsTmp.getRepositoryId ( ) [abstract] : String
net/thevpc/nuts/NutsTmp.getRepositoryId:()Ljava/lang/String;
NutsTmp.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTmp.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTmp.of ( NutsSession session ) [static] : NutsTmp
net/thevpc/nuts/NutsTmp.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTmp;
NutsTmp.setRepositoryId ( String p1 ) [abstract] : NutsTmp
net/thevpc/nuts/NutsTmp.setRepositoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTmp;
NutsTmp.setSession ( NutsSession p1 ) [abstract] : NutsTmp
net/thevpc/nuts/NutsTmp.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTmp;
nuts-0.8.3.jar,
NutsTreeFormat.class
package net.thevpc.nuts
NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsTreeFormat.of ( NutsSession session ) [static] : NutsTreeFormat
net/thevpc/nuts/NutsTreeFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeFormat;
NutsTreeFormat.setNtf ( boolean p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsTreeFormat.setSession ( NutsSession p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsContentTypeFormat;
NutsTreeFormat.setValue ( Object p1 ) : NutsContentTypeFormat
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsContentTypeFormat;
nuts-0.8.3.jar,
NutsTreeVisitor.class
package net.thevpc.nuts
NutsTreeVisitor<T>.postVisitDirectory ( T p1, Exception p2, NutsSession p3 ) [abstract] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitor.postVisitDirectory:(Ljava/lang/Object;Ljava/lang/Exception;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitor<T>.preVisitDirectory ( T p1, NutsSession p2 ) [abstract] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitor.preVisitDirectory:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitor<T>.visitFile ( T p1, NutsSession p2 ) [abstract] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitor.visitFile:(Ljava/lang/Object;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitor<T>.visitFileFailed ( T p1, Exception p2, NutsSession p3 ) [abstract] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitor.visitFileFailed:(Ljava/lang/Object;Ljava/lang/Exception;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeVisitResult;
nuts-0.8.3.jar,
NutsTreeVisitResult.class
package net.thevpc.nuts
NutsTreeVisitResult.id ( ) : String
net/thevpc/nuts/NutsTreeVisitResult.id:()Ljava/lang/String;
NutsTreeVisitResult.parse ( String value, NutsSession session ) [static] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitResult.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitResult.parse ( String value, NutsTreeVisitResult emptyValue, NutsSession session ) [static] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitResult.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTreeVisitResult;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitResult.parseLenient ( String value ) [static] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitResult.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitResult.parseLenient ( String value, NutsTreeVisitResult emptyOrErrorValue ) [static] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitResult.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTreeVisitResult;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitResult.parseLenient ( String value, NutsTreeVisitResult emptyValue, NutsTreeVisitResult errorValue ) [static] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitResult.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTreeVisitResult;Lnet/thevpc/nuts/NutsTreeVisitResult;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitResult.valueOf ( String name ) [static] : NutsTreeVisitResult
net/thevpc/nuts/NutsTreeVisitResult.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTreeVisitResult;
NutsTreeVisitResult.values ( ) [static] : NutsTreeVisitResult[ ]
net/thevpc/nuts/NutsTreeVisitResult.values:()[Lnet/thevpc/nuts/NutsTreeVisitResult;
nuts-0.8.3.jar,
NutsUncompress.class
package net.thevpc.nuts
NutsUncompress.addOptions ( NutsPathOption... p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.addOptions:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.clearOptions ( ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.clearOptions:()Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.from ( File p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.from:(Ljava/io/File;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.from ( InputStream p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.from ( NutsPath p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.from:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.from ( Path p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.from ( String p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.from ( URL p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.from:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.getFormat ( ) [abstract] : String
net/thevpc/nuts/NutsUncompress.getFormat:()Ljava/lang/String;
NutsUncompress.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsUncompress.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NutsUncompress.getOptions ( ) [abstract] : Set<NutsPathOption>
net/thevpc/nuts/NutsUncompress.getOptions:()Ljava/util/Set;
NutsUncompress.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsUncompress.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsUncompress.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsUncompress.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsUncompress.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsUncompress.getSource:()Ljava/lang/Object;
NutsUncompress.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsUncompress.getTarget:()Ljava/lang/Object;
NutsUncompress.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsUncompress.isSafe:()Z
NutsUncompress.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsUncompress.isSkipRoot:()Z
NutsUncompress.of ( NutsSession session ) [static] : NutsUncompress
net/thevpc/nuts/NutsUncompress.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.progressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.progressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.removeOptions ( NutsPathOption... p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.removeOptions:([Lnet/thevpc/nuts/NutsPathOption;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.run ( ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.run:()Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setFormat ( String p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setFormatOption ( String p1, Object p2 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSafe ( boolean p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSafe:(Z)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSession ( NutsSession p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSkipRoot ( boolean p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSource ( File p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSource ( InputStream p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSource ( NutsPath p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSource ( Path p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setSource ( URL p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setTarget ( File p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setTarget ( NutsPath p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setTarget:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setTarget ( Path p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.setTarget ( String p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.to ( File p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.to ( NutsPath p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.to:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.to ( Path p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.to ( String p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsUncompress;
NutsUncompress.visit ( NutsIOUncompressVisitor p1 ) [abstract] : NutsUncompress
net/thevpc/nuts/NutsUncompress.visit:(Lnet/thevpc/nuts/NutsIOUncompressVisitor;)Lnet/thevpc/nuts/NutsUncompress;
nuts-0.8.3.jar,
NutsUnsafeFunction.class
package net.thevpc.nuts
NutsUnsafeFunction<T,R>.of ( NutsUnsafeFunctionBase<T,V> o, Function<NutsElements,NutsElement> descr ) [static] : NutsUnsafeFunction<T,V>
net/thevpc/nuts/NutsUnsafeFunction.of:(Lnet/thevpc/nuts/NutsUnsafeFunctionBase;Ljava/util/function/Function;)Lnet/thevpc/nuts/NutsUnsafeFunction;
NutsUnsafeFunction<T,R>.of ( NutsUnsafeFunctionBase<T,V> o, NutsElement descr ) [static] : NutsUnsafeFunction<T,V>
net/thevpc/nuts/NutsUnsafeFunction.of:(Lnet/thevpc/nuts/NutsUnsafeFunctionBase;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsUnsafeFunction;
NutsUnsafeFunction<T,R>.of ( NutsUnsafeFunctionBase<T,V> o, String descr ) [static] : NutsUnsafeFunction<T,V>
net/thevpc/nuts/NutsUnsafeFunction.of:(Lnet/thevpc/nuts/NutsUnsafeFunctionBase;Ljava/lang/String;)Lnet/thevpc/nuts/NutsUnsafeFunction;
nuts-0.8.3.jar,
NutsUnsafeFunctionBase.class
package net.thevpc.nuts
NutsUnsafeFunctionBase<T,R>.apply ( T p1 ) [abstract] : R
net/thevpc/nuts/NutsUnsafeFunctionBase.apply:(Ljava/lang/Object;)Ljava/lang/Object;
nuts-0.8.3.jar,
NutsUpdateResult.class
package net.thevpc.nuts
NutsUpdateResult.getInstalled ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsUpdateResult.getInstalled:()Lnet/thevpc/nuts/NutsDefinition;
NutsUpdateResult.isInstalled ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isInstalled:()Z
NutsUpdateResult.isUpdatable ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdatable:()Z
nuts-0.8.3.jar,
NutsUtilPlatforms.class
package net.thevpc.nuts
NutsUtilPlatforms.buildLocations ( NutsOsFamily platformOsFamily, NutsStoreLocationStrategy storeLocationStrategy, Map<NutsStoreLocation,String> baseLocations, Map<NutsHomeLocation,String> homeLocations, boolean global, String workspaceLocation, NutsSession session ) [static] : Map<NutsStoreLocation,String>
net/thevpc/nuts/NutsUtilPlatforms.buildLocations:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocationStrategy;Ljava/util/Map;Ljava/util/Map;ZLjava/lang/String;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Map;
NutsUtilPlatforms.getCustomPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<NutsHomeLocation,String> homeLocations ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getCustomPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;)Ljava/lang/String;
NutsUtilPlatforms.getDefaultPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getDefaultPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;ZLjava/lang/String;)Ljava/lang/String;
NutsUtilPlatforms.getWorkspaceLocation ( NutsOsFamily platformOsFamily, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getWorkspaceLocation:(Lnet/thevpc/nuts/NutsOsFamily;ZLjava/lang/String;)Ljava/lang/String;
nuts-0.8.3.jar,
NutsUtilStrings.class
package net.thevpc.nuts
NutsUtilStrings.toHexChar ( int nibble ) [static] : char
net/thevpc/nuts/NutsUtilStrings.toHexChar:(I)C
NutsUtilStrings.toHexString ( byte[ ] bytes ) [static] : String
net/thevpc/nuts/NutsUtilStrings.toHexString:([B)Ljava/lang/String;
nuts-0.8.3.jar,
NutsVersion.class
package net.thevpc.nuts
NutsVersion.compatNewer ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.compatNewer:()Lnet/thevpc/nuts/NutsVersion;
NutsVersion.compatOlder ( ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersion.compatOlder:()Lnet/thevpc/nuts/NutsVersion;
NutsVersion.getInt ( int p1, int p2 ) [abstract] : int
net/thevpc/nuts/NutsVersion.getInt:(II)I
NutsVersion.getLong ( int p1, long p2 ) [abstract] : long
net/thevpc/nuts/NutsVersion.getLong:(IJ)J
NutsVersion.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersion.isBlank:()Z
NutsVersion.isFilter ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersion.isFilter:()Z
NutsVersion.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersion.isNull:()Z
NutsVersion.of ( String str, NutsSession session ) [static] : NutsVersion
net/thevpc/nuts/NutsVersion.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersion;
nuts-0.8.3.jar,
NutsVersionFilters.class
package net.thevpc.nuts
NutsVersionFilters.byValue ( String p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilters.byValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilters.of ( NutsSession session ) [static] : NutsVersionFilters
net/thevpc/nuts/NutsVersionFilters.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionFilters;
nuts-0.8.3.jar,
NutsVersionFormat.class
package net.thevpc.nuts
NutsVersionFormat.of ( NutsSession session ) [static] : NutsVersionFormat
net/thevpc/nuts/NutsVersionFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionFormat;
nuts-0.8.3.jar,
NutsVersionParser.class
package net.thevpc.nuts
NutsVersionParser.isAcceptBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionParser.isAcceptBlank:()Z
NutsVersionParser.isAcceptIntervals ( ) [abstract] : boolean
net/thevpc/nuts/NutsVersionParser.isAcceptIntervals:()Z
NutsVersionParser.of ( NutsSession session ) [static] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionParser;
NutsVersionParser.setAcceptBlank ( boolean p1 ) [abstract] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.setAcceptBlank:(Z)Lnet/thevpc/nuts/NutsVersionParser;
NutsVersionParser.setAcceptIntervals ( boolean p1 ) [abstract] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.setAcceptIntervals:(Z)Lnet/thevpc/nuts/NutsVersionParser;
nuts-0.8.3.jar,
NutsWorkspace.class
package net.thevpc.nuts
NutsWorkspace.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspace.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsWorkspace.info ( ) [abstract] : NutsInfoCommand
net/thevpc/nuts/NutsWorkspace.info:()Lnet/thevpc/nuts/NutsInfoCommand;
nuts-0.8.3.jar,
NutsWorkspaceArchetypeComponent.class
package net.thevpc.nuts.spi
NutsWorkspaceArchetypeComponent.startWorkspace ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsWorkspaceArchetypeComponent.startWorkspace:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.3.jar,
NutsWorkspaceBootConfig.class
package net.thevpc.nuts
NutsWorkspaceBootConfig.getHomeLocation ( NutsHomeLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;)Ljava/lang/String;
nuts-0.8.3.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
NutsWorkspaceConfigManager.getConfigMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceConfigManager.getConfigMap:()Ljava/util/Map;
NutsWorkspaceConfigManager.getConfigProperty ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsWorkspaceConfigManager.getConfigProperty:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsWorkspaceConfigManager.getDefaultTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsWorkspaceConfigManager.getDefaultTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsWorkspaceConfigManager.getSystemTerminal ( ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsWorkspaceConfigManager.getSystemTerminal:()Lnet/thevpc/nuts/NutsSystemTerminal;
NutsWorkspaceConfigManager.resolveRepositoryPath ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceConfigManager.resolveRepositoryPath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceConfigManager.setConfigProperty ( String p1, String p2 ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsWorkspaceConfigManager.setConfigProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
NutsWorkspaceConfigManager.setDefaultTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsWorkspaceConfigManager.setDefaultTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
NutsWorkspaceConfigManager.setSystemTerminal ( NutsSystemTerminalBase p1 ) [abstract] : NutsWorkspaceConfigManager
net/thevpc/nuts/NutsWorkspaceConfigManager.setSystemTerminal:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsWorkspaceConfigManager;
nuts-0.8.3.jar,
NutsWorkspaceEnvManager.class
package net.thevpc.nuts
NutsWorkspaceEnvManager.getDesktopIntegrationSupport ( NutsDesktopIntegrationItem p1 ) [abstract] : NutsSupportMode
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopIntegrationSupport:(Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsSupportMode;
NutsWorkspaceEnvManager.getPropertyElement ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyElement:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsWorkspaceEnvManager.getShellFamilies ( ) [abstract] : NutsShellFamily[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getShellFamilies:()[Lnet/thevpc/nuts/NutsShellFamily;
NutsWorkspaceEnvManager.getShellFamily ( ) [abstract] : NutsShellFamily
net/thevpc/nuts/NutsWorkspaceEnvManager.getShellFamily:()Lnet/thevpc/nuts/NutsShellFamily;
NutsWorkspaceEnvManager.platforms ( ) [abstract] : NutsPlatformManager
net/thevpc/nuts/NutsWorkspaceEnvManager.platforms:()Lnet/thevpc/nuts/NutsPlatformManager;
nuts-0.8.3.jar,
NutsWorkspaceExtensionManager.class
package net.thevpc.nuts
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, boolean p2, V p3 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;ZLjava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
NutsWorkspaceExtensionManager.getCompanionIds ( ) [abstract] : Set<NutsId>
net/thevpc/nuts/NutsWorkspaceExtensionManager.getCompanionIds:()Ljava/util/Set;
nuts-0.8.3.jar,
NutsWorkspaceListManager.class
package net.thevpc.nuts
NutsWorkspaceListManager.addWorkspace ( String p1, NutsSession p2 ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceListManager.addWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceListManager.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceListManager.getName:()Ljava/lang/String;
NutsWorkspaceListManager.of ( NutsSession session ) [static] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceListManager.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
NutsWorkspaceListManager.setName ( String p1 ) [abstract] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceListManager.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
nuts-0.8.3.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdBasedir:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getHomeLocation ( NutsHomeLocation p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2, String p3 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Lnet/thevpc/nuts/NutsPath;
NutsWorkspaceLocationManager.setHomeLocation ( NutsHomeLocation p1, String p2 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
nuts-0.8.3.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
NutsWorkspaceOptions.getCommandHelp ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getCommandHelp:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getCommandVersion ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getCommandVersion:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getCustomOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getCustomOptions:()[Ljava/lang/String;
NutsWorkspaceOptions.getDebug ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getDebug:()Ljava/lang/String;
NutsWorkspaceOptions.getDependencySolver ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getDependencySolver:()Ljava/lang/String;
NutsWorkspaceOptions.getHomeLocation ( NutsHomeLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;)Ljava/lang/String;
NutsWorkspaceOptions.isCommandHelp ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isCommandHelp:()Z
NutsWorkspaceOptions.isCommandVersion ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isCommandVersion:()Z
nuts-0.8.3.jar,
NutsWorkspaceOptionsBuilder.class
package net.thevpc.nuts
NutsWorkspaceOptionsBuilder.getCommandHelp ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCommandHelp:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getCommandVersion ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCommandVersion:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getCustomOptions ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getCustomOptions:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getDebug ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDebug:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getDependencySolver ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDependencySolver:()Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getHomeLocation ( NutsHomeLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;)Ljava/lang/String;
NutsWorkspaceOptionsBuilder.isCommandHelp ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isCommandHelp:()Z
NutsWorkspaceOptionsBuilder.isCommandVersion ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isCommandVersion:()Z
NutsWorkspaceOptionsBuilder.of ( NutsSession session ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCommandHelp ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCommandHelp:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCommandVersion ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCommandVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setCustomOptions ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setCustomOptions:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDebug ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDebug:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setDependencySolver ( String p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDependencySolver:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setHomeLocation ( NutsHomeLocation p1, String p2 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.toBootOptions ( ) [abstract] : NutsBootOptions
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.toBootOptions:()Lnet/thevpc/nuts/NutsBootOptions;
nuts-0.8.3.jar,
NutsWorkspaceSecurityManager.class
package net.thevpc.nuts
NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/spi/NutsAuthenticationAgent;
nuts-0.8.3.jar,
NutsWorkspaceStoredConfig.class
package net.thevpc.nuts
NutsWorkspaceStoredConfig.getHomeLocation ( NutsHomeLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsHomeLocation;)Ljava/lang/String;
nuts-0.8.3.jar,
NutsWorkspaceUpdateResult.class
package net.thevpc.nuts
NutsWorkspaceUpdateResult.getUpdatable ( ) [abstract] : NutsUpdateResult[ ]
net/thevpc/nuts/NutsWorkspaceUpdateResult.getUpdatable:()[Lnet/thevpc/nuts/NutsUpdateResult;
nuts-0.8.3.jar,
Op.class
package net.thevpc.nuts
NutsExpr.Op.getFct ( ) [abstract] : NutsExpr.Fct
net/thevpc/nuts/NutsExpr.Op.getFct:()Lnet/thevpc/nuts/NutsExpr$Fct;
NutsExpr.Op.getName ( ) [abstract] : String
net/thevpc/nuts/NutsExpr.Op.getName:()Ljava/lang/String;
NutsExpr.Op.getPrecedence ( ) [abstract] : int
net/thevpc/nuts/NutsExpr.Op.getPrecedence:()I
NutsExpr.Op.getType ( ) [abstract] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.Op.getType:()Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.Op.isLeftAssociative ( ) [abstract] : boolean
net/thevpc/nuts/NutsExpr.Op.isLeftAssociative:()Z
NutsExpr.Op.isRightAssociative ( ) [abstract] : boolean
net/thevpc/nuts/NutsExpr.Op.isRightAssociative:()Z
nuts-0.8.3.jar,
OpType.class
package net.thevpc.nuts
NutsExpr.OpType.id ( ) : String
net/thevpc/nuts/NutsExpr.OpType.id:()Ljava/lang/String;
NutsExpr.OpType.parse ( String value, NutsExpr.OpType emptyValue, NutsSession session ) [static] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.OpType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$OpType;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.OpType.parse ( String value, NutsSession session ) [static] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.OpType.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.OpType.parseLenient ( String value ) [static] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.OpType.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.OpType.parseLenient ( String value, NutsExpr.OpType emptyOrErrorValue ) [static] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.OpType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$OpType;)Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.OpType.parseLenient ( String value, NutsExpr.OpType emptyValue, NutsExpr.OpType errorValue ) [static] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.OpType.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr$OpType;Lnet/thevpc/nuts/NutsExpr$OpType;)Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.OpType.valueOf ( String name ) [static] : NutsExpr.OpType
net/thevpc/nuts/NutsExpr.OpType.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExpr$OpType;
NutsExpr.OpType.values ( ) [static] : NutsExpr.OpType[ ]
net/thevpc/nuts/NutsExpr.OpType.values:()[Lnet/thevpc/nuts/NutsExpr$OpType;
nuts-0.8.3.jar,
PrivateNutsBootLog.class
package net.thevpc.nuts.boot
PrivateNutsBootLog.err ( ) : PrintStream
net/thevpc/nuts/boot/PrivateNutsBootLog.err:()Ljava/io/PrintStream;
PrivateNutsBootLog.isLoggable ( Level lvl ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootLog.isLoggable:(Ljava/util/logging/Level;)Z
PrivateNutsBootLog.log ( Level lvl, NutsLogVerb logVerb, NutsMessage message ) : void
net/thevpc/nuts/boot/PrivateNutsBootLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Lnet/thevpc/nuts/NutsMessage;)V
PrivateNutsBootLog.log ( Level lvl, NutsMessage message, Throwable err ) : void
net/thevpc/nuts/boot/PrivateNutsBootLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsMessage;Ljava/lang/Throwable;)V
PrivateNutsBootLog.PrivateNutsBootLog ( NutsBootTerminal bootTerminal )
net/thevpc/nuts/boot/PrivateNutsBootLog."<init>":(Lnet/thevpc/nuts/NutsBootTerminal;)V
PrivateNutsBootLog.readLine ( ) : String
net/thevpc/nuts/boot/PrivateNutsBootLog.readLine:()Ljava/lang/String;
PrivateNutsBootLog.setOptions ( NutsBootOptions options ) : void
net/thevpc/nuts/boot/PrivateNutsBootLog.setOptions:(Lnet/thevpc/nuts/NutsBootOptions;)V
nuts-0.8.3.jar,
PrivateNutsBootRepositoryDB.class
package net.thevpc.nuts.boot
PrivateNutsBootRepositoryDB.getAllNames ( String name ) : Set<String>
net/thevpc/nuts/boot/PrivateNutsBootRepositoryDB.getAllNames:(Ljava/lang/String;)Ljava/util/Set;
PrivateNutsBootRepositoryDB.getRepositoryNameByURL ( String url ) : String
net/thevpc/nuts/boot/PrivateNutsBootRepositoryDB.getRepositoryNameByURL:(Ljava/lang/String;)Ljava/lang/String;
PrivateNutsBootRepositoryDB.getRepositoryURLByName ( String name ) : String
net/thevpc/nuts/boot/PrivateNutsBootRepositoryDB.getRepositoryURLByName:(Ljava/lang/String;)Ljava/lang/String;
PrivateNutsBootRepositoryDB.getSupportLevel ( NutsSupportLevelContext context ) : int
net/thevpc/nuts/boot/PrivateNutsBootRepositoryDB.getSupportLevel:(Lnet/thevpc/nuts/spi/NutsSupportLevelContext;)I
PrivateNutsBootRepositoryDB.isDefaultRepositoryName ( String name ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootRepositoryDB.isDefaultRepositoryName:(Ljava/lang/String;)Z
PrivateNutsBootRepositoryDB.PrivateNutsBootRepositoryDB ( )
net/thevpc/nuts/boot/PrivateNutsBootRepositoryDB."<init>":()V
nuts-0.8.3.jar,
PrivateNutsBootVal.class
package net.thevpc.nuts.boot
PrivateNutsBootVal.equals ( Object o ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.equals:(Ljava/lang/Object;)Z
PrivateNutsBootVal.getBoolean ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.getBoolean:()Z
PrivateNutsBootVal.getBoolean ( Boolean emptyOrErrorValue ) : Boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.getBoolean:(Ljava/lang/Boolean;)Ljava/lang/Boolean;
PrivateNutsBootVal.getBoolean ( Boolean emptyValue, Boolean errorValue ) : Boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.getBoolean:(Ljava/lang/Boolean;Ljava/lang/Boolean;)Ljava/lang/Boolean;
PrivateNutsBootVal.getDouble ( ) : double
net/thevpc/nuts/boot/PrivateNutsBootVal.getDouble:()D
PrivateNutsBootVal.getDouble ( Double emptyOrErrorValue ) : Double
net/thevpc/nuts/boot/PrivateNutsBootVal.getDouble:(Ljava/lang/Double;)Ljava/lang/Double;
PrivateNutsBootVal.getDouble ( Double emptyValue, Double errorValue ) : Double
net/thevpc/nuts/boot/PrivateNutsBootVal.getDouble:(Ljava/lang/Double;Ljava/lang/Double;)Ljava/lang/Double;
PrivateNutsBootVal.getFloat ( ) : float
net/thevpc/nuts/boot/PrivateNutsBootVal.getFloat:()F
PrivateNutsBootVal.getFloat ( Float emptyOrErrorValue ) : Float
net/thevpc/nuts/boot/PrivateNutsBootVal.getFloat:(Ljava/lang/Float;)Ljava/lang/Float;
PrivateNutsBootVal.getFloat ( Float emptyValue, Float errorValue ) : Float
net/thevpc/nuts/boot/PrivateNutsBootVal.getFloat:(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float;
PrivateNutsBootVal.getInt ( ) : int
net/thevpc/nuts/boot/PrivateNutsBootVal.getInt:()I
PrivateNutsBootVal.getInt ( Integer emptyOrErrorValue ) : Integer
net/thevpc/nuts/boot/PrivateNutsBootVal.getInt:(Ljava/lang/Integer;)Ljava/lang/Integer;
PrivateNutsBootVal.getInt ( Integer emptyValue, Integer errorValue ) : Integer
net/thevpc/nuts/boot/PrivateNutsBootVal.getInt:(Ljava/lang/Integer;Ljava/lang/Integer;)Ljava/lang/Integer;
PrivateNutsBootVal.getLong ( ) : long
net/thevpc/nuts/boot/PrivateNutsBootVal.getLong:()J
PrivateNutsBootVal.getLong ( Long emptyOrErrorValue ) : Long
net/thevpc/nuts/boot/PrivateNutsBootVal.getLong:(Ljava/lang/Long;)Ljava/lang/Long;
PrivateNutsBootVal.getLong ( Long emptyValue, Long errorValue ) : Long
net/thevpc/nuts/boot/PrivateNutsBootVal.getLong:(Ljava/lang/Long;Ljava/lang/Long;)Ljava/lang/Long;
PrivateNutsBootVal.getObject ( ) : Object
net/thevpc/nuts/boot/PrivateNutsBootVal.getObject:()Ljava/lang/Object;
PrivateNutsBootVal.getObject ( Object defaultValue ) : Object
net/thevpc/nuts/boot/PrivateNutsBootVal.getObject:(Ljava/lang/Object;)Ljava/lang/Object;
PrivateNutsBootVal.getString ( ) : String
net/thevpc/nuts/boot/PrivateNutsBootVal.getString:()Ljava/lang/String;
PrivateNutsBootVal.getString ( String defaultValue ) : String
net/thevpc/nuts/boot/PrivateNutsBootVal.getString:(Ljava/lang/String;)Ljava/lang/String;
PrivateNutsBootVal.hashCode ( ) : int
net/thevpc/nuts/boot/PrivateNutsBootVal.hashCode:()I
PrivateNutsBootVal.isBlank ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isBlank:()Z
PrivateNutsBootVal.isBoolean ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isBoolean:()Z
PrivateNutsBootVal.isDouble ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isDouble:()Z
PrivateNutsBootVal.isFloat ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isFloat:()Z
PrivateNutsBootVal.isInt ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isInt:()Z
PrivateNutsBootVal.isLong ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isLong:()Z
PrivateNutsBootVal.isNull ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isNull:()Z
PrivateNutsBootVal.isString ( ) : boolean
net/thevpc/nuts/boot/PrivateNutsBootVal.isString:()Z
PrivateNutsBootVal.PrivateNutsBootVal ( String value )
net/thevpc/nuts/boot/PrivateNutsBootVal."<init>":(Ljava/lang/String;)V
PrivateNutsBootVal.toString ( ) : String
net/thevpc/nuts/boot/PrivateNutsBootVal.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
PrivateNutsMonitoredURLInputStream.class
package net.thevpc.nuts.boot
PrivateNutsMonitoredURLInputStream.close ( ) : void
net/thevpc/nuts/boot/PrivateNutsMonitoredURLInputStream.close:()V
PrivateNutsMonitoredURLInputStream.of ( URL url, PrivateNutsBootLog log ) [static] : PrivateNutsMonitoredURLInputStream
net/thevpc/nuts/boot/PrivateNutsMonitoredURLInputStream.of:(Ljava/net/URL;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Lnet/thevpc/nuts/boot/PrivateNutsMonitoredURLInputStream;
PrivateNutsMonitoredURLInputStream.read ( ) : int
net/thevpc/nuts/boot/PrivateNutsMonitoredURLInputStream.read:()I
PrivateNutsMonitoredURLInputStream.read ( byte[ ] b, int off, int len ) : int
net/thevpc/nuts/boot/PrivateNutsMonitoredURLInputStream.read:([BII)I
PrivateNutsMonitoredURLInputStream.skip ( long n ) : long
net/thevpc/nuts/boot/PrivateNutsMonitoredURLInputStream.skip:(J)J
nuts-0.8.3.jar,
PrivateNutsUtilApplication.class
package net.thevpc.nuts.boot
PrivateNutsUtilApplication.PrivateNutsUtilApplication ( )
net/thevpc/nuts/boot/PrivateNutsUtilApplication."<init>":()V
PrivateNutsUtilApplication.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/boot/PrivateNutsUtilApplication.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
PrivateNutsUtilApplication.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui ) [static] : int
net/thevpc/nuts/boot/PrivateNutsUtilApplication.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;ZZZ)I
nuts-0.8.3.jar,
PrivateNutsUtilIO.class
package net.thevpc.nuts.boot
PrivateNutsUtilIO.copy ( File ff, File to, PrivateNutsBootLog bLog ) [static] : void
net/thevpc/nuts/boot/PrivateNutsUtilIO.copy:(Ljava/io/File;Ljava/io/File;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)V
PrivateNutsUtilIO.copy ( InputStream from, OutputStream to, boolean closeInput, boolean closeOutput ) [static] : long
net/thevpc/nuts/boot/PrivateNutsUtilIO.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;ZZ)J
PrivateNutsUtilIO.copy ( URL url, File to, PrivateNutsBootLog bLog ) [static] : void
net/thevpc/nuts/boot/PrivateNutsUtilIO.copy:(Ljava/net/URL;Ljava/io/File;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)V
PrivateNutsUtilIO.expandPath ( String path, String base, Function<String,String> pathExpansionConverter ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilIO.expandPath:(Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;)Ljava/lang/String;
PrivateNutsUtilIO.getAbsolutePath ( String path ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilIO.getAbsolutePath:(Ljava/lang/String;)Ljava/lang/String;
PrivateNutsUtilIO.getNativePath ( String s ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilIO.getNativePath:(Ljava/lang/String;)Ljava/lang/String;
PrivateNutsUtilIO.isFileAccessible ( Path path, Instant expireTime, PrivateNutsBootLog bLog ) [static] : boolean
net/thevpc/nuts/boot/PrivateNutsUtilIO.isFileAccessible:(Ljava/nio/file/Path;Ljava/time/Instant;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Z
PrivateNutsUtilIO.isURL ( String url ) [static] : boolean
net/thevpc/nuts/boot/PrivateNutsUtilIO.isURL:(Ljava/lang/String;)Z
PrivateNutsUtilIO.loadStream ( InputStream stream, PrivateNutsBootLog bLog ) [static] : byte[ ]
net/thevpc/nuts/boot/PrivateNutsUtilIO.loadStream:(Ljava/io/InputStream;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)[B
PrivateNutsUtilIO.loadURLProperties ( Path path, PrivateNutsBootLog bLog ) [static] : Properties
net/thevpc/nuts/boot/PrivateNutsUtilIO.loadURLProperties:(Ljava/nio/file/Path;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/util/Properties;
PrivateNutsUtilIO.loadURLProperties ( URL url, File cacheFile, boolean useCache, PrivateNutsBootLog bLog ) [static] : Properties
net/thevpc/nuts/boot/PrivateNutsUtilIO.loadURLProperties:(Ljava/net/URL;Ljava/io/File;ZLnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/util/Properties;
PrivateNutsUtilIO.openStream ( URL url, PrivateNutsBootLog bLog ) [static] : InputStream
net/thevpc/nuts/boot/PrivateNutsUtilIO.openStream:(Ljava/net/URL;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/io/InputStream;
PrivateNutsUtilIO.preloadStream ( InputStream stream, PrivateNutsBootLog bLog ) [static] : ByteArrayInputStream
net/thevpc/nuts/boot/PrivateNutsUtilIO.preloadStream:(Ljava/io/InputStream;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/io/ByteArrayInputStream;
PrivateNutsUtilIO.PrivateNutsUtilIO ( )
net/thevpc/nuts/boot/PrivateNutsUtilIO."<init>":()V
PrivateNutsUtilIO.readStringFromFile ( File file ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilIO.readStringFromFile:(Ljava/io/File;)Ljava/lang/String;
PrivateNutsUtilIO.toFile ( String url ) [static] : File
net/thevpc/nuts/boot/PrivateNutsUtilIO.toFile:(Ljava/lang/String;)Ljava/io/File;
PrivateNutsUtilIO.toFile ( URL url ) [static] : File
net/thevpc/nuts/boot/PrivateNutsUtilIO.toFile:(Ljava/net/URL;)Ljava/io/File;
nuts-0.8.3.jar,
PrivateNutsUtilMavenRepos.class
package net.thevpc.nuts.boot
PrivateNutsUtilMavenRepos.getFileName ( NutsBootId id, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.getFileName:(Lnet/thevpc/nuts/spi/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsUtilMavenRepos.getPathFile ( NutsBootId id, String name ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.getPathFile:(Lnet/thevpc/nuts/spi/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsUtilMavenRepos.PrivateNutsUtilMavenRepos ( )
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos."<init>":()V
PrivateNutsUtilMavenRepos.resolveJarIds ( URL url ) [static] : NutsBootId[ ]
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolveJarIds:(Ljava/net/URL;)[Lnet/thevpc/nuts/spi/NutsBootId;
PrivateNutsUtilMavenRepos.resolveMavenFullPath ( NutsRepositoryLocation repo, NutsBootId nutsId, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolveMavenFullPath:(Lnet/thevpc/nuts/spi/NutsRepositoryLocation;Lnet/thevpc/nuts/spi/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsUtilMavenRepos.resolveNutsApiPomPattern ( String propName, PrivateNutsBootLog bLog ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolveNutsApiPomPattern:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/lang/String;
PrivateNutsUtilMavenRepos.resolveNutsApiVersionFromClassPath ( PrivateNutsBootLog bLog ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolveNutsApiVersionFromClassPath:(Lnet/thevpc/nuts/boot/PrivateNutsBootLog;)Ljava/lang/String;
PrivateNutsUtilMavenRepos.resolveOrDownloadJar ( NutsBootId nutsId, NutsRepositoryLocation[ ] repositories, NutsRepositoryLocation cacheFolder, PrivateNutsBootLog bLog, boolean includeDesc, Instant expire, PrivateNutsErrorInfoList errors ) [static] : File
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolveOrDownloadJar:(Lnet/thevpc/nuts/spi/NutsBootId;[Lnet/thevpc/nuts/spi/NutsRepositoryLocation;Lnet/thevpc/nuts/spi/NutsRepositoryLocation;Lnet/thevpc/nuts/boot/PrivateNutsBootLog;ZLjava/time/Instant;Lnet/thevpc/nuts/boot/PrivateNutsErrorInfoList;)Ljava/io/File;
PrivateNutsUtilMavenRepos.resolvePomTagValues ( String[ ] propNames, File file ) [static] : Map<String,String>
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolvePomTagValues:([Ljava/lang/String;Ljava/io/File;)Ljava/util/Map;
PrivateNutsUtilMavenRepos.resolvePomTagValues ( String[ ] propNames, InputStream is ) [static] : Map<String,String>
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.resolvePomTagValues:([Ljava/lang/String;Ljava/io/InputStream;)Ljava/util/Map;
PrivateNutsUtilMavenRepos.toMavenPath ( NutsBootId nutsId ) [static] : String
net/thevpc/nuts/boot/PrivateNutsUtilMavenRepos.toMavenPath:(Lnet/thevpc/nuts/spi/NutsBootId;)Ljava/lang/String;
nuts-0.8.3.jar,
Size.class
package net.thevpc.nuts.spi
NutsSystemTerminalBase.Size.equals ( Object o ) : boolean
net/thevpc/nuts/spi/NutsSystemTerminalBase.Size.equals:(Ljava/lang/Object;)Z
NutsSystemTerminalBase.Size.getColumns ( ) : int
net/thevpc/nuts/spi/NutsSystemTerminalBase.Size.getColumns:()I
NutsSystemTerminalBase.Size.getRows ( ) : int
net/thevpc/nuts/spi/NutsSystemTerminalBase.Size.getRows:()I
NutsSystemTerminalBase.Size.hashCode ( ) : int
net/thevpc/nuts/spi/NutsSystemTerminalBase.Size.hashCode:()I
NutsSystemTerminalBase.Size.NutsSystemTerminalBase.Size ( int columns, int rows )
net/thevpc/nuts/spi/NutsSystemTerminalBase.Size."<init>":(II)V
NutsSystemTerminalBase.Size.toString ( ) : String
net/thevpc/nuts/spi/NutsSystemTerminalBase.Size.toString:()Ljava/lang/String;
nuts-0.8.3.jar,
Var.class
package net.thevpc.nuts
NutsExpr.Var.get ( String p1, NutsExpr p2 ) [abstract] : Object
net/thevpc/nuts/NutsExpr.Var.get:(Ljava/lang/String;Lnet/thevpc/nuts/NutsExpr;)Ljava/lang/Object;
NutsExpr.Var.set ( String p1, Object p2, NutsExpr p3 ) [abstract] : void
net/thevpc/nuts/NutsExpr.Var.set:(Ljava/lang/String;Ljava/lang/Object;Lnet/thevpc/nuts/NutsExpr;)V
to the top
Removed Methods 1259
nuts-0.8.1.jar,
Deps.class
package net.thevpc.nuts.boot
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )
net/thevpc/nuts/boot/PrivateNutsUtils.Deps."<init>":()V
nuts-0.8.1.jar,
ErrorInfo.class
package net.thevpc.nuts.boot
PrivateNutsUtils.ErrorInfo.getMessage ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getMessage:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getNutsId ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getNutsId:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getRepository ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getRepository:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.getThrowable ( ) : Throwable
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getThrowable:()Ljava/lang/Throwable;
PrivateNutsUtils.ErrorInfo.getUrl ( ) : String
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo.getUrl:()Ljava/lang/String;
PrivateNutsUtils.ErrorInfo.PrivateNutsUtils.ErrorInfo ( String nutsId, String repository, String url, String message, Throwable throwable )
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfo."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
ErrorInfoList.class
package net.thevpc.nuts.boot
PrivateNutsUtils.ErrorInfoList.add ( PrivateNutsUtils.ErrorInfo e ) : void
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.add:(Lnet/thevpc/nuts/boot/PrivateNutsUtils$ErrorInfo;)V
PrivateNutsUtils.ErrorInfoList.list ( ) : List<PrivateNutsUtils.ErrorInfo>
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.list:()Ljava/util/List;
PrivateNutsUtils.ErrorInfoList.PrivateNutsUtils.ErrorInfoList ( )
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList."<init>":()V
PrivateNutsUtils.ErrorInfoList.removeErrorsFor ( String nutsId ) : void
net/thevpc/nuts/boot/PrivateNutsUtils.ErrorInfoList.removeErrorsFor:(Ljava/lang/String;)V
nuts-0.8.1.jar,
Nuts.class
package net.thevpc.nuts
Nuts.createOptions ( ) [static] : NutsWorkspaceOptions
net/thevpc/nuts/Nuts.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
Nuts.createOptionsBuilder ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/Nuts.createOptionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
Nuts.getBuildNumber ( ) [static] : String
net/thevpc/nuts/Nuts.getBuildNumber:()Ljava/lang/String;
Nuts.getPlatformHomeFolder ( NutsOsFamily storeLocationLayout, NutsStoreLocation folderType, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/Nuts.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
Nuts.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/Nuts.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
Nuts.openWorkspace ( NutsWorkspaceOptions options ) [static] : NutsSession
net/thevpc/nuts/Nuts.openWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)Lnet/thevpc/nuts/NutsSession;
Nuts.run ( NutsSession session, String[ ] args ) [static] : void
net/thevpc/nuts/Nuts.run:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsActionSupport.class
package net.thevpc.nuts
NutsActionSupport.acceptCondition ( NutsActionSupportCondition request, NutsSession session ) : boolean
net/thevpc/nuts/NutsActionSupport.acceptCondition:(Lnet/thevpc/nuts/NutsActionSupportCondition;Lnet/thevpc/nuts/NutsSession;)Z
NutsActionSupport.id ( ) : String
net/thevpc/nuts/NutsActionSupport.id:()Ljava/lang/String;
NutsActionSupport.parseLenient ( String any ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyOrErrorValue ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupport;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyValue, NutsActionSupport errorValue ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupport;Lnet/thevpc/nuts/NutsActionSupport;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.valueOf ( String name ) [static] : NutsActionSupport
net/thevpc/nuts/NutsActionSupport.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupport;
NutsActionSupport.values ( ) [static] : NutsActionSupport[ ]
net/thevpc/nuts/NutsActionSupport.values:()[Lnet/thevpc/nuts/NutsActionSupport;
nuts-0.8.1.jar,
NutsActionSupportCondition.class
package net.thevpc.nuts
NutsActionSupportCondition.id ( ) : String
net/thevpc/nuts/NutsActionSupportCondition.id:()Ljava/lang/String;
NutsActionSupportCondition.parseLenient ( String value ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyOrErrorValue ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyValue, NutsActionSupportCondition errorValue ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsActionSupportCondition;Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.valueOf ( String name ) [static] : NutsActionSupportCondition
net/thevpc/nuts/NutsActionSupportCondition.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsActionSupportCondition.values ( ) [static] : NutsActionSupportCondition[ ]
net/thevpc/nuts/NutsActionSupportCondition.values:()[Lnet/thevpc/nuts/NutsActionSupportCondition;
nuts-0.8.1.jar,
NutsAddOptions.class
package net.thevpc.nuts
NutsAddOptions.getSession ( ) : NutsSession
net/thevpc/nuts/NutsAddOptions.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsAddOptions.NutsAddOptions ( )
net/thevpc/nuts/NutsAddOptions."<init>":()V
NutsAddOptions.setSession ( NutsSession session ) : NutsAddOptions
net/thevpc/nuts/NutsAddOptions.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsAddOptions;
nuts-0.8.1.jar,
NutsAddRepositoryOptions.class
package net.thevpc.nuts
NutsAddRepositoryOptions.getDeployOrder ( ) : int
net/thevpc/nuts/NutsAddRepositoryOptions.getDeployOrder:()I
NutsAddRepositoryOptions.setDeployOrder ( int value ) : NutsAddRepositoryOptions
net/thevpc/nuts/NutsAddRepositoryOptions.setDeployOrder:(I)Lnet/thevpc/nuts/NutsAddRepositoryOptions;
nuts-0.8.1.jar,
NutsApiUtils.class
package net.thevpc.nuts.boot
NutsApiUtils.createHomeLocationKey ( NutsOsFamily storeLocationLayout, NutsStoreLocation location ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.createHomeLocationKey:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApiUtils.createOptions ( ) [static] : NutsWorkspaceOptions
net/thevpc/nuts/boot/NutsApiUtils.createOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsApiUtils.createOptionsBuilder ( ) [static] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/boot/NutsApiUtils.createOptionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsApiUtils.getPlatformHomeFolder ( NutsOsFamily platformOsFamily, NutsStoreLocation location, Map<String,String> homeLocations, boolean global, String workspaceName ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.getPlatformHomeFolder:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/util/Map;ZLjava/lang/String;)Ljava/lang/String;
NutsApiUtils.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/boot/NutsApiUtils.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
NutsApiUtils.resolveNutsBuildNumber ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsBuildNumber:()Ljava/lang/String;
NutsApiUtils.resolveNutsVersionFromClassPath ( ) [static] : String
net/thevpc/nuts/boot/NutsApiUtils.resolveNutsVersionFromClassPath:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsApplicationContext.class
package net.thevpc.nuts
NutsApplicationContext.getAppsFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Ljava/lang/String;
NutsApplicationContext.getAppVersionStoreLocationSupplier ( ) [abstract] : NutsAppVersionStoreLocationSupplier
net/thevpc/nuts/NutsApplicationContext.getAppVersionStoreLocationSupplier:()Lnet/thevpc/nuts/NutsAppVersionStoreLocationSupplier;
NutsApplicationContext.getCacheFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Ljava/lang/String;
NutsApplicationContext.getConfigFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Ljava/lang/String;
NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApplicationContext.getLibFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Ljava/lang/String;
NutsApplicationContext.getLogFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Ljava/lang/String;
NutsApplicationContext.getRunFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsApplicationContext.getSharedLibFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedLogFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedRunFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedTempFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Ljava/lang/String;
NutsApplicationContext.getSharedVarFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Ljava/lang/String;
NutsApplicationContext.getTempFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Ljava/lang/String;
NutsApplicationContext.getVarFolder ( ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Ljava/lang/String;
NutsApplicationContext.getVersionFolderFolder ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsApplicationContext.getVersionFolderFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsApplicationContext.processCommandLine ( NutsCommandLineProcessor p1 ) [abstract] : void
net/thevpc/nuts/NutsApplicationContext.processCommandLine:(Lnet/thevpc/nuts/NutsCommandLineProcessor;)V
NutsApplicationContext.setAppVersionStoreLocationSupplier ( NutsAppVersionStoreLocationSupplier p1 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsApplicationContext.setAppVersionStoreLocationSupplier:(Lnet/thevpc/nuts/NutsAppVersionStoreLocationSupplier;)Lnet/thevpc/nuts/NutsApplicationContext;
nuts-0.8.1.jar,
NutsApplications.class
package net.thevpc.nuts
NutsApplications.runApplication ( NutsApplication applicationInstance, String[ ] args, NutsSession session ) [static] : void
net/thevpc/nuts/NutsApplications.runApplication:(Lnet/thevpc/nuts/NutsApplication;[Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsAppVersionStoreLocationSupplier.class
package net.thevpc.nuts
NutsAppVersionStoreLocationSupplier.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsAppVersionStoreLocationSupplier.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsArchFamily.class
package net.thevpc.nuts
NutsArchFamily.getArchFamily ( ) [static] : NutsArchFamily
net/thevpc/nuts/NutsArchFamily.getArchFamily:()Lnet/thevpc/nuts/NutsArchFamily;
nuts-0.8.1.jar,
NutsArgument.class
package net.thevpc.nuts
NutsArgument.getArgumentKey ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.getArgumentKey:()Lnet/thevpc/nuts/NutsArgument;
NutsArgument.getArgumentOptionName ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.getArgumentOptionName:()Lnet/thevpc/nuts/NutsArgument;
NutsArgument.getArgumentValue ( ) [abstract] : NutsArgument
net/thevpc/nuts/NutsArgument.getArgumentValue:()Lnet/thevpc/nuts/NutsArgument;
NutsArgument.getBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.getBoolean:()Z
NutsArgument.getBoolean ( Boolean p1 ) [abstract] : Boolean
net/thevpc/nuts/NutsArgument.getBoolean:(Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsArgument.getDouble ( ) [abstract] : double
net/thevpc/nuts/NutsArgument.getDouble:()D
NutsArgument.getDouble ( double p1 ) [abstract] : double
net/thevpc/nuts/NutsArgument.getDouble:(D)D
NutsArgument.getDoubleValue ( ) [abstract] : double
net/thevpc/nuts/NutsArgument.getDoubleValue:()D
NutsArgument.getInt ( ) [abstract] : int
net/thevpc/nuts/NutsArgument.getInt:()I
NutsArgument.getInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsArgument.getInt:(I)I
NutsArgument.getIntValue ( ) [abstract] : int
net/thevpc/nuts/NutsArgument.getIntValue:()I
NutsArgument.getIntValue ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsArgument.getIntValue:(I)I
NutsArgument.getKeyValueSeparator ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getKeyValueSeparator:()Ljava/lang/String;
NutsArgument.getLong ( ) [abstract] : long
net/thevpc/nuts/NutsArgument.getLong:()J
NutsArgument.getLong ( long p1 ) [abstract] : long
net/thevpc/nuts/NutsArgument.getLong:(J)J
NutsArgument.getLongValue ( ) [abstract] : long
net/thevpc/nuts/NutsArgument.getLongValue:()J
NutsArgument.getString ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsArgument.getString:(Ljava/lang/String;)Ljava/lang/String;
NutsArgument.getStringOptionName ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringOptionName:()Ljava/lang/String;
NutsArgument.getStringOptionPrefix ( ) [abstract] : String
net/thevpc/nuts/NutsArgument.getStringOptionPrefix:()Ljava/lang/String;
NutsArgument.isBoolean ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isBoolean:()Z
NutsArgument.isDouble ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isDouble:()Z
NutsArgument.isInt ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isInt:()Z
NutsArgument.isLong ( ) [abstract] : boolean
net/thevpc/nuts/NutsArgument.isLong:()Z
nuts-0.8.1.jar,
NutsArgumentCandidate.class
package net.thevpc.nuts
NutsArgumentCandidate.of ( String value, NutsSession session ) [static] : NutsArgumentCandidate
net/thevpc/nuts/NutsArgumentCandidate.of:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentCandidate;
nuts-0.8.1.jar,
NutsArgumentCandidateBuilder.class
package net.thevpc.nuts
NutsArgumentCandidateBuilder.build ( ) [abstract] : NutsArgumentCandidate
net/thevpc/nuts/NutsArgumentCandidateBuilder.build:()Lnet/thevpc/nuts/NutsArgumentCandidate;
NutsArgumentCandidateBuilder.getDisplay ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentCandidateBuilder.getDisplay:()Ljava/lang/String;
NutsArgumentCandidateBuilder.getValue ( ) [abstract] : String
net/thevpc/nuts/NutsArgumentCandidateBuilder.getValue:()Ljava/lang/String;
NutsArgumentCandidateBuilder.of ( NutsSession session ) [static] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsArgumentCandidateBuilder.setCandidate ( NutsArgumentCandidate p1 ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.setCandidate:(Lnet/thevpc/nuts/NutsArgumentCandidate;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsArgumentCandidateBuilder.setDisplay ( String p1 ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.setDisplay:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsArgumentCandidateBuilder.setValue ( String p1 ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsArgumentCandidateBuilder.setValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
nuts-0.8.1.jar,
NutsAuthenticationAgent.class
package net.thevpc.nuts
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 ) [abstract] : void
net/thevpc/nuts/NutsAuthenticationAgent.checkCredentials:([C[CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)V
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 ) [abstract] : char[ ]
net/thevpc/nuts/NutsAuthenticationAgent.createCredentials:([CZ[CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)[C
NutsAuthenticationAgent.getCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 ) [abstract] : char[ ]
net/thevpc/nuts/NutsAuthenticationAgent.getCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)[C
NutsAuthenticationAgent.getId ( ) [abstract] : String
net/thevpc/nuts/NutsAuthenticationAgent.getId:()Ljava/lang/String;
NutsAuthenticationAgent.removeCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 ) [abstract] : boolean
net/thevpc/nuts/NutsAuthenticationAgent.removeCredentials:([CLjava/util/Map;Lnet/thevpc/nuts/NutsSession;)Z
nuts-0.8.1.jar,
NutsBootDescriptor.class
package net.thevpc.nuts.boot
NutsBootDescriptor.getDependencies ( ) : NutsBootId[ ]
net/thevpc/nuts/boot/NutsBootDescriptor.getDependencies:()[Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootDescriptor.getId ( ) : NutsBootId
net/thevpc/nuts/boot/NutsBootDescriptor.getId:()Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootDescriptor.NutsBootDescriptor ( NutsBootId id, NutsBootId[ ] dependencies )
net/thevpc/nuts/boot/NutsBootDescriptor."<init>":(Lnet/thevpc/nuts/boot/NutsBootId;[Lnet/thevpc/nuts/boot/NutsBootId;)V
nuts-0.8.1.jar,
NutsBootId.class
package net.thevpc.nuts.boot
NutsBootId.getArch ( ) : String
net/thevpc/nuts/boot/NutsBootId.getArch:()Ljava/lang/String;
NutsBootId.getArtifactId ( ) : String
net/thevpc/nuts/boot/NutsBootId.getArtifactId:()Ljava/lang/String;
NutsBootId.getGroupId ( ) : String
net/thevpc/nuts/boot/NutsBootId.getGroupId:()Ljava/lang/String;
NutsBootId.getLongName ( ) : String
net/thevpc/nuts/boot/NutsBootId.getLongName:()Ljava/lang/String;
NutsBootId.getOs ( ) : String
net/thevpc/nuts/boot/NutsBootId.getOs:()Ljava/lang/String;
NutsBootId.getShortName ( ) : String
net/thevpc/nuts/boot/NutsBootId.getShortName:()Ljava/lang/String;
NutsBootId.getVersion ( ) : NutsBootVersion
net/thevpc/nuts/boot/NutsBootId.getVersion:()Lnet/thevpc/nuts/boot/NutsBootVersion;
NutsBootId.isOptional ( ) : boolean
net/thevpc/nuts/boot/NutsBootId.isOptional:()Z
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version, boolean optional, String os, String arch )
net/thevpc/nuts/boot/NutsBootId."<init>":(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/NutsBootVersion;ZLjava/lang/String;Ljava/lang/String;)V
NutsBootId.parse ( String id ) [static] : NutsBootId
net/thevpc/nuts/boot/NutsBootId.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NutsBootId;
NutsBootId.parseAll ( String id ) [static] : NutsBootId[ ]
net/thevpc/nuts/boot/NutsBootId.parseAll:(Ljava/lang/String;)[Lnet/thevpc/nuts/boot/NutsBootId;
nuts-0.8.1.jar,
NutsBootVersion.class
package net.thevpc.nuts.boot
NutsBootVersion.accept ( NutsBootVersion other ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.accept:(Lnet/thevpc/nuts/boot/NutsBootVersion;)Z
NutsBootVersion.compareTo ( NutsBootVersion other ) : int
net/thevpc/nuts/boot/NutsBootVersion.compareTo:(Lnet/thevpc/nuts/boot/NutsBootVersion;)I
NutsBootVersion.compareTo ( String other ) : int
net/thevpc/nuts/boot/NutsBootVersion.compareTo:(Ljava/lang/String;)I
NutsBootVersion.getFrom ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.getFrom:()Ljava/lang/String;
NutsBootVersion.getTo ( ) : String
net/thevpc/nuts/boot/NutsBootVersion.getTo:()Ljava/lang/String;
NutsBootVersion.isBlank ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isBlank:()Z
NutsBootVersion.isIncludeFrom ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isIncludeFrom:()Z
NutsBootVersion.isIncludeTo ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isIncludeTo:()Z
NutsBootVersion.isInterval ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isInterval:()Z
NutsBootVersion.isSingleValue ( ) : boolean
net/thevpc/nuts/boot/NutsBootVersion.isSingleValue:()Z
NutsBootVersion.parse ( String s ) [static] : NutsBootVersion
net/thevpc/nuts/boot/NutsBootVersion.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/NutsBootVersion;
nuts-0.8.1.jar,
NutsBootWorkspace.class
package net.thevpc.nuts.boot
NutsBootWorkspace.createProcessBuilder ( ) : ProcessBuilder
net/thevpc/nuts/boot/NutsBootWorkspace.createProcessBuilder:()Ljava/lang/ProcessBuilder;
NutsBootWorkspace.getOptions ( ) : NutsWorkspaceOptions
net/thevpc/nuts/boot/NutsBootWorkspace.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsBootWorkspace.NutsBootWorkspace ( NutsWorkspaceOptions options )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
NutsBootWorkspace.NutsBootWorkspace ( String... args )
net/thevpc/nuts/boot/NutsBootWorkspace."<init>":([Ljava/lang/String;)V
NutsBootWorkspace.resolveBootRepositories ( ) : Set<String>
net/thevpc/nuts/boot/NutsBootWorkspace.resolveBootRepositories:()Ljava/util/Set;
NutsBootWorkspace.startNewProcess ( ) : int
net/thevpc/nuts/boot/NutsBootWorkspace.startNewProcess:()I
nuts-0.8.1.jar,
NutsBootWorkspaceFactory.class
package net.thevpc.nuts.spi
NutsBootWorkspaceFactory.createWorkspace ( NutsWorkspaceInitInformation p1 ) [abstract] : NutsWorkspace
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.createWorkspace:(Lnet/thevpc/nuts/NutsWorkspaceInitInformation;)Lnet/thevpc/nuts/NutsWorkspace;
NutsBootWorkspaceFactory.getBootSupportLevel ( NutsWorkspaceOptions p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsBootWorkspaceFactory.getBootSupportLevel:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)I
nuts-0.8.1.jar,
NutsClassifierMapping.class
package net.thevpc.nuts
NutsClassifierMapping.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getArch:()[Ljava/lang/String;
NutsClassifierMapping.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMapping.getClassifier:()Ljava/lang/String;
NutsClassifierMapping.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getOs:()[Ljava/lang/String;
NutsClassifierMapping.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getOsdist:()[Ljava/lang/String;
NutsClassifierMapping.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMapping.getPackaging:()Ljava/lang/String;
NutsClassifierMapping.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMapping.getPlatform:()[Ljava/lang/String;
nuts-0.8.1.jar,
NutsClassifierMappingBuilder.class
package net.thevpc.nuts
NutsClassifierMappingBuilder.build ( ) [abstract] : NutsClassifierMapping
net/thevpc/nuts/NutsClassifierMappingBuilder.build:()Lnet/thevpc/nuts/NutsClassifierMapping;
NutsClassifierMappingBuilder.clear ( ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.clear:()Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getArch:()[Ljava/lang/String;
NutsClassifierMappingBuilder.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMappingBuilder.getClassifier:()Ljava/lang/String;
NutsClassifierMappingBuilder.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getOs:()[Ljava/lang/String;
NutsClassifierMappingBuilder.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getOsdist:()[Ljava/lang/String;
NutsClassifierMappingBuilder.getPackaging ( ) [abstract] : String
net/thevpc/nuts/NutsClassifierMappingBuilder.getPackaging:()Ljava/lang/String;
NutsClassifierMappingBuilder.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsClassifierMappingBuilder.getPlatform:()[Ljava/lang/String;
NutsClassifierMappingBuilder.set ( NutsClassifierMapping p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.set:(Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.set ( NutsClassifierMappingBuilder p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.set:(Lnet/thevpc/nuts/NutsClassifierMappingBuilder;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setArch ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setClassifier ( String p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setOs ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setOsdist ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setOsdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setPackaging ( String p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setPackaging:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsClassifierMappingBuilder.setPlatform ( String... p1 ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsClassifierMappingBuilder.setPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
nuts-0.8.1.jar,
NutsClassLoaderNode.class
package net.thevpc.nuts
NutsClassLoaderNode.NutsClassLoaderNode ( String id, URL url, boolean enabled, NutsClassLoaderNode... dependencies )
net/thevpc/nuts/NutsClassLoaderNode."<init>":(Ljava/lang/String;Ljava/net/URL;Z[Lnet/thevpc/nuts/NutsClassLoaderNode;)V
nuts-0.8.1.jar,
NutsCodeFormat.class
package net.thevpc.nuts
NutsCodeFormat.getSupportLevel ( NutsSupportLevelContext<String> p1 ) [abstract] : int
net/thevpc/nuts/NutsCodeFormat.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
NutsCodeFormat.stringToText ( String p1, NutsSession p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeFormat.stringToText:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
NutsCodeFormat.tokenToText ( String p1, String p2, NutsSession p3 ) [abstract] : NutsText
net/thevpc/nuts/NutsCodeFormat.tokenToText:(Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsCommandHistoryBuilder.class
package net.thevpc.nuts
NutsCommandHistoryBuilder.build ( ) [abstract] : NutsCommandHistory
net/thevpc/nuts/NutsCommandHistoryBuilder.build:()Lnet/thevpc/nuts/NutsCommandHistory;
NutsCommandHistoryBuilder.setPath ( File p1 ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandHistoryBuilder.setPath:(Ljava/io/File;)Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
NutsCommandHistoryBuilder.setPath ( Path p1 ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandHistoryBuilder.setPath:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
nuts-0.8.1.jar,
NutsCommandLine.class
package net.thevpc.nuts
NutsCommandLine.parse ( String line, NutsSession session ) [static] : NutsCommandLine
net/thevpc/nuts/NutsCommandLine.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLine.process ( NutsCommandLineConfigurable p1, NutsCommandLineProcessor p2 ) [abstract] : void
net/thevpc/nuts/NutsCommandLine.process:(Lnet/thevpc/nuts/NutsCommandLineConfigurable;Lnet/thevpc/nuts/NutsCommandLineProcessor;)V
nuts-0.8.1.jar,
NutsCommandlineFamily.class
package net.thevpc.nuts
NutsCommandlineFamily.getArchFamily ( ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.getArchFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.id ( ) : String
net/thevpc/nuts/NutsCommandlineFamily.id:()Ljava/lang/String;
NutsCommandlineFamily.parseLenient ( String arch ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyOrErrorValue ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyValue, NutsCommandlineFamily errorValue ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/NutsCommandlineFamily;Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.valueOf ( String name ) [static] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandlineFamily.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandlineFamily.values ( ) [static] : NutsCommandlineFamily[ ]
net/thevpc/nuts/NutsCommandlineFamily.values:()[Lnet/thevpc/nuts/NutsCommandlineFamily;
nuts-0.8.1.jar,
NutsCommandLineFormat.class
package net.thevpc.nuts
NutsCommandLineFormat.getCommandlineFamily ( ) [abstract] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandLineFormat.getCommandlineFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandLineFormat.setCommandlineFamily ( NutsCommandlineFamily p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineFormat.setCommandlineFamily:(Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandLineFormat;
nuts-0.8.1.jar,
NutsCommandLineFormatStrategy.class
package net.thevpc.nuts
NutsCommandLineFormatStrategy.getArchFamily ( ) [static] : NutsCommandLineFormatStrategy
net/thevpc/nuts/NutsCommandLineFormatStrategy.getArchFamily:()Lnet/thevpc/nuts/NutsCommandLineFormatStrategy;
nuts-0.8.1.jar,
NutsCommandLineManager.class
package net.thevpc.nuts
NutsCommandLineManager.create ( List<String> p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineManager.create:(Ljava/util/List;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineManager.create ( String... p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineManager.create:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineManager.createArgument ( String p1 ) [abstract] : NutsArgument
net/thevpc/nuts/NutsCommandLineManager.createArgument:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgument;
NutsCommandLineManager.createCandidate ( ) [abstract] : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsCommandLineManager.createCandidate:()Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsCommandLineManager.createCandidate ( String value ) : NutsArgumentCandidateBuilder
net/thevpc/nuts/NutsCommandLineManager.createCandidate:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentCandidateBuilder;
NutsCommandLineManager.createHistory ( ) [abstract] : NutsCommandHistoryBuilder
net/thevpc/nuts/NutsCommandLineManager.createHistory:()Lnet/thevpc/nuts/NutsCommandHistoryBuilder;
NutsCommandLineManager.createName ( String p1, String p2 ) [abstract] : NutsArgumentName
net/thevpc/nuts/NutsCommandLineManager.createName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentName;
NutsCommandLineManager.createName ( String type ) : NutsArgumentName
net/thevpc/nuts/NutsCommandLineManager.createName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsArgumentName;
NutsCommandLineManager.formatter ( ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineManager.formatter:()Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineManager.formatter ( NutsCommandLine p1 ) [abstract] : NutsCommandLineFormat
net/thevpc/nuts/NutsCommandLineManager.formatter:(Lnet/thevpc/nuts/NutsCommandLine;)Lnet/thevpc/nuts/NutsCommandLineFormat;
NutsCommandLineManager.getCommandlineFamily ( ) [abstract] : NutsCommandlineFamily
net/thevpc/nuts/NutsCommandLineManager.getCommandlineFamily:()Lnet/thevpc/nuts/NutsCommandlineFamily;
NutsCommandLineManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsCommandLineManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsCommandLineManager.parse ( String p1 ) [abstract] : NutsCommandLine
net/thevpc/nuts/NutsCommandLineManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCommandLine;
NutsCommandLineManager.setCommandlineFamily ( NutsCommandlineFamily p1 ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsCommandLineManager.setCommandlineFamily:(Lnet/thevpc/nuts/NutsCommandlineFamily;)Lnet/thevpc/nuts/NutsCommandLineManager;
NutsCommandLineManager.setSession ( NutsSession p1 ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsCommandLineManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsCommandLineManager;
nuts-0.8.1.jar,
NutsCommandLineProcessor.class
package net.thevpc.nuts
NutsCommandLineProcessor.onAutoComplete ( NutsCommandAutoComplete autoComplete ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onAutoComplete:(Lnet/thevpc/nuts/NutsCommandAutoComplete;)V
NutsCommandLineProcessor.onExec ( ) [abstract] : void
net/thevpc/nuts/NutsCommandLineProcessor.onExec:()V
NutsCommandLineProcessor.onInit ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onInit:(Lnet/thevpc/nuts/NutsCommandLine;)V
NutsCommandLineProcessor.onNextNonOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.onNextNonOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.onNextOption ( NutsArgument p1, NutsCommandLine p2 ) [abstract] : boolean
net/thevpc/nuts/NutsCommandLineProcessor.onNextOption:(Lnet/thevpc/nuts/NutsArgument;Lnet/thevpc/nuts/NutsCommandLine;)Z
NutsCommandLineProcessor.onPrepare ( NutsCommandLine commandline ) : void
net/thevpc/nuts/NutsCommandLineProcessor.onPrepare:(Lnet/thevpc/nuts/NutsCommandLine;)V
nuts-0.8.1.jar,
NutsCommandReadHighlighter.class
package net.thevpc.nuts
NutsCommandReadHighlighter.highlight ( String p1, NutsSession p2 ) [abstract] : NutsText
net/thevpc/nuts/NutsCommandReadHighlighter.highlight:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsComponent.class
package net.thevpc.nuts.spi
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 ) [abstract] : int
net/thevpc/nuts/spi/NutsComponent.getSupportLevel:(Lnet/thevpc/nuts/NutsSupportLevelContext;)I
nuts-0.8.1.jar,
NutsConcurrentManager.class
package net.thevpc.nuts
NutsConcurrentManager.executorService ( ) [abstract] : ExecutorService
net/thevpc/nuts/NutsConcurrentManager.executorService:()Ljava/util/concurrent/ExecutorService;
NutsConcurrentManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsConcurrentManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsConcurrentManager.lock ( ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsConcurrentManager.lock:()Lnet/thevpc/nuts/NutsIOLockAction;
NutsConcurrentManager.setSession ( NutsSession p1 ) [abstract] : NutsConcurrentManager
net/thevpc/nuts/NutsConcurrentManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsConcurrentManager;
nuts-0.8.1.jar,
NutsContent.class
package net.thevpc.nuts
NutsContent.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsContent.getFilePath:()Ljava/nio/file/Path;
NutsContent.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsContent.getLocation:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.1.jar,
NutsDefaultArgumentCandidate.class
package net.thevpc.nuts
NutsDefaultArgumentCandidate.getDisplay ( ) : String
net/thevpc/nuts/NutsDefaultArgumentCandidate.getDisplay:()Ljava/lang/String;
NutsDefaultArgumentCandidate.getValue ( ) : String
net/thevpc/nuts/NutsDefaultArgumentCandidate.getValue:()Ljava/lang/String;
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value )
net/thevpc/nuts/NutsDefaultArgumentCandidate."<init>":(Ljava/lang/String;)V
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value, String display )
net/thevpc/nuts/NutsDefaultArgumentCandidate."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsDefaultContent.class
package net.thevpc.nuts
NutsDefaultContent.getFilePath ( ) : Path
net/thevpc/nuts/NutsDefaultContent.getFilePath:()Ljava/nio/file/Path;
NutsDefaultContent.getLocation ( ) : NutsPath
net/thevpc/nuts/NutsDefaultContent.getLocation:()Lnet/thevpc/nuts/NutsPath;
nuts-0.8.1.jar,
NutsDefaultSupportLevelContext.class
package net.thevpc.nuts
NutsDefaultSupportLevelContext<T>.getConstraints ( ) : T
net/thevpc/nuts/NutsDefaultSupportLevelContext.getConstraints:()Ljava/lang/Object;
NutsDefaultSupportLevelContext<T>.getSession ( ) : NutsSession
net/thevpc/nuts/NutsDefaultSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDefaultSupportLevelContext<T>.getWorkspace ( ) : NutsWorkspace
net/thevpc/nuts/NutsDefaultSupportLevelContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
NutsDefaultSupportLevelContext<T>.NutsDefaultSupportLevelContext<T> ( NutsSession session, T constraints )
net/thevpc/nuts/NutsDefaultSupportLevelContext."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Object;)V
nuts-0.8.1.jar,
NutsDefaultTerminalSpec.class
package net.thevpc.nuts
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.copyFrom:(Lnet/thevpc/nuts/NutsTerminalSpec;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.get ( String name ) : Object
net/thevpc/nuts/NutsDefaultTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NutsDefaultTerminalSpec.getAutoComplete ( ) : Boolean
net/thevpc/nuts/NutsDefaultTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NutsDefaultTerminalSpec.getParent ( ) : NutsSystemTerminalBase
net/thevpc/nuts/NutsDefaultTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsDefaultTerminalSpec.getProperties ( ) : Map<String,Object>
net/thevpc/nuts/NutsDefaultTerminalSpec.getProperties:()Ljava/util/Map;
NutsDefaultTerminalSpec.NutsDefaultTerminalSpec ( )
net/thevpc/nuts/NutsDefaultTerminalSpec."<init>":()V
NutsDefaultTerminalSpec.put ( String name, Object o ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.put:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.setAutoComplete ( Boolean autoComplete ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsDefaultTerminalSpec.setParent ( NutsSystemTerminalBase parent ) : NutsTerminalSpec
net/thevpc/nuts/NutsDefaultTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.1.jar,
NutsDefinition.class
package net.thevpc.nuts
NutsDefinition.getLocation ( ) [abstract] : NutsPath
net/thevpc/nuts/NutsDefinition.getLocation:()Lnet/thevpc/nuts/NutsPath;
NutsDefinition.getPath ( ) [abstract] : Path
net/thevpc/nuts/NutsDefinition.getPath:()Ljava/nio/file/Path;
NutsDefinition.getType ( ) [abstract] : NutsIdType
net/thevpc/nuts/NutsDefinition.getType:()Lnet/thevpc/nuts/NutsIdType;
NutsDefinition.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsDefinition.getURL:()Ljava/net/URL;
nuts-0.8.1.jar,
NutsDependencies.class
package net.thevpc.nuts
NutsDependencies.all ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.all:()Ljava/util/List;
NutsDependencies.immediate ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.immediate:()Ljava/util/List;
NutsDependencies.mergedDependencies ( ) [abstract] : List<NutsDependency>
net/thevpc/nuts/NutsDependencies.mergedDependencies:()Ljava/util/List;
NutsDependencies.mergedNodes ( ) [abstract] : List<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.mergedNodes:()Ljava/util/List;
NutsDependencies.nodes ( ) [abstract] : List<NutsDependencyTreeNode>
net/thevpc/nuts/NutsDependencies.nodes:()Ljava/util/List;
NutsDependencies.sourceIds ( ) [abstract] : List<NutsId>
net/thevpc/nuts/NutsDependencies.sourceIds:()Ljava/util/List;
NutsDependencies.stream ( ) [abstract] : Stream<NutsDependency>
net/thevpc/nuts/NutsDependencies.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsDependency.class
package net.thevpc.nuts
NutsDependency.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getArch:()Ljava/lang/String;
NutsDependency.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsDependency.getOs:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsDependencyBuilder.class
package net.thevpc.nuts
NutsDependencyBuilder.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getArch:()Ljava/lang/String;
NutsDependencyBuilder.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsDependencyBuilder.getOs:()Ljava/lang/String;
NutsDependencyBuilder.setArch ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyBuilder.setOs ( String p1 ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyBuilder.setOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyBuilder;
nuts-0.8.1.jar,
NutsDependencyFilterManager.class
package net.thevpc.nuts
NutsDependencyFilterManager.byArch ( Collection<NutsArchFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( NutsArchFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( NutsArchFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:([Lnet/thevpc/nuts/NutsArchFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byArch ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byExclude ( NutsDependencyFilter p1, String[ ] p2 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byExclude:(Lnet/thevpc/nuts/NutsDependencyFilter;[Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byExpression ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOptional ( Boolean p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOptional:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( Collection<NutsOsFamily> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( NutsOsFamily p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( NutsOsFamily... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:([Lnet/thevpc/nuts/NutsOsFamily;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byOs ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( Collection<NutsDependencyScope> p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( NutsDependencyScope p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:(Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( NutsDependencyScope... p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:([Lnet/thevpc/nuts/NutsDependencyScope;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byScope ( NutsDependencyScopePattern p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byScope:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.byType ( String p1 ) [abstract] : NutsDependencyFilter
net/thevpc/nuts/NutsDependencyFilterManager.byType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyFilter;
NutsDependencyFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsDependencyFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsDependencyFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsDependencyFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyFilterManager;
nuts-0.8.1.jar,
NutsDependencyFormat.class
package net.thevpc.nuts
NutsDependencyFormat.isHighlightOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isHighlightOptional:()Z
NutsDependencyFormat.isHighlightScope ( ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyFormat.isHighlightScope:()Z
NutsDependencyFormat.setHighlightOptional ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setHighlightOptional:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyFormat.setHighlightScope ( boolean p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyFormat.setHighlightScope:(Z)Lnet/thevpc/nuts/NutsDependencyFormat;
nuts-0.8.1.jar,
NutsDependencyManager.class
package net.thevpc.nuts
NutsDependencyManager.builder ( ) [abstract] : NutsDependencyBuilder
net/thevpc/nuts/NutsDependencyManager.builder:()Lnet/thevpc/nuts/NutsDependencyBuilder;
NutsDependencyManager.filter ( ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsDependencyManager.filter:()Lnet/thevpc/nuts/NutsDependencyFilterManager;
NutsDependencyManager.formatter ( ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyManager.formatter:()Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyManager.formatter ( NutsDependency p1 ) [abstract] : NutsDependencyFormat
net/thevpc/nuts/NutsDependencyManager.formatter:(Lnet/thevpc/nuts/NutsDependency;)Lnet/thevpc/nuts/NutsDependencyFormat;
NutsDependencyManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDependencyManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDependencyManager.parser ( ) [abstract] : NutsDependencyParser
net/thevpc/nuts/NutsDependencyManager.parser:()Lnet/thevpc/nuts/NutsDependencyParser;
NutsDependencyManager.setSession ( NutsSession p1 ) [abstract] : NutsDependencyManager
net/thevpc/nuts/NutsDependencyManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDependencyManager;
NutsDependencyManager.toScopeSet ( NutsDependencyScopePattern p1 ) [abstract] : Set<NutsDependencyScope>
net/thevpc/nuts/NutsDependencyManager.toScopeSet:(Lnet/thevpc/nuts/NutsDependencyScopePattern;)Ljava/util/Set;
nuts-0.8.1.jar,
NutsDependencyParser.class
package net.thevpc.nuts
NutsDependencyParser.parseDependency ( String p1 ) [abstract] : NutsDependency
net/thevpc/nuts/NutsDependencyParser.parseDependency:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependency;
NutsDependencyParser.parseOptional ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsDependencyParser.parseOptional:(Ljava/lang/String;)Z
NutsDependencyParser.parseScope ( String p1 ) [abstract] : NutsDependencyScope
net/thevpc/nuts/NutsDependencyParser.parseScope:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDependencyScope;
nuts-0.8.1.jar,
NutsDescriptor.class
package net.thevpc.nuts
NutsDescriptor.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getArch:()[Ljava/lang/String;
NutsDescriptor.getClassifierMappings ( ) [abstract] : NutsClassifierMapping[ ]
net/thevpc/nuts/NutsDescriptor.getClassifierMappings:()[Lnet/thevpc/nuts/NutsClassifierMapping;
NutsDescriptor.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getDesktopEnvironment:()[Ljava/lang/String;
NutsDescriptor.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getOs:()[Ljava/lang/String;
NutsDescriptor.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getOsdist:()[Ljava/lang/String;
NutsDescriptor.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptor.getPlatform:()[Ljava/lang/String;
NutsDescriptor.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsDescriptor.getProperties:()Ljava/util/Map;
nuts-0.8.1.jar,
NutsDescriptorBuilder.class
package net.thevpc.nuts
NutsDescriptorBuilder.addArch ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addClassifierMapping ( NutsClassifierMapping p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addClassifierMapping:(Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addOs ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addOsdist ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addOsdist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addPlatform ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.addProperties ( Map<String,String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.getArch ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getArch:()[Ljava/lang/String;
NutsDescriptorBuilder.getClassifierMappings ( ) [abstract] : NutsClassifierMapping[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getClassifierMappings:()[Lnet/thevpc/nuts/NutsClassifierMapping;
NutsDescriptorBuilder.getDesktopEnvironment ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getDesktopEnvironment:()[Ljava/lang/String;
NutsDescriptorBuilder.getOs ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getOs:()[Ljava/lang/String;
NutsDescriptorBuilder.getOsdist ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getOsdist:()[Ljava/lang/String;
NutsDescriptorBuilder.getPlatform ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsDescriptorBuilder.getPlatform:()[Ljava/lang/String;
NutsDescriptorBuilder.getProperties ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsDescriptorBuilder.getProperties:()Ljava/util/Map;
NutsDescriptorBuilder.isApplication ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorBuilder.isApplication:()Z
NutsDescriptorBuilder.isExecutable ( ) [abstract] : boolean
net/thevpc/nuts/NutsDescriptorBuilder.isExecutable:()Z
NutsDescriptorBuilder.removeArch ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeDesktopEnvironment ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeDesktopEnvironment:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeOs ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removeOsdist ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removeOsdist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.removePlatform ( String p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.removePlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.set ( NutsDescriptor p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.set:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.set ( NutsDescriptorBuilder p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.set:(Lnet/thevpc/nuts/NutsDescriptorBuilder;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setApplication ( boolean p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setApplication:(Z)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setArch ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setClassifierMappings ( NutsClassifierMapping[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setClassifierMappings:([Lnet/thevpc/nuts/NutsClassifierMapping;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setDesktopEnvironment ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setDesktopEnvironment:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setExecutable ( boolean p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setExecutable:(Z)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setOs ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setOs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setOsdist ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setOsdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setPlatform ( String[ ] p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorBuilder.setProperties ( Map<String,String> p1 ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorBuilder.setProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsDescriptorBuilder;
nuts-0.8.1.jar,
NutsDescriptorFilterManager.class
package net.thevpc.nuts
NutsDescriptorFilterManager.byApiVersion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byApiVersion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byApp ( Boolean p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byApp:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byArch ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byArch:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byCompanion ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byCompanion:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExec ( Boolean p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExec:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExpression ( String p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byExtension ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byExtension:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byLockedIds ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byLockedIds:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byOsdist ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byOsdist:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byPackaging ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byPackaging:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byPlatform ( String... p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byPlatform:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.byRuntime ( NutsVersion p1 ) [abstract] : NutsDescriptorFilter
net/thevpc/nuts/NutsDescriptorFilterManager.byRuntime:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsDescriptorFilter;
NutsDescriptorFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsDescriptorFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsDescriptorFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsDescriptorFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorFilterManager;
nuts-0.8.1.jar,
NutsDescriptorManager.class
package net.thevpc.nuts
NutsDescriptorManager.callBuilder ( ) [abstract] : NutsArtifactCallBuilder
net/thevpc/nuts/NutsDescriptorManager.callBuilder:()Lnet/thevpc/nuts/NutsArtifactCallBuilder;
NutsDescriptorManager.classifierBuilder ( ) [abstract] : NutsClassifierMappingBuilder
net/thevpc/nuts/NutsDescriptorManager.classifierBuilder:()Lnet/thevpc/nuts/NutsClassifierMappingBuilder;
NutsDescriptorManager.descriptorBuilder ( ) [abstract] : NutsDescriptorBuilder
net/thevpc/nuts/NutsDescriptorManager.descriptorBuilder:()Lnet/thevpc/nuts/NutsDescriptorBuilder;
NutsDescriptorManager.filter ( ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsDescriptorManager.filter:()Lnet/thevpc/nuts/NutsDescriptorFilterManager;
NutsDescriptorManager.formatter ( ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorManager.formatter:()Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorManager.formatter ( NutsDescriptor p1 ) [abstract] : NutsDescriptorFormat
net/thevpc/nuts/NutsDescriptorManager.formatter:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsDescriptorFormat;
NutsDescriptorManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsDescriptorManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsDescriptorManager.locationBuilder ( ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsDescriptorManager.locationBuilder:()Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsDescriptorManager.parser ( ) [abstract] : NutsDescriptorParser
net/thevpc/nuts/NutsDescriptorManager.parser:()Lnet/thevpc/nuts/NutsDescriptorParser;
NutsDescriptorManager.setSession ( NutsSession p1 ) [abstract] : NutsDescriptorManager
net/thevpc/nuts/NutsDescriptorManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsDescriptorManager;
nuts-0.8.1.jar,
NutsElement.class
package net.thevpc.nuts
NutsElement.asSafeByte ( ) [abstract] : Byte
net/thevpc/nuts/NutsElement.asSafeByte:()Ljava/lang/Byte;
NutsElement.asSafeByte ( byte p1 ) [abstract] : byte
net/thevpc/nuts/NutsElement.asSafeByte:(B)B
NutsElement.asSafeDouble ( ) [abstract] : Double
net/thevpc/nuts/NutsElement.asSafeDouble:()Ljava/lang/Double;
NutsElement.asSafeDouble ( double p1 ) [abstract] : double
net/thevpc/nuts/NutsElement.asSafeDouble:(D)D
NutsElement.asSafeFloat ( ) [abstract] : Float
net/thevpc/nuts/NutsElement.asSafeFloat:()Ljava/lang/Float;
NutsElement.asSafeFloat ( float p1 ) [abstract] : float
net/thevpc/nuts/NutsElement.asSafeFloat:(F)F
NutsElement.asSafeInt ( ) [abstract] : Integer
net/thevpc/nuts/NutsElement.asSafeInt:()Ljava/lang/Integer;
NutsElement.asSafeInt ( int p1 ) [abstract] : int
net/thevpc/nuts/NutsElement.asSafeInt:(I)I
NutsElement.asSafeLong ( ) [abstract] : Long
net/thevpc/nuts/NutsElement.asSafeLong:()Ljava/lang/Long;
NutsElement.asSafeLong ( long p1 ) [abstract] : long
net/thevpc/nuts/NutsElement.asSafeLong:(J)J
NutsElement.asSafeShort ( ) [abstract] : Short
net/thevpc/nuts/NutsElement.asSafeShort:()Ljava/lang/Short;
NutsElement.asSafeShort ( short p1 ) [abstract] : short
net/thevpc/nuts/NutsElement.asSafeShort:(S)S
NutsElement.asSafeString ( ) [abstract] : String
net/thevpc/nuts/NutsElement.asSafeString:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsElementFactoryContext.class
package net.thevpc.nuts
NutsElementFactoryContext.element ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFactoryContext.element:()Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFactoryContext.getDestructTypeFilter ( ) [abstract] : Predicate<Type>
net/thevpc/nuts/NutsElementFactoryContext.getDestructTypeFilter:()Ljava/util/function/Predicate;
nuts-0.8.1.jar,
NutsElementFormat.class
package net.thevpc.nuts
NutsElementFormat.compilePath ( String p1 ) [abstract] : NutsElementPath
net/thevpc/nuts/NutsElementFormat.compilePath:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementPath;
NutsElementFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsElementFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsElementFormat.convert ( Object p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.convert:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.destruct ( Object p1 ) [abstract] : Object
net/thevpc/nuts/NutsElementFormat.destruct:(Ljava/lang/Object;)Ljava/lang/Object;
NutsElementFormat.forArray ( ) [abstract] : NutsArrayElementBuilder
net/thevpc/nuts/NutsElementFormat.forArray:()Lnet/thevpc/nuts/NutsArrayElementBuilder;
NutsElementFormat.forBoolean ( boolean p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forBoolean:(Z)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forBoolean ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forBoolean:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forByte ( Byte p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forByte:(Ljava/lang/Byte;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forDouble ( Double p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forDouble:(Ljava/lang/Double;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forEntry ( NutsElement p1, NutsElement p2 ) [abstract] : NutsElementEntry
net/thevpc/nuts/NutsElementFormat.forEntry:(Lnet/thevpc/nuts/NutsElement;Lnet/thevpc/nuts/NutsElement;)Lnet/thevpc/nuts/NutsElementEntry;
NutsElementFormat.forFalse ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFalse:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forFloat ( Float p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFloat:(Ljava/lang/Float;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forFloat ( Short p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forFloat:(Ljava/lang/Short;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( Date p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/util/Date;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( Instant p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/time/Instant;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInstant ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInstant:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forInt ( Integer p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forInt:(Ljava/lang/Integer;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forLong ( Long p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forLong:(Ljava/lang/Long;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNull ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNull:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNumber ( Number p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNumber:(Ljava/lang/Number;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forNumber ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forNumber:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forObject ( ) [abstract] : NutsObjectElementBuilder
net/thevpc/nuts/NutsElementFormat.forObject:()Lnet/thevpc/nuts/NutsObjectElementBuilder;
NutsElementFormat.forString ( String p1 ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forString:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.forTrue ( ) [abstract] : NutsPrimitiveElement
net/thevpc/nuts/NutsElementFormat.forTrue:()Lnet/thevpc/nuts/NutsPrimitiveElement;
NutsElementFormat.getContentType ( ) [abstract] : NutsContentType
net/thevpc/nuts/NutsElementFormat.getContentType:()Lnet/thevpc/nuts/NutsContentType;
NutsElementFormat.getDestructTypeFilter ( ) [abstract] : Predicate<Type>
net/thevpc/nuts/NutsElementFormat.getDestructTypeFilter:()Ljava/util/function/Predicate;
NutsElementFormat.getValue ( ) [abstract] : Object
net/thevpc/nuts/NutsElementFormat.getValue:()Ljava/lang/Object;
NutsElementFormat.isCompact ( ) [abstract] : boolean
net/thevpc/nuts/NutsElementFormat.isCompact:()Z
NutsElementFormat.iter ( NutsPrintStream p1 ) [abstract] : NutsIterableFormat
net/thevpc/nuts/NutsElementFormat.iter:(Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsIterableFormat;
NutsElementFormat.of ( NutsSession session ) [static] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.parse ( byte[ ] p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:([B)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( byte[ ] p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:([BLjava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( File p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/File;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( File p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/File;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( InputStream p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( InputStream p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/InputStream;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( Path p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( Path p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/nio/file/Path;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( Reader p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/Reader;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( Reader p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/io/Reader;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( String p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( String p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.parse ( URL p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsElement;
NutsElementFormat.parse ( URL p1, Class<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsElementFormat.parse:(Ljava/net/URL;Ljava/lang/Class;)Ljava/lang/Object;
NutsElementFormat.setCompact ( boolean p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setCompact:(Z)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setContentType ( NutsContentType p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setContentType:(Lnet/thevpc/nuts/NutsContentType;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setDestructTypeFilter ( Predicate<Type> p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setDestructTypeFilter:(Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setMapper ( Class p1, NutsElementMapper p2 ) [abstract] : void
net/thevpc/nuts/NutsElementFormat.setMapper:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsElementMapper;)V
NutsElementFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setNtf ( boolean p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsElementFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setSession ( NutsSession p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsElementFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsElementFormat.setValue ( Object p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsElementFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
NutsElementFormat.toElement ( Object p1 ) [abstract] : NutsElement
net/thevpc/nuts/NutsElementFormat.toElement:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElement;
nuts-0.8.1.jar,
NutsExecCommand.class
package net.thevpc.nuts
NutsExecCommand.getRedirectInpuFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectInpuFile:()Ljava/lang/String;
NutsExecCommand.getRedirectOuputFile ( ) [abstract] : String
net/thevpc/nuts/NutsExecCommand.getRedirectOuputFile:()Ljava/lang/String;
NutsExecCommand.setRedirectInpuFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectInpuFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
NutsExecCommand.setRedirectOuputFile ( String p1 ) [abstract] : NutsExecCommand
net/thevpc/nuts/NutsExecCommand.setRedirectOuputFile:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsExecCommand;
nuts-0.8.1.jar,
NutsExecutionContext.class
package net.thevpc.nuts
NutsExecutionContext.getTraceSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionContext.getTraceSession:()Lnet/thevpc/nuts/NutsSession;
nuts-0.8.1.jar,
NutsExecutionEntryAction.class
package net.thevpc.nuts
NutsExecutionEntryAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsExecutionEntryAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsExecutionEntryAction.parse ( File p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/io/File;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.parse ( InputStream p1, String p2, String p3 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.parse ( Path p1 ) [abstract] : NutsExecutionEntry[ ]
net/thevpc/nuts/NutsExecutionEntryAction.parse:(Ljava/nio/file/Path;)[Lnet/thevpc/nuts/NutsExecutionEntry;
NutsExecutionEntryAction.setSession ( NutsSession p1 ) [abstract] : NutsExecutionEntryAction
net/thevpc/nuts/NutsExecutionEntryAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsExecutionEntryAction;
nuts-0.8.1.jar,
NutsExecutorComponent.class
package net.thevpc.nuts
NutsExecutorComponent.dryExec ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsExecutorComponent.dryExec:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsExecutorComponent.exec ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsExecutorComponent.exec:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsExecutorComponent.getId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsExecutorComponent.getId:()Lnet/thevpc/nuts/NutsId;
nuts-0.8.1.jar,
NutsExtensionNotFoundException.class
package net.thevpc.nuts
NutsExtensionNotFoundException.getExtensionName ( ) : String
net/thevpc/nuts/NutsExtensionNotFoundException.getExtensionName:()Ljava/lang/String;
NutsExtensionNotFoundException.NutsExtensionNotFoundException ( NutsSession session, Class missingType, String extensionName )
net/thevpc/nuts/NutsExtensionNotFoundException."<init>":(Lnet/thevpc/nuts/NutsSession;Ljava/lang/Class;Ljava/lang/String;)V
nuts-0.8.1.jar,
NutsFilterManager.class
package net.thevpc.nuts
NutsFilterManager.all ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.all:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.all ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.all:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.always ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.always:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.any ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.any:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.any ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.any:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.as ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.as:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.dependency ( ) [abstract] : NutsDependencyFilterManager
net/thevpc/nuts/NutsFilterManager.dependency:()Lnet/thevpc/nuts/NutsDependencyFilterManager;
NutsFilterManager.descriptor ( ) [abstract] : NutsDescriptorFilterManager
net/thevpc/nuts/NutsFilterManager.descriptor:()Lnet/thevpc/nuts/NutsDescriptorFilterManager;
NutsFilterManager.detectType ( NutsFilter p1 ) [abstract] : Class<?>
net/thevpc/nuts/NutsFilterManager.detectType:(Lnet/thevpc/nuts/NutsFilter;)Ljava/lang/Class;
NutsFilterManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFilterManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFilterManager.id ( ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsFilterManager.id:()Lnet/thevpc/nuts/NutsIdFilterManager;
NutsFilterManager.installStatus ( ) [abstract] : NutsInstallStatusFilterManager
net/thevpc/nuts/NutsFilterManager.installStatus:()Lnet/thevpc/nuts/NutsInstallStatusFilterManager;
NutsFilterManager.never ( Class<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.never:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.none ( Class<T> p1, NutsFilter... p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.none:(Ljava/lang/Class;[Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.none ( NutsFilter... p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.none:([Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.nonnull ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.nonnull:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.not ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.not:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.not ( NutsFilter p1 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.not:(Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.repository ( ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsFilterManager.repository:()Lnet/thevpc/nuts/NutsRepositoryFilterManager;
NutsFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsFilterManager
net/thevpc/nuts/NutsFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFilterManager;
NutsFilterManager.to ( Class<T> p1, NutsFilter p2 ) [abstract] : T
net/thevpc/nuts/NutsFilterManager.to:(Ljava/lang/Class;Lnet/thevpc/nuts/NutsFilter;)Lnet/thevpc/nuts/NutsFilter;
NutsFilterManager.version ( ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsFilterManager.version:()Lnet/thevpc/nuts/NutsVersionFilterManager;
nuts-0.8.1.jar,
NutsFormatManager.class
package net.thevpc.nuts
NutsFormatManager.element ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsFormatManager.element:()Lnet/thevpc/nuts/NutsElementFormat;
NutsFormatManager.element ( Object p1 ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsFormatManager.element:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsElementFormat;
NutsFormatManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsFormatManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsFormatManager.object ( ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsFormatManager.object:()Lnet/thevpc/nuts/NutsObjectFormat;
NutsFormatManager.object ( Object p1 ) [abstract] : NutsObjectFormat
net/thevpc/nuts/NutsFormatManager.object:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsFormatManager.props ( ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsFormatManager.props:()Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsFormatManager.props ( Object p1 ) [abstract] : NutsPropertiesFormat
net/thevpc/nuts/NutsFormatManager.props:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsPropertiesFormat;
NutsFormatManager.setSession ( NutsSession p1 ) [abstract] : NutsFormatManager
net/thevpc/nuts/NutsFormatManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormatManager;
NutsFormatManager.table ( ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsFormatManager.table:()Lnet/thevpc/nuts/NutsTableFormat;
NutsFormatManager.table ( Object p1 ) [abstract] : NutsTableFormat
net/thevpc/nuts/NutsFormatManager.table:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableFormat;
NutsFormatManager.tree ( ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsFormatManager.tree:()Lnet/thevpc/nuts/NutsTreeFormat;
NutsFormatManager.tree ( Object p1 ) [abstract] : NutsTreeFormat
net/thevpc/nuts/NutsFormatManager.tree:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTreeFormat;
nuts-0.8.1.jar,
NutsId.class
package net.thevpc.nuts
NutsId.anyToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.anyToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.artifactIdToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.artifactIdToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.equalsShortName ( NutsId p1 ) [abstract] : boolean
net/thevpc/nuts/NutsId.equalsShortName:(Lnet/thevpc/nuts/NutsId;)Z
NutsId.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsId.getArch:()Ljava/lang/String;
NutsId.getLongNameId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.getLongNameId:()Lnet/thevpc/nuts/NutsId;
NutsId.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsId.getOs:()Ljava/lang/String;
NutsId.getOsdist ( ) [abstract] : String
net/thevpc/nuts/NutsId.getOsdist:()Ljava/lang/String;
NutsId.getPlatform ( ) [abstract] : String
net/thevpc/nuts/NutsId.getPlatform:()Ljava/lang/String;
NutsId.getShortNameId ( ) [abstract] : NutsId
net/thevpc/nuts/NutsId.getShortNameId:()Lnet/thevpc/nuts/NutsId;
NutsId.groupIdToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.groupIdToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.parse ( String value, NutsSession session ) [static] : NutsId
net/thevpc/nuts/NutsId.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsId;
NutsId.propertiesToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.propertiesToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.repositoryToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.repositoryToken:()Lnet/thevpc/nuts/NutsTokenFilter;
NutsId.versionToken ( ) [abstract] : NutsTokenFilter
net/thevpc/nuts/NutsId.versionToken:()Lnet/thevpc/nuts/NutsTokenFilter;
nuts-0.8.1.jar,
NutsIdBuilder.class
package net.thevpc.nuts
NutsIdBuilder.getArch ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getArch:()Ljava/lang/String;
NutsIdBuilder.getOs ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getOs:()Ljava/lang/String;
NutsIdBuilder.getOsdist ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getOsdist:()Ljava/lang/String;
NutsIdBuilder.getPlatform ( ) [abstract] : String
net/thevpc/nuts/NutsIdBuilder.getPlatform:()Ljava/lang/String;
NutsIdBuilder.set ( NutsId p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.set:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.set ( NutsIdBuilder p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.set:(Lnet/thevpc/nuts/NutsIdBuilder;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setArch ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setArch:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setOs ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setOs:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setOsdist ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setOsdist:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdBuilder.setPlatform ( String p1 ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdBuilder.setPlatform:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdBuilder;
nuts-0.8.1.jar,
NutsIdFilterManager.class
package net.thevpc.nuts
NutsIdFilterManager.byDefaultVersion ( Boolean p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byDefaultVersion:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byExpression ( String p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byInstallStatus ( NutsInstallStatusFilter p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byInstallStatus:(Lnet/thevpc/nuts/NutsInstallStatusFilter;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.byName ( String... p1 ) [abstract] : NutsIdFilter
net/thevpc/nuts/NutsIdFilterManager.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdFilter;
NutsIdFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsIdFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsIdFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsIdFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdFilterManager;
nuts-0.8.1.jar,
NutsIdFormat.class
package net.thevpc.nuts
NutsIdFormat.isHighlightOptional ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isHighlightOptional:()Z
NutsIdFormat.isHighlightScope ( ) [abstract] : boolean
net/thevpc/nuts/NutsIdFormat.isHighlightScope:()Z
NutsIdFormat.setHighlightOptional ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setHighlightOptional:(Z)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdFormat.setHighlightScope ( boolean p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdFormat.setHighlightScope:(Z)Lnet/thevpc/nuts/NutsIdFormat;
nuts-0.8.1.jar,
NutsIdLocationBuilder.class
package net.thevpc.nuts
NutsIdLocationBuilder.build ( ) [abstract] : NutsIdLocation
net/thevpc/nuts/NutsIdLocationBuilder.build:()Lnet/thevpc/nuts/NutsIdLocation;
NutsIdLocationBuilder.clear ( ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.clear:()Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.getClassifier ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocationBuilder.getClassifier:()Ljava/lang/String;
NutsIdLocationBuilder.getRegion ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocationBuilder.getRegion:()Ljava/lang/String;
NutsIdLocationBuilder.getUrl ( ) [abstract] : String
net/thevpc/nuts/NutsIdLocationBuilder.getUrl:()Ljava/lang/String;
NutsIdLocationBuilder.set ( NutsIdLocation p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.set:(Lnet/thevpc/nuts/NutsIdLocation;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.set ( NutsIdLocationBuilder p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.set:(Lnet/thevpc/nuts/NutsIdLocationBuilder;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.setClassifier ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.setClassifier:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.setRegion ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.setRegion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
NutsIdLocationBuilder.setUrl ( String p1 ) [abstract] : NutsIdLocationBuilder
net/thevpc/nuts/NutsIdLocationBuilder.setUrl:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIdLocationBuilder;
nuts-0.8.1.jar,
NutsIdManager.class
package net.thevpc.nuts
NutsIdManager.builder ( ) [abstract] : NutsIdBuilder
net/thevpc/nuts/NutsIdManager.builder:()Lnet/thevpc/nuts/NutsIdBuilder;
NutsIdManager.filter ( ) [abstract] : NutsIdFilterManager
net/thevpc/nuts/NutsIdManager.filter:()Lnet/thevpc/nuts/NutsIdFilterManager;
NutsIdManager.formatter ( ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdManager.formatter:()Lnet/thevpc/nuts/NutsIdFormat;
NutsIdManager.formatter ( NutsId p1 ) [abstract] : NutsIdFormat
net/thevpc/nuts/NutsIdManager.formatter:(Lnet/thevpc/nuts/NutsId;)Lnet/thevpc/nuts/NutsIdFormat;
NutsIdManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIdManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIdManager.parse ( String p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsId;
NutsIdManager.parser ( ) [abstract] : NutsIdParser
net/thevpc/nuts/NutsIdManager.parser:()Lnet/thevpc/nuts/NutsIdParser;
NutsIdManager.resolveId ( Class p1 ) [abstract] : NutsId
net/thevpc/nuts/NutsIdManager.resolveId:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsId;
NutsIdManager.resolveIds ( Class p1 ) [abstract] : NutsId[ ]
net/thevpc/nuts/NutsIdManager.resolveIds:(Ljava/lang/Class;)[Lnet/thevpc/nuts/NutsId;
NutsIdManager.setSession ( NutsSession p1 ) [abstract] : NutsIdManager
net/thevpc/nuts/NutsIdManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIdManager;
nuts-0.8.1.jar,
NutsImportManager.class
package net.thevpc.nuts
NutsImportManager.add ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.add:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.getAll ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsImportManager.getAll:()Ljava/util/Set;
NutsImportManager.remove ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.remove:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.removeAll ( ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.removeAll:()Lnet/thevpc/nuts/NutsImportManager;
NutsImportManager.set ( String[ ] p1 ) [abstract] : NutsImportManager
net/thevpc/nuts/NutsImportManager.set:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsImportManager;
nuts-0.8.1.jar,
NutsIndexStore.class
package net.thevpc.nuts
NutsIndexStore.search ( NutsIdFilter p1, NutsSession p2 ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/NutsIndexStore.search:(Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
NutsIndexStore.searchVersions ( NutsId p1, NutsSession p2 ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/NutsIndexStore.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
nuts-0.8.1.jar,
NutsInfoFormat.class
package net.thevpc.nuts
NutsInfoFormat.addProperties ( Map<String,String> p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.addProperties:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.addProperty ( String p1, String p2 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.addProperty:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.configure ( boolean p1, String[ ] p2 ) : Object
net/thevpc/nuts/NutsInfoFormat.configure:(Z[Ljava/lang/String;)Ljava/lang/Object;
NutsInfoFormat.isFancy ( ) [abstract] : boolean
net/thevpc/nuts/NutsInfoFormat.isFancy:()Z
NutsInfoFormat.isShowRepositories ( ) [abstract] : boolean
net/thevpc/nuts/NutsInfoFormat.isShowRepositories:()Z
NutsInfoFormat.setFancy ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setFancy:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.setNtf ( boolean p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.setNtf ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.setSession ( NutsSession p1 ) : NutsFormat
net/thevpc/nuts/NutsInfoFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
NutsInfoFormat.setSession ( NutsSession p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInfoFormat;
NutsInfoFormat.setShowRepositories ( boolean p1 ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsInfoFormat.setShowRepositories:(Z)Lnet/thevpc/nuts/NutsInfoFormat;
nuts-0.8.1.jar,
NutsInput.class
package net.thevpc.nuts
NutsInput.close ( ) [abstract] : void
net/thevpc/nuts/NutsInput.close:()V
NutsInput.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getContentEncoding:()Ljava/lang/String;
NutsInput.getContentType ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getContentType:()Ljava/lang/String;
NutsInput.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsInput.getFilePath:()Ljava/nio/file/Path;
NutsInput.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInput.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsInput.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/NutsInput.getLastModifiedInstant:()Ljava/time/Instant;
NutsInput.getName ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getName:()Ljava/lang/String;
NutsInput.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsInput.getSource:()Ljava/lang/Object;
NutsInput.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInput.getTypeName:()Ljava/lang/String;
NutsInput.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsInput.getURL:()Ljava/net/URL;
NutsInput.head ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsInput.head:(I)Ljava/util/List;
NutsInput.isFile ( ) [abstract] : boolean
net/thevpc/nuts/NutsInput.isFile:()Z
NutsInput.isURL ( ) [abstract] : boolean
net/thevpc/nuts/NutsInput.isURL:()Z
NutsInput.length ( ) [abstract] : long
net/thevpc/nuts/NutsInput.length:()J
NutsInput.lines ( ) [abstract] : Stream<String>
net/thevpc/nuts/NutsInput.lines:()Ljava/util/stream/Stream;
NutsInput.open ( ) [abstract] : InputStream
net/thevpc/nuts/NutsInput.open:()Ljava/io/InputStream;
NutsInput.tail ( int p1 ) [abstract] : List<String>
net/thevpc/nuts/NutsInput.tail:(I)Ljava/util/List;
nuts-0.8.1.jar,
NutsInputAction.class
package net.thevpc.nuts
NutsInputAction.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsInputAction.getName:()Lnet/thevpc/nuts/NutsString;
NutsInputAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsInputAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsInputAction.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsInputAction.getTypeName:()Ljava/lang/String;
NutsInputAction.isMultiRead ( ) [abstract] : boolean
net/thevpc/nuts/NutsInputAction.isMultiRead:()Z
NutsInputAction.of ( byte[ ] p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:([B)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( File p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( InputStream p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( NutsInput p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( NutsPath p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( Object p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( Path p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( String p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.of ( URL p1 ) [abstract] : NutsInput
net/thevpc/nuts/NutsInputAction.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsInput;
NutsInputAction.setMultiRead ( boolean p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setMultiRead:(Z)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setName ( NutsString p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setSession ( NutsSession p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInputAction;
NutsInputAction.setTypeName ( String p1 ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsInputAction.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsInputAction;
nuts-0.8.1.jar,
NutsInstallCommand.class
package net.thevpc.nuts
NutsInstallCommand.getResult ( ) [abstract] : NutsResultList<NutsDefinition>
net/thevpc/nuts/NutsInstallCommand.getResult:()Lnet/thevpc/nuts/NutsResultList;
nuts-0.8.1.jar,
NutsInstallerComponent.class
package net.thevpc.nuts
NutsInstallerComponent.install ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsInstallerComponent.install:(Lnet/thevpc/nuts/NutsExecutionContext;)V
NutsInstallerComponent.uninstall ( NutsExecutionContext p1, boolean p2 ) [abstract] : void
net/thevpc/nuts/NutsInstallerComponent.uninstall:(Lnet/thevpc/nuts/NutsExecutionContext;Z)V
NutsInstallerComponent.update ( NutsExecutionContext p1 ) [abstract] : void
net/thevpc/nuts/NutsInstallerComponent.update:(Lnet/thevpc/nuts/NutsExecutionContext;)V
nuts-0.8.1.jar,
NutsInstallInformation.class
package net.thevpc.nuts
NutsInstallInformation.getInstallFolder ( ) [abstract] : String
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Ljava/lang/String;
nuts-0.8.1.jar,
NutsInstallStatusFilterManager.class
package net.thevpc.nuts
NutsInstallStatusFilterManager.byDefaultValue ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byDefaultValue:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byDeployed ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byDeployed:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byInstalled ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byInstalled:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byObsolete ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byObsolete:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.byRequired ( boolean p1 ) [abstract] : NutsInstallStatusFilter
net/thevpc/nuts/NutsInstallStatusFilterManager.byRequired:(Z)Lnet/thevpc/nuts/NutsInstallStatusFilter;
NutsInstallStatusFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsInstallStatusFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsInstallStatusFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsInstallStatusFilterManager
net/thevpc/nuts/NutsInstallStatusFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsInstallStatusFilterManager;
nuts-0.8.1.jar,
NutsIOCompressAction.class
package net.thevpc.nuts
NutsIOCompressAction.addSource ( File p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( InputStream p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( Path p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.addSource ( URL p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.addSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.getFormat ( ) [abstract] : String
net/thevpc/nuts/NutsIOCompressAction.getFormat:()Ljava/lang/String;
NutsIOCompressAction.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsIOCompressAction.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NutsIOCompressAction.getProgressMonitorFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsIOCompressAction.getProgressMonitorFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsIOCompressAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOCompressAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOCompressAction.getSources ( ) [abstract] : List<Object>
net/thevpc/nuts/NutsIOCompressAction.getSources:()Ljava/util/List;
NutsIOCompressAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIOCompressAction.getTarget:()Ljava/lang/Object;
NutsIOCompressAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCompressAction.isLogProgress:()Z
NutsIOCompressAction.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCompressAction.isSafe:()Z
NutsIOCompressAction.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCompressAction.isSkipRoot:()Z
NutsIOCompressAction.run ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.run:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setFormat ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setFormatOption ( String p1, Object p2 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setLogProgress ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setProgressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setProgressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setSafe ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setSafe:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setSession ( NutsSession p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setSkipRoot ( boolean p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( File p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( NutsOutput p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( Object p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( OutputStream p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( Path p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.setTarget ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( File p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( NutsOutput p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( Object p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( OutputStream p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( Path p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOCompressAction.to ( String p1 ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOCompressAction.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCompressAction;
nuts-0.8.1.jar,
NutsIOCopyAction.class
package net.thevpc.nuts
NutsIOCopyAction.from ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( InputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( NutsInput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( Object p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.from ( URL p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.from:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.getByteArrayResult ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsIOCopyAction.getByteArrayResult:()[B
NutsIOCopyAction.getProgressMonitorFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsIOCopyAction.getProgressMonitorFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsIOCopyAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOCopyAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOCopyAction.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOCopyAction.getSource:()Ljava/lang/Object;
NutsIOCopyAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIOCopyAction.getTarget:()Ljava/lang/Object;
NutsIOCopyAction.getValidator ( ) [abstract] : NutsIOCopyValidator
net/thevpc/nuts/NutsIOCopyAction.getValidator:()Lnet/thevpc/nuts/NutsIOCopyValidator;
NutsIOCopyAction.interrupt ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.interrupt:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.isInterruptible ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isInterruptible:()Z
NutsIOCopyAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isLogProgress:()Z
NutsIOCopyAction.isMkdirs ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isMkdirs:()Z
NutsIOCopyAction.isRecursive ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isRecursive:()Z
NutsIOCopyAction.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isSafe:()Z
NutsIOCopyAction.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOCopyAction.isSkipRoot:()Z
NutsIOCopyAction.run ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.run:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setInterruptible ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setInterruptible:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setLogProgress ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setMkdirs ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setMkdirs:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setProgressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setProgressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setRecursive ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setRecursive:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSafe ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSafe:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSession ( NutsSession p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSkipRoot ( boolean p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( InputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( NutsInput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( Object p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setSource ( URL p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( NutsOutput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( NutsPath p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( OutputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setTarget ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.setValidator ( NutsIOCopyValidator p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.setValidator:(Lnet/thevpc/nuts/NutsIOCopyValidator;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( File p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( NutsOutput p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( Object p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( OutputStream p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( Path p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOCopyAction.to ( String p1 ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOCopyAction.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOCopyAction;
nuts-0.8.1.jar,
NutsIODeleteAction.class
package net.thevpc.nuts
NutsIODeleteAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIODeleteAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIODeleteAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIODeleteAction.getTarget:()Ljava/lang/Object;
NutsIODeleteAction.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsIODeleteAction.isFailFast:()Z
NutsIODeleteAction.run ( ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.run:()Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setFailFast ( boolean p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setFailFast:(Z)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setSession ( NutsSession p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setTarget ( File p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setTarget ( Object p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setTarget:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIODeleteAction.setTarget ( Path p1 ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIODeleteAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIODeleteAction;
nuts-0.8.1.jar,
NutsIOHashAction.class
package net.thevpc.nuts
NutsIOHashAction.algorithm ( String p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.algorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.computeBytes ( ) [abstract] : byte[ ]
net/thevpc/nuts/NutsIOHashAction.computeBytes:()[B
NutsIOHashAction.computeString ( ) [abstract] : String
net/thevpc/nuts/NutsIOHashAction.computeString:()Ljava/lang/String;
NutsIOHashAction.getAlgorithm ( ) [abstract] : String
net/thevpc/nuts/NutsIOHashAction.getAlgorithm:()Ljava/lang/String;
NutsIOHashAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOHashAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOHashAction.md5 ( ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.md5:()Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setAlgorithm ( String p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setAlgorithm:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSession ( NutsSession p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( File p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( InputStream p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( NutsDescriptor p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( NutsPath p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.setSource ( Path p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.sha1 ( ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.sha1:()Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOHashAction.writeHash ( OutputStream p1 ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOHashAction.writeHash:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsIOHashAction;
nuts-0.8.1.jar,
NutsIOLockAction.class
package net.thevpc.nuts
NutsIOLockAction.call ( Callable<T> p1 ) [abstract] : T
net/thevpc/nuts/NutsIOLockAction.call:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
NutsIOLockAction.call ( Callable<T> p1, long p2, TimeUnit p3 ) [abstract] : T
net/thevpc/nuts/NutsIOLockAction.call:(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
NutsIOLockAction.create ( ) [abstract] : NutsLock
net/thevpc/nuts/NutsIOLockAction.create:()Lnet/thevpc/nuts/NutsLock;
NutsIOLockAction.getResource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOLockAction.getResource:()Ljava/lang/Object;
NutsIOLockAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOLockAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOLockAction.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOLockAction.getSource:()Ljava/lang/Object;
NutsIOLockAction.run ( Runnable p1 ) [abstract] : void
net/thevpc/nuts/NutsIOLockAction.run:(Ljava/lang/Runnable;)V
NutsIOLockAction.run ( Runnable p1, long p2, TimeUnit p3 ) [abstract] : void
net/thevpc/nuts/NutsIOLockAction.run:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)V
NutsIOLockAction.setResource ( File p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setResource ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setResource ( Path p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setResource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setSession ( NutsSession p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOLockAction;
NutsIOLockAction.setSource ( Object p1 ) [abstract] : NutsIOLockAction
net/thevpc/nuts/NutsIOLockAction.setSource:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOLockAction;
nuts-0.8.1.jar,
NutsIOManager.class
package net.thevpc.nuts
NutsIOManager.addPathFactory ( NutsPathFactory p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.addPathFactory:(Lnet/thevpc/nuts/NutsPathFactory;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.compress ( ) [abstract] : NutsIOCompressAction
net/thevpc/nuts/NutsIOManager.compress:()Lnet/thevpc/nuts/NutsIOCompressAction;
NutsIOManager.copy ( ) [abstract] : NutsIOCopyAction
net/thevpc/nuts/NutsIOManager.copy:()Lnet/thevpc/nuts/NutsIOCopyAction;
NutsIOManager.createMemoryPrintStream ( ) [abstract] : NutsMemoryPrintStream
net/thevpc/nuts/NutsIOManager.createMemoryPrintStream:()Lnet/thevpc/nuts/NutsMemoryPrintStream;
NutsIOManager.createPrintStream ( OutputStream p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/OutputStream;Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.createPrintStream ( Writer p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.createPrintStream:(Ljava/io/Writer;)Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.delete ( ) [abstract] : NutsIODeleteAction
net/thevpc/nuts/NutsIOManager.delete:()Lnet/thevpc/nuts/NutsIODeleteAction;
NutsIOManager.expandPath ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsIOManager.expandPath:(Ljava/lang/String;)Ljava/lang/String;
NutsIOManager.expandPath ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsIOManager.expandPath:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsIOManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOManager.hash ( ) [abstract] : NutsIOHashAction
net/thevpc/nuts/NutsIOManager.hash:()Lnet/thevpc/nuts/NutsIOHashAction;
NutsIOManager.input ( ) [abstract] : NutsInputAction
net/thevpc/nuts/NutsIOManager.input:()Lnet/thevpc/nuts/NutsInputAction;
NutsIOManager.isStandardErrorStream ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardErrorStream:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsIOManager.isStandardInputStream ( InputStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardInputStream:(Ljava/io/InputStream;)Z
NutsIOManager.isStandardOutputStream ( NutsPrintStream p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOManager.isStandardOutputStream:(Lnet/thevpc/nuts/NutsPrintStream;)Z
NutsIOManager.monitor ( ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsIOManager.monitor:()Lnet/thevpc/nuts/NutsMonitorAction;
NutsIOManager.nullInputStream ( ) [abstract] : InputStream
net/thevpc/nuts/NutsIOManager.nullInputStream:()Ljava/io/InputStream;
NutsIOManager.nullPrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.nullPrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.output ( ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsIOManager.output:()Lnet/thevpc/nuts/NutsOutputAction;
NutsIOManager.path ( File p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/io/File;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( Path p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( String p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( String p1, ClassLoader p2 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/lang/String;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.path ( URL p1 ) [abstract] : NutsPath
net/thevpc/nuts/NutsIOManager.path:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsPath;
NutsIOManager.ps ( ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOManager.ps:()Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOManager.removePathFactory ( NutsPathFactory p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.removePathFactory:(Lnet/thevpc/nuts/NutsPathFactory;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.setSession ( NutsSession p1 ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsIOManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOManager;
NutsIOManager.stderr ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.stderr:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.stdin ( ) [abstract] : InputStream
net/thevpc/nuts/NutsIOManager.stdin:()Ljava/io/InputStream;
NutsIOManager.stdout ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsIOManager.stdout:()Lnet/thevpc/nuts/NutsPrintStream;
NutsIOManager.tmp ( ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsIOManager.tmp:()Lnet/thevpc/nuts/NutsTempAction;
NutsIOManager.uncompress ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOManager.uncompress:()Lnet/thevpc/nuts/NutsIOUncompressAction;
nuts-0.8.1.jar,
NutsIOProcessAction.class
package net.thevpc.nuts
NutsIOProcessAction.failFast ( ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.failFast:()Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.failFast ( boolean p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.failFast:(Z)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.getResultList ( ) [abstract] : NutsResultList<NutsProcessInfo>
net/thevpc/nuts/NutsIOProcessAction.getResultList:()Lnet/thevpc/nuts/NutsResultList;
NutsIOProcessAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOProcessAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOProcessAction.getType ( ) [abstract] : String
net/thevpc/nuts/NutsIOProcessAction.getType:()Ljava/lang/String;
NutsIOProcessAction.isFailFast ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.isFailFast:()Z
NutsIOProcessAction.isSupportedKillProcess ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.isSupportedKillProcess:()Z
NutsIOProcessAction.killProcess ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsIOProcessAction.killProcess:(Ljava/lang/String;)Z
NutsIOProcessAction.setFailFast ( boolean p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.setFailFast:(Z)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.setSession ( NutsSession p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.setType ( String p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOProcessAction;
NutsIOProcessAction.type ( String p1 ) [abstract] : NutsIOProcessAction
net/thevpc/nuts/NutsIOProcessAction.type:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOProcessAction;
nuts-0.8.1.jar,
NutsIOUncompressAction.class
package net.thevpc.nuts
NutsIOUncompressAction.from ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( InputStream p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( Object p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.from ( URL p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.from:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.getFormat ( ) [abstract] : String
net/thevpc/nuts/NutsIOUncompressAction.getFormat:()Ljava/lang/String;
NutsIOUncompressAction.getFormatOption ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsIOUncompressAction.getFormatOption:(Ljava/lang/String;)Ljava/lang/Object;
NutsIOUncompressAction.getProgressMonitorFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsIOUncompressAction.getProgressMonitorFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsIOUncompressAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsIOUncompressAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsIOUncompressAction.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsIOUncompressAction.getSource:()Ljava/lang/Object;
NutsIOUncompressAction.getTarget ( ) [abstract] : Object
net/thevpc/nuts/NutsIOUncompressAction.getTarget:()Ljava/lang/Object;
NutsIOUncompressAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressAction.isLogProgress:()Z
NutsIOUncompressAction.isSafe ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressAction.isSafe:()Z
NutsIOUncompressAction.isSkipRoot ( ) [abstract] : boolean
net/thevpc/nuts/NutsIOUncompressAction.isSkipRoot:()Z
NutsIOUncompressAction.progressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.progressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.run ( ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.run:()Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setFormat ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setFormatOption ( String p1, Object p2 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setFormatOption:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setLogProgress ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setProgressMonitorFactory ( NutsProgressFactory p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setProgressMonitorFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSafe ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSafe:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSession ( NutsSession p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSkipRoot ( boolean p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSkipRoot:(Z)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( InputStream p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setSource ( URL p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setSource:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( NutsOutput p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.setTarget ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.setTarget:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( File p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/io/File;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( NutsOutput p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Lnet/thevpc/nuts/NutsOutput;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( Object p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( Path p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.to ( String p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.to:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsIOUncompressAction;
NutsIOUncompressAction.visit ( NutsIOUncompressVisitor p1 ) [abstract] : NutsIOUncompressAction
net/thevpc/nuts/NutsIOUncompressAction.visit:(Lnet/thevpc/nuts/NutsIOUncompressVisitor;)Lnet/thevpc/nuts/NutsIOUncompressAction;
nuts-0.8.1.jar,
NutsLauncherOptions.class
package net.thevpc.nuts
NutsLauncherOptions.getCreateCustomShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateCustomShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCreateDesktopShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateDesktopShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.getCreateMenuShortcut ( ) : NutsActionSupportCondition
net/thevpc/nuts/NutsLauncherOptions.getCreateMenuShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
NutsLauncherOptions.setCreateCustomShortcut ( NutsActionSupportCondition createCustomShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateCustomShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateDesktopShortcut ( NutsActionSupportCondition createDesktopShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateDesktopShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
NutsLauncherOptions.setCreateMenuShortcut ( NutsActionSupportCondition createMenuShortcut ) : NutsLauncherOptions
net/thevpc/nuts/NutsLauncherOptions.setCreateMenuShortcut:(Lnet/thevpc/nuts/NutsActionSupportCondition;)Lnet/thevpc/nuts/NutsLauncherOptions;
nuts-0.8.1.jar,
NutsLogConfig.class
package net.thevpc.nuts
NutsLogConfig.isLogInherited ( ) : boolean *DEPRECATED*
net/thevpc/nuts/NutsLogConfig.isLogInherited:()Z
NutsLogConfig.setLogInherited ( boolean logInherited ) : NutsLogConfig *DEPRECATED*
net/thevpc/nuts/NutsLogConfig.setLogInherited:(Z)Lnet/thevpc/nuts/NutsLogConfig;
nuts-0.8.1.jar,
NutsLogger.class
package net.thevpc.nuts
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, String p4, Object... p5 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;[Ljava/lang/Object;)V
NutsLogger.log ( NutsSession p1, Level p2, NutsLogVerb p3, Supplier<String> p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/util/function/Supplier;)V
NutsLogger.log ( NutsSession p1, Level p2, String p3, Throwable p4 ) [abstract] : void
net/thevpc/nuts/NutsLogger.log:(Lnet/thevpc/nuts/NutsSession;Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
nuts-0.8.1.jar,
NutsLoggerOp.class
package net.thevpc.nuts
NutsLoggerOp.formatted ( ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.formatted:()Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.formatted ( boolean p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.formatted:(Z)Lnet/thevpc/nuts/NutsLoggerOp;
NutsLoggerOp.log ( String p1, Object... p2 ) [abstract] : void
net/thevpc/nuts/NutsLoggerOp.log:(Ljava/lang/String;[Ljava/lang/Object;)V
NutsLoggerOp.style ( NutsTextFormatStyle p1 ) [abstract] : NutsLoggerOp
net/thevpc/nuts/NutsLoggerOp.style:(Lnet/thevpc/nuts/NutsTextFormatStyle;)Lnet/thevpc/nuts/NutsLoggerOp;
nuts-0.8.1.jar,
NutsLogManager.class
package net.thevpc.nuts
NutsLogManager.addHandler ( Handler p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.addHandler:(Ljava/util/logging/Handler;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.getFileHandler ( ) [abstract] : Handler
net/thevpc/nuts/NutsLogManager.getFileHandler:()Ljava/util/logging/Handler;
NutsLogManager.getFileLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsLogManager.getFileLevel:()Ljava/util/logging/Level;
NutsLogManager.getHandlers ( ) [abstract] : Handler[ ]
net/thevpc/nuts/NutsLogManager.getHandlers:()[Ljava/util/logging/Handler;
NutsLogManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsLogManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsLogManager.getTermHandler ( ) [abstract] : Handler
net/thevpc/nuts/NutsLogManager.getTermHandler:()Ljava/util/logging/Handler;
NutsLogManager.getTermLevel ( ) [abstract] : Level
net/thevpc/nuts/NutsLogManager.getTermLevel:()Ljava/util/logging/Level;
NutsLogManager.of ( Class p1 ) [abstract] : NutsLogger
net/thevpc/nuts/NutsLogManager.of:(Ljava/lang/Class;)Lnet/thevpc/nuts/NutsLogger;
NutsLogManager.of ( String p1 ) [abstract] : NutsLogger
net/thevpc/nuts/NutsLogManager.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsLogger;
NutsLogManager.removeHandler ( Handler p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.removeHandler:(Ljava/util/logging/Handler;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setFileLevel ( Level p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setFileLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setSession ( NutsSession p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsLogManager;
NutsLogManager.setTermLevel ( Level p1 ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsLogManager.setTermLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsLogManager;
nuts-0.8.1.jar,
NutsMonitorAction.class
package net.thevpc.nuts
NutsMonitorAction.create ( ) [abstract] : InputStream
net/thevpc/nuts/NutsMonitorAction.create:()Ljava/io/InputStream;
NutsMonitorAction.createSource ( ) [abstract] : NutsInput
net/thevpc/nuts/NutsMonitorAction.createSource:()Lnet/thevpc/nuts/NutsInput;
NutsMonitorAction.getLength ( ) [abstract] : long
net/thevpc/nuts/NutsMonitorAction.getLength:()J
NutsMonitorAction.getName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsMonitorAction.getName:()Lnet/thevpc/nuts/NutsString;
NutsMonitorAction.getOrigin ( ) [abstract] : Object
net/thevpc/nuts/NutsMonitorAction.getOrigin:()Ljava/lang/Object;
NutsMonitorAction.getProgressFactory ( ) [abstract] : NutsProgressFactory
net/thevpc/nuts/NutsMonitorAction.getProgressFactory:()Lnet/thevpc/nuts/NutsProgressFactory;
NutsMonitorAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsMonitorAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsMonitorAction.getSourceTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsMonitorAction.getSourceTypeName:()Ljava/lang/String;
NutsMonitorAction.isLogProgress ( ) [abstract] : boolean
net/thevpc/nuts/NutsMonitorAction.isLogProgress:()Z
NutsMonitorAction.setLength ( long p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setLength:(J)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setLogProgress ( boolean p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setLogProgress:(Z)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setName ( NutsString p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setName:(Lnet/thevpc/nuts/NutsString;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setOrigin ( Object p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setOrigin:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setProgressFactory ( NutsProgressFactory p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setProgressFactory:(Lnet/thevpc/nuts/NutsProgressFactory;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setProgressMonitor ( NutsProgressMonitor p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setProgressMonitor:(Lnet/thevpc/nuts/NutsProgressMonitor;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSession ( NutsSession p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( File p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/io/File;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( InputStream p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/io/InputStream;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( NutsInput p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Lnet/thevpc/nuts/NutsInput;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( NutsPath p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( Path p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSource ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSource:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
NutsMonitorAction.setSourceTypeName ( String p1 ) [abstract] : NutsMonitorAction
net/thevpc/nuts/NutsMonitorAction.setSourceTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsMonitorAction;
nuts-0.8.1.jar,
NutsOutput.class
package net.thevpc.nuts
NutsOutput.close ( ) [abstract] : void
net/thevpc/nuts/NutsOutput.close:()V
NutsOutput.getFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsOutput.getFilePath:()Ljava/nio/file/Path;
NutsOutput.getName ( ) [abstract] : String
net/thevpc/nuts/NutsOutput.getName:()Ljava/lang/String;
NutsOutput.getSource ( ) [abstract] : Object
net/thevpc/nuts/NutsOutput.getSource:()Ljava/lang/Object;
NutsOutput.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsOutput.getTypeName:()Ljava/lang/String;
NutsOutput.getURL ( ) [abstract] : URL
net/thevpc/nuts/NutsOutput.getURL:()Ljava/net/URL;
NutsOutput.isPath ( ) [abstract] : boolean
net/thevpc/nuts/NutsOutput.isPath:()Z
NutsOutput.isURL ( ) [abstract] : boolean
net/thevpc/nuts/NutsOutput.isURL:()Z
NutsOutput.open ( ) [abstract] : OutputStream
net/thevpc/nuts/NutsOutput.open:()Ljava/io/OutputStream;
nuts-0.8.1.jar,
NutsOutputAction.class
package net.thevpc.nuts
NutsOutputAction.getName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputAction.getName:()Ljava/lang/String;
NutsOutputAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsOutputAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsOutputAction.getTypeName ( ) [abstract] : String
net/thevpc/nuts/NutsOutputAction.getTypeName:()Ljava/lang/String;
NutsOutputAction.of ( File p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/io/File;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( NutsPath p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Lnet/thevpc/nuts/NutsPath;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( Object p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( OutputStream p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/io/OutputStream;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( Path p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/nio/file/Path;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( String p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.of ( URL p1 ) [abstract] : NutsOutput
net/thevpc/nuts/NutsOutputAction.of:(Ljava/net/URL;)Lnet/thevpc/nuts/NutsOutput;
NutsOutputAction.setName ( String p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputAction;
NutsOutputAction.setSession ( NutsSession p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsOutputAction;
NutsOutputAction.setTypeName ( String p1 ) [abstract] : NutsOutputAction
net/thevpc/nuts/NutsOutputAction.setTypeName:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsOutputAction;
nuts-0.8.1.jar,
NutsPath.class
package net.thevpc.nuts
NutsPath.asFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.asFilePath:()Ljava/nio/file/Path;
NutsPath.asString ( ) [abstract] : String
net/thevpc/nuts/NutsPath.asString:()Ljava/lang/String;
NutsPath.getFormattedName ( ) [abstract] : NutsString
net/thevpc/nuts/NutsPath.getFormattedName:()Lnet/thevpc/nuts/NutsString;
NutsPath.input ( ) [abstract] : NutsInput
net/thevpc/nuts/NutsPath.input:()Lnet/thevpc/nuts/NutsInput;
NutsPath.isFilePath ( ) [abstract] : boolean
net/thevpc/nuts/NutsPath.isFilePath:()Z
NutsPath.output ( ) [abstract] : NutsOutput
net/thevpc/nuts/NutsPath.output:()Lnet/thevpc/nuts/NutsOutput;
NutsPath.toFilePath ( ) [abstract] : Path
net/thevpc/nuts/NutsPath.toFilePath:()Ljava/nio/file/Path;
nuts-0.8.1.jar,
NutsPathFactory.class
package net.thevpc.nuts
NutsPathFactory.createPath ( String p1, NutsSession p2, ClassLoader p3 ) [abstract] : NutsSupplier<NutsPathSPI>
net/thevpc/nuts/NutsPathFactory.createPath:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;Ljava/lang/ClassLoader;)Lnet/thevpc/nuts/NutsSupplier;
nuts-0.8.1.jar,
NutsPathSPI.class
package net.thevpc.nuts.spi
NutsPathSPI.asString ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.asString:()Ljava/lang/String;
NutsPathSPI.delete ( boolean p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.delete:(Z)V
NutsPathSPI.exists ( ) [abstract] : boolean
net/thevpc/nuts/spi/NutsPathSPI.exists:()Z
NutsPathSPI.getContentEncoding ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentEncoding:()Ljava/lang/String;
NutsPathSPI.getContentLength ( ) [abstract] : long
net/thevpc/nuts/spi/NutsPathSPI.getContentLength:()J
NutsPathSPI.getContentType ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getContentType:()Ljava/lang/String;
NutsPathSPI.getFormatterSPI ( ) [abstract] : NutsFormatSPI
net/thevpc/nuts/spi/NutsPathSPI.getFormatterSPI:()Lnet/thevpc/nuts/spi/NutsFormatSPI;
NutsPathSPI.getLastModifiedInstant ( ) [abstract] : Instant
net/thevpc/nuts/spi/NutsPathSPI.getLastModifiedInstant:()Ljava/time/Instant;
NutsPathSPI.getLocation ( ) [abstract] : String
net/thevpc/nuts/spi/NutsPathSPI.getLocation:()Ljava/lang/String;
NutsPathSPI.getName ( ) : String
net/thevpc/nuts/spi/NutsPathSPI.getName:()Ljava/lang/String;
NutsPathSPI.inputStream ( ) [abstract] : InputStream
net/thevpc/nuts/spi/NutsPathSPI.inputStream:()Ljava/io/InputStream;
NutsPathSPI.mkdir ( boolean p1 ) [abstract] : void
net/thevpc/nuts/spi/NutsPathSPI.mkdir:(Z)V
NutsPathSPI.outputStream ( ) [abstract] : OutputStream
net/thevpc/nuts/spi/NutsPathSPI.outputStream:()Ljava/io/OutputStream;
NutsPathSPI.toCompressedForm ( ) : NutsPath
net/thevpc/nuts/spi/NutsPathSPI.toCompressedForm:()Lnet/thevpc/nuts/NutsPath;
NutsPathSPI.toFilePath ( ) : Path
net/thevpc/nuts/spi/NutsPathSPI.toFilePath:()Ljava/nio/file/Path;
NutsPathSPI.toURL ( ) : URL
net/thevpc/nuts/spi/NutsPathSPI.toURL:()Ljava/net/URL;
nuts-0.8.1.jar,
NutsPredicates.class
package net.thevpc.nuts
NutsPredicates.always ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.always:()Ljava/util/function/Predicate;
NutsPredicates.blank ( ) [static] : Predicate<String>
net/thevpc/nuts/NutsPredicates.blank:()Ljava/util/function/Predicate;
NutsPredicates.isNull ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.isNull:()Ljava/util/function/Predicate;
NutsPredicates.never ( ) [static] : Predicate<T>
net/thevpc/nuts/NutsPredicates.never:()Ljava/util/function/Predicate;
nuts-0.8.1.jar,
NutsPrintStream.class
package net.thevpc.nuts
NutsPrintStream.convertMode ( NutsTerminalMode p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.convertMode:(Lnet/thevpc/nuts/NutsTerminalMode;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.convertSession ( NutsSession p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.convertSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsPrintStream;
NutsPrintStream.getColumns ( ) [abstract] : int
net/thevpc/nuts/NutsPrintStream.getColumns:()I
NutsPrintStream.run ( NutsTerminalCommand p1 ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStream.run:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.1.jar,
NutsPrintStreamAdapter.class
package net.thevpc.nuts
NutsPrintStreamAdapter.getBaseNutsPrintStream ( ) [abstract] : NutsPrintStream
net/thevpc/nuts/NutsPrintStreamAdapter.getBaseNutsPrintStream:()Lnet/thevpc/nuts/NutsPrintStream;
nuts-0.8.1.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsPropertiesFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.1.jar,
NutsQuestion.class
package net.thevpc.nuts
NutsQuestion<T>.getCancelMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getCancelMessage:()Ljava/lang/String;
NutsQuestion<T>.getCancelMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getCancelMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.getHintMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getHintMessage:()Ljava/lang/String;
NutsQuestion<T>.getHintMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getHintMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.getMessage ( ) [abstract] : String
net/thevpc/nuts/NutsQuestion.getMessage:()Ljava/lang/String;
NutsQuestion<T>.getMessageParameters ( ) [abstract] : Object[ ]
net/thevpc/nuts/NutsQuestion.getMessageParameters:()[Ljava/lang/Object;
NutsQuestion<T>.setCancelMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setCancelMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setHintMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setHintMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
NutsQuestion<T>.setMessage ( String p1, Object... p2 ) [abstract] : NutsQuestion<T>
net/thevpc/nuts/NutsQuestion.setMessage:(Ljava/lang/String;[Ljava/lang/Object;)Lnet/thevpc/nuts/NutsQuestion;
nuts-0.8.1.jar,
NutsRepository.class
package net.thevpc.nuts
NutsRepository.env ( ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepository.env:()Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepository.isAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:()Z
NutsRepository.isAvailable ( boolean p1 ) [abstract] : boolean
net/thevpc/nuts/NutsRepository.isAvailable:(Z)Z
nuts-0.8.1.jar,
NutsRepositoryConfig.class
package net.thevpc.nuts
NutsRepositoryConfig.getLocation ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getLocation:()Ljava/lang/String;
NutsRepositoryConfig.getType ( ) : String
net/thevpc/nuts/NutsRepositoryConfig.getType:()Ljava/lang/String;
NutsRepositoryConfig.setLocation ( String location ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setLocation:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
NutsRepositoryConfig.setType ( String type ) : NutsRepositoryConfig
net/thevpc/nuts/NutsRepositoryConfig.setType:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryConfig;
nuts-0.8.1.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
NutsRepositoryConfigManager.getDeployOrder ( ) [abstract] : int
net/thevpc/nuts/NutsRepositoryConfigManager.getDeployOrder:()I
NutsRepositoryConfigManager.getLocation ( boolean p1 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getLocation:(Z)Ljava/lang/String;
NutsRepositoryConfigManager.getSpeed ( ) [abstract] : int
net/thevpc/nuts/NutsRepositoryConfigManager.getSpeed:()I
NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Ljava/lang/String;
NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsRepositoryEnvManager.class
package net.thevpc.nuts
NutsRepositoryEnvManager.get ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryEnvManager.get:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsRepositoryEnvManager.get ( String p1, String p2, boolean p3 ) [abstract] : String
net/thevpc/nuts/NutsRepositoryEnvManager.get:(Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;
NutsRepositoryEnvManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsRepositoryEnvManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsRepositoryEnvManager.set ( String p1, String p2 ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepositoryEnvManager.set:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositoryEnvManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/NutsRepositoryEnvManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryEnvManager;
NutsRepositoryEnvManager.toMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsRepositoryEnvManager.toMap:()Ljava/util/Map;
NutsRepositoryEnvManager.toMap ( boolean p1 ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsRepositoryEnvManager.toMap:(Z)Ljava/util/Map;
nuts-0.8.1.jar,
NutsRepositoryFilterManager.class
package net.thevpc.nuts
NutsRepositoryFilterManager.byName ( String... p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.byName:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.byUuid ( String... p1 ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.byUuid:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.installedRepo ( ) [abstract] : NutsRepositoryFilter
net/thevpc/nuts/NutsRepositoryFilterManager.installedRepo:()Lnet/thevpc/nuts/NutsRepositoryFilter;
NutsRepositoryFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsRepositoryFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsRepositoryFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsRepositoryFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsRepositoryFilterManager;
nuts-0.8.1.jar,
NutsRepositoryManager.class
package net.thevpc.nuts
NutsRepositoryManager.filter ( ) [abstract] : NutsRepositoryFilterManager
net/thevpc/nuts/NutsRepositoryManager.filter:()Lnet/thevpc/nuts/NutsRepositoryFilterManager;
nuts-0.8.1.jar,
NutsRepositoryModel.class
package net.thevpc.nuts
NutsRepositoryModel.getSpeed ( ) : int
net/thevpc/nuts/NutsRepositoryModel.getSpeed:()I
NutsRepositoryModel.search ( NutsIdFilter filter, String[ ] roots, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : Iterator<NutsId>
net/thevpc/nuts/NutsRepositoryModel.search:(Lnet/thevpc/nuts/NutsIdFilter;[Ljava/lang/String;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
NutsRepositoryModel.searchVersions ( NutsId id, NutsIdFilter idFilter, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : Iterator<NutsId>
net/thevpc/nuts/NutsRepositoryModel.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
nuts-0.8.1.jar,
NutsRepositoryRef.class
package net.thevpc.nuts
NutsRepositoryRef.getDeployOrder ( ) : int
net/thevpc/nuts/NutsRepositoryRef.getDeployOrder:()I
NutsRepositoryRef.setDeployOrder ( int deployPriority ) : NutsRepositoryRef
net/thevpc/nuts/NutsRepositoryRef.setDeployOrder:(I)Lnet/thevpc/nuts/NutsRepositoryRef;
nuts-0.8.1.jar,
NutsRepositorySecurityManager.class
package net.thevpc.nuts
NutsRepositorySecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
nuts-0.8.1.jar,
NutsRepositorySPI.class
package net.thevpc.nuts.spi
NutsRepositorySPI.env ( ) [abstract] : NutsRepositoryEnvManager
net/thevpc/nuts/spi/NutsRepositorySPI.env:()Lnet/thevpc/nuts/NutsRepositoryEnvManager;
nuts-0.8.1.jar,
NutsResultList.class
package net.thevpc.nuts
NutsResultList<T>.count ( ) [abstract] : long
net/thevpc/nuts/NutsResultList.count:()J
NutsResultList<T>.first ( ) [abstract] : T
net/thevpc/nuts/NutsResultList.first:()Ljava/lang/Object;
NutsResultList<T>.list ( ) [abstract] : List<T>
net/thevpc/nuts/NutsResultList.list:()Ljava/util/List;
NutsResultList<T>.required ( ) [abstract] : T
net/thevpc/nuts/NutsResultList.required:()Ljava/lang/Object;
NutsResultList<T>.singleton ( ) [abstract] : T
net/thevpc/nuts/NutsResultList.singleton:()Ljava/lang/Object;
NutsResultList<T>.stream ( ) [abstract] : Stream<T>
net/thevpc/nuts/NutsResultList.stream:()Ljava/util/stream/Stream;
nuts-0.8.1.jar,
NutsSdkLocation.class
package net.thevpc.nuts
NutsSdkLocation.getId ( ) : NutsId
net/thevpc/nuts/NutsSdkLocation.getId:()Lnet/thevpc/nuts/NutsId;
NutsSdkLocation.getName ( ) : String
net/thevpc/nuts/NutsSdkLocation.getName:()Ljava/lang/String;
NutsSdkLocation.getPackaging ( ) : String
net/thevpc/nuts/NutsSdkLocation.getPackaging:()Ljava/lang/String;
NutsSdkLocation.getPath ( ) : String
net/thevpc/nuts/NutsSdkLocation.getPath:()Ljava/lang/String;
NutsSdkLocation.getPriority ( ) : int
net/thevpc/nuts/NutsSdkLocation.getPriority:()I
NutsSdkLocation.getProduct ( ) : String
net/thevpc/nuts/NutsSdkLocation.getProduct:()Ljava/lang/String;
NutsSdkLocation.getVersion ( ) : String
net/thevpc/nuts/NutsSdkLocation.getVersion:()Ljava/lang/String;
NutsSdkLocation.NutsSdkLocation ( NutsId id, String product, String name, String path, String version, String packaging, int priority )
net/thevpc/nuts/NutsSdkLocation."<init>":(Lnet/thevpc/nuts/NutsId;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
NutsSdkLocation.setPriority ( int priority ) : NutsSdkLocation
net/thevpc/nuts/NutsSdkLocation.setPriority:(I)Lnet/thevpc/nuts/NutsSdkLocation;
nuts-0.8.1.jar,
NutsSdkManager.class
package net.thevpc.nuts
NutsSdkManager.add ( NutsSdkLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.add:(Lnet/thevpc/nuts/NutsSdkLocation;)Z
NutsSdkManager.find ( NutsSdkLocation p1 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.find:(Lnet/thevpc/nuts/NutsSdkLocation;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.find ( String p1, Predicate<NutsSdkLocation> p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.find:(Ljava/lang/String;Ljava/util/function/Predicate;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByName ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByName:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByPath ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByPath:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, NutsVersionFilter p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Lnet/thevpc/nuts/NutsVersionFilter;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findByVersion ( String p1, String p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findByVersion:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findOne ( String p1, Predicate<NutsSdkLocation> p2 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.findOne:(Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.findSdkTypes ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsSdkManager.findSdkTypes:()[Ljava/lang/String;
NutsSdkManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSdkManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSdkManager.remove ( NutsSdkLocation p1 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.remove:(Lnet/thevpc/nuts/NutsSdkLocation;)Z
NutsSdkManager.resolve ( String p1, String p2, String p3 ) [abstract] : NutsSdkLocation
net/thevpc/nuts/NutsSdkManager.resolve:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.searchSystem ( String p1, String p2 ) [abstract] : NutsSdkLocation[ ]
net/thevpc/nuts/NutsSdkManager.searchSystem:(Ljava/lang/String;Ljava/lang/String;)[Lnet/thevpc/nuts/NutsSdkLocation;
NutsSdkManager.setSession ( NutsSession p1 ) [abstract] : NutsSdkManager
net/thevpc/nuts/NutsSdkManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsSdkManager;
NutsSdkManager.update ( NutsSdkLocation p1, NutsSdkLocation p2 ) [abstract] : boolean
net/thevpc/nuts/NutsSdkManager.update:(Lnet/thevpc/nuts/NutsSdkLocation;Lnet/thevpc/nuts/NutsSdkLocation;)Z
nuts-0.8.1.jar,
NutsSearchCommand.class
package net.thevpc.nuts
NutsSearchCommand.addArchs ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArchs:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addArchs ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addArchs:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackagings ( Collection<String> p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackagings:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.addPackagings ( String... p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.addPackagings:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearArchs ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearArchs:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.clearPackagings ( ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.clearPackagings:()Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.getComparator ( ) [abstract] : Comparator
net/thevpc/nuts/NutsSearchCommand.getComparator:()Ljava/util/Comparator;
NutsSearchCommand.getResultArchs ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultArchs:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultDefinitions ( ) [abstract] : NutsResultList<NutsDefinition>
net/thevpc/nuts/NutsSearchCommand.getResultDefinitions:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultDependencies ( ) [abstract] : NutsResultList<NutsDependencies>
net/thevpc/nuts/NutsSearchCommand.getResultDependencies:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultExecutionEntries ( ) [abstract] : NutsResultList<NutsExecutionEntry>
net/thevpc/nuts/NutsSearchCommand.getResultExecutionEntries:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultIds ( ) [abstract] : NutsResultList<NutsId>
net/thevpc/nuts/NutsSearchCommand.getResultIds:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInlineDependencies ( ) [abstract] : NutsResultList<NutsDependency>
net/thevpc/nuts/NutsSearchCommand.getResultInlineDependencies:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInstallDates ( ) [abstract] : NutsResultList<Instant>
net/thevpc/nuts/NutsSearchCommand.getResultInstallDates:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInstallFolders ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultInstallFolders:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultInstallUsers ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultInstallUsers:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultNames ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultNames:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultOsdists ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultOsdists:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultOses ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultOses:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPackagings ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPackagings:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPathNames ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPathNames:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPaths ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPaths:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultPlatforms ( ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultPlatforms:()Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultStoreLocations ( NutsStoreLocation p1 ) [abstract] : NutsResultList<String>
net/thevpc/nuts/NutsSearchCommand.getResultStoreLocations:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.getResultStrings ( String[ ] p1 ) [abstract] : NutsResultList<String[ ]>
net/thevpc/nuts/NutsSearchCommand.getResultStrings:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsResultList;
NutsSearchCommand.isPrintResult ( ) [abstract] : boolean
net/thevpc/nuts/NutsSearchCommand.isPrintResult:()Z
NutsSearchCommand.setPrintResult ( boolean p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setPrintResult:(Z)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.setRepository ( String p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.setRepository:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsSearchCommand;
NutsSearchCommand.sort ( Comparator p1 ) [abstract] : NutsSearchCommand
net/thevpc/nuts/NutsSearchCommand.sort:(Ljava/util/Comparator;)Lnet/thevpc/nuts/NutsSearchCommand;
nuts-0.8.1.jar,
NutsSearchRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getResult:()Ljava/util/Iterator;
nuts-0.8.1.jar,
NutsSearchVersionsRepositoryCommand.class
package net.thevpc.nuts.spi
NutsSearchVersionsRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId>
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getResult:()Ljava/util/Iterator;
nuts-0.8.1.jar,
NutsSession.class
package net.thevpc.nuts
NutsSession.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsSession.getDebug:()Ljava/lang/Boolean;
NutsSession.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsSession.isDebug:()Z
NutsSession.setDebug ( Boolean p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setDebug:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsSession;
NutsSession.setLogLevel ( Level p1 ) [abstract] : NutsSession
net/thevpc/nuts/NutsSession.setLogLevel:(Ljava/util/logging/Level;)Lnet/thevpc/nuts/NutsSession;
nuts-0.8.1.jar,
NutsSessionAware.class
package net.thevpc.nuts
NutsSessionAware.setSession ( NutsSession p1 ) [abstract] : void
net/thevpc/nuts/NutsSessionAware.setSession:(Lnet/thevpc/nuts/NutsSession;)V
nuts-0.8.1.jar,
NutsString.class
package net.thevpc.nuts
NutsString.parse ( String str, NutsSession session ) [static] : NutsString
net/thevpc/nuts/NutsString.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsString;
nuts-0.8.1.jar,
NutsSupplier.class
package net.thevpc.nuts
NutsSupplier<T>.create ( ) [abstract] : T
net/thevpc/nuts/NutsSupplier.create:()Ljava/lang/Object;
NutsSupplier<T>.getLevel ( ) [abstract] : int
net/thevpc/nuts/NutsSupplier.getLevel:()I
nuts-0.8.1.jar,
NutsSupportLevelContext.class
package net.thevpc.nuts
NutsSupportLevelContext<T>.getConstraints ( ) [abstract] : T
net/thevpc/nuts/NutsSupportLevelContext.getConstraints:()Ljava/lang/Object;
NutsSupportLevelContext<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsSupportLevelContext.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsSupportLevelContext<T>.getWorkspace ( ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsSupportLevelContext.getWorkspace:()Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsSystemTerminalBase.class
package net.thevpc.nuts.spi
NutsSystemTerminalBase.getCommandReadHighlighter ( ) [abstract] : NutsCommandReadHighlighter
net/thevpc/nuts/spi/NutsSystemTerminalBase.getCommandReadHighlighter:()Lnet/thevpc/nuts/NutsCommandReadHighlighter;
NutsSystemTerminalBase.setCommandReadHighlighter ( NutsCommandReadHighlighter p1 ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/spi/NutsSystemTerminalBase.setCommandReadHighlighter:(Lnet/thevpc/nuts/NutsCommandReadHighlighter;)Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
nuts-0.8.1.jar,
NutsTableFormat.class
package net.thevpc.nuts
NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.createModel ( ) [abstract] : NutsMutableTableModel
net/thevpc/nuts/NutsTableFormat.createModel:()Lnet/thevpc/nuts/NutsMutableTableModel;
NutsTableFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTableFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.1.jar,
NutsTempAction.class
package net.thevpc.nuts
NutsTempAction.createTempFile ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTempAction.createTempFile:(Ljava/lang/String;)Ljava/lang/String;
NutsTempAction.createTempFolder ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsTempAction.createTempFolder:(Ljava/lang/String;)Ljava/lang/String;
NutsTempAction.getRepositoryId ( ) [abstract] : String
net/thevpc/nuts/NutsTempAction.getRepositoryId:()Ljava/lang/String;
NutsTempAction.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTempAction.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTempAction.setRepositoryId ( String p1 ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsTempAction.setRepositoryId:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTempAction;
NutsTempAction.setSession ( NutsSession p1 ) [abstract] : NutsTempAction
net/thevpc/nuts/NutsTempAction.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTempAction;
nuts-0.8.1.jar,
NutsTerminalManager.class
package net.thevpc.nuts
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsTerminalManager.createSystemTerminal:(Lnet/thevpc/nuts/NutsTerminalSpec;)Lnet/thevpc/nuts/NutsSystemTerminal;
NutsTerminalManager.createTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( InputStream p1, NutsPrintStream p2, NutsPrintStream p3 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Ljava/io/InputStream;Lnet/thevpc/nuts/NutsPrintStream;Lnet/thevpc/nuts/NutsPrintStream;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.createTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.createTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.enableRichTerm ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.enableRichTerm:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTerminalManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTerminalManager.getSystemTerminal ( ) [abstract] : NutsSystemTerminal
net/thevpc/nuts/NutsTerminalManager.getSystemTerminal:()Lnet/thevpc/nuts/NutsSystemTerminal;
NutsTerminalManager.getTerminal ( ) [abstract] : NutsSessionTerminal
net/thevpc/nuts/NutsTerminalManager.getTerminal:()Lnet/thevpc/nuts/NutsSessionTerminal;
NutsTerminalManager.setSession ( NutsSession p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setSystemTerminal ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setSystemTerminal:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalManager;
NutsTerminalManager.setTerminal ( NutsSessionTerminal p1 ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsTerminalManager.setTerminal:(Lnet/thevpc/nuts/NutsSessionTerminal;)Lnet/thevpc/nuts/NutsTerminalManager;
nuts-0.8.1.jar,
NutsTerminalSpec.class
package net.thevpc.nuts
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.copyFrom:(Lnet/thevpc/nuts/NutsTerminalSpec;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.get ( String p1 ) [abstract] : Object
net/thevpc/nuts/NutsTerminalSpec.get:(Ljava/lang/String;)Ljava/lang/Object;
NutsTerminalSpec.getAutoComplete ( ) [abstract] : Boolean
net/thevpc/nuts/NutsTerminalSpec.getAutoComplete:()Ljava/lang/Boolean;
NutsTerminalSpec.getParent ( ) [abstract] : NutsSystemTerminalBase
net/thevpc/nuts/NutsTerminalSpec.getParent:()Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;
NutsTerminalSpec.getProperties ( ) [abstract] : Map<String,Object>
net/thevpc/nuts/NutsTerminalSpec.getProperties:()Ljava/util/Map;
NutsTerminalSpec.put ( String p1, Object p2 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.put:(Ljava/lang/String;Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.putAll ( Map<String,Object> p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.putAll:(Ljava/util/Map;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.setAutoComplete ( Boolean p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setAutoComplete:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsTerminalSpec;
NutsTerminalSpec.setParent ( NutsSystemTerminalBase p1 ) [abstract] : NutsTerminalSpec
net/thevpc/nuts/NutsTerminalSpec.setParent:(Lnet/thevpc/nuts/spi/NutsSystemTerminalBase;)Lnet/thevpc/nuts/NutsTerminalSpec;
nuts-0.8.1.jar,
NutsTextCode.class
package net.thevpc.nuts
NutsTextCode.parse ( NutsSession p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextCode.parse:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextManager.class
package net.thevpc.nuts
NutsTextManager.addCodeFormat ( NutsCodeFormat p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.addCodeFormat:(Lnet/thevpc/nuts/NutsCodeFormat;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.builder ( ) [abstract] : NutsTextBuilder
net/thevpc/nuts/NutsTextManager.builder:()Lnet/thevpc/nuts/NutsTextBuilder;
NutsTextManager.forAnchor ( String p1 ) [abstract] : NutsTextAnchor
net/thevpc/nuts/NutsTextManager.forAnchor:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextAnchor;
NutsTextManager.forBlank ( ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.forBlank:()Lnet/thevpc/nuts/NutsText;
NutsTextManager.forCode ( String p1, String p2 ) [abstract] : NutsTextCode
net/thevpc/nuts/NutsTextManager.forCode:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextCode;
NutsTextManager.forCommand ( NutsTerminalCommand p1 ) [abstract] : NutsTextCommand
net/thevpc/nuts/NutsTextManager.forCommand:(Lnet/thevpc/nuts/NutsTerminalCommand;)Lnet/thevpc/nuts/NutsTextCommand;
NutsTextManager.forLink ( NutsText p1 ) [abstract] : NutsTextLink
net/thevpc/nuts/NutsTextManager.forLink:(Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextLink;
NutsTextManager.forList ( Collection<NutsText> p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTextManager.forList:(Ljava/util/Collection;)Lnet/thevpc/nuts/NutsTextList;
NutsTextManager.forList ( NutsText... p1 ) [abstract] : NutsTextList
net/thevpc/nuts/NutsTextManager.forList:([Lnet/thevpc/nuts/NutsText;)Lnet/thevpc/nuts/NutsTextList;
NutsTextManager.forNumbering ( ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextManager.forNumbering:()Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextManager.forPlain ( String p1 ) [abstract] : NutsTextPlain
net/thevpc/nuts/NutsTextManager.forPlain:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextPlain;
NutsTextManager.forStyled ( NutsString p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsString p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsString;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsText p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( NutsText p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Lnet/thevpc/nuts/NutsText;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( String p1, NutsTextStyle p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyle;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forStyled ( String p1, NutsTextStyles p2 ) [abstract] : NutsTextStyled
net/thevpc/nuts/NutsTextManager.forStyled:(Ljava/lang/String;Lnet/thevpc/nuts/NutsTextStyles;)Lnet/thevpc/nuts/NutsTextStyled;
NutsTextManager.forTitleNumberSequence ( String p1 ) [abstract] : NutsTextNumbering
net/thevpc/nuts/NutsTextManager.forTitleNumberSequence:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextNumbering;
NutsTextManager.getCodeFormat ( String p1 ) [abstract] : NutsCodeFormat
net/thevpc/nuts/NutsTextManager.getCodeFormat:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsCodeFormat;
NutsTextManager.getCodeFormats ( ) [abstract] : NutsCodeFormat[ ]
net/thevpc/nuts/NutsTextManager.getCodeFormats:()[Lnet/thevpc/nuts/NutsCodeFormat;
NutsTextManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTextManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTextManager.getTheme ( ) [abstract] : NutsTextFormatTheme
net/thevpc/nuts/NutsTextManager.getTheme:()Lnet/thevpc/nuts/NutsTextFormatTheme;
NutsTextManager.of ( NutsSession session ) [static] : NutsTextManager
net/thevpc/nuts/NutsTextManager.of:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.parse ( String p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsText;
NutsTextManager.parser ( ) [abstract] : NutsTextParser
net/thevpc/nuts/NutsTextManager.parser:()Lnet/thevpc/nuts/NutsTextParser;
NutsTextManager.removeCodeFormat ( NutsCodeFormat p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.removeCodeFormat:(Lnet/thevpc/nuts/NutsCodeFormat;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setSession ( NutsSession p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setTheme ( NutsTextFormatTheme p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setTheme:(Lnet/thevpc/nuts/NutsTextFormatTheme;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.setTheme ( String p1 ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsTextManager.setTheme:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsTextManager;
NutsTextManager.toText ( Object p1 ) [abstract] : NutsText
net/thevpc/nuts/NutsTextManager.toText:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsText;
nuts-0.8.1.jar,
NutsTextStyles.class
package net.thevpc.nuts
NutsTextStyles.isNone ( ) : boolean
net/thevpc/nuts/NutsTextStyles.isNone:()Z
nuts-0.8.1.jar,
NutsTokenFilter.class
package net.thevpc.nuts
NutsTokenFilter.contains ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.contains:(Ljava/lang/String;)Z
NutsTokenFilter.isBlank ( ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.isBlank:()Z
NutsTokenFilter.isNull ( ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.isNull:()Z
NutsTokenFilter.like ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.like:(Ljava/lang/String;)Z
NutsTokenFilter.matches ( String p1 ) [abstract] : boolean
net/thevpc/nuts/NutsTokenFilter.matches:(Ljava/lang/String;)Z
nuts-0.8.1.jar,
NutsTreeFormat.class
package net.thevpc.nuts
NutsTreeFormat.configure ( boolean p1, String[ ] p2 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setNtf ( boolean p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setSession ( NutsSession p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
NutsTreeFormat.setValue ( Object p1 ) : NutsObjectFormat
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
nuts-0.8.1.jar,
NutsTypedFilters.class
package net.thevpc.nuts
NutsTypedFilters<T>.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsTypedFilters.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsTypedFilters<T>.setSession ( NutsSession p1 ) [abstract] : NutsTypedFilters
net/thevpc/nuts/NutsTypedFilters.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
nuts-0.8.1.jar,
NutsUpdateResult.class
package net.thevpc.nuts
NutsUpdateResult.getLocal ( ) [abstract] : NutsDefinition
net/thevpc/nuts/NutsUpdateResult.getLocal:()Lnet/thevpc/nuts/NutsDefinition;
NutsUpdateResult.isUpdateAvailable ( ) [abstract] : boolean
net/thevpc/nuts/NutsUpdateResult.isUpdateAvailable:()Z
nuts-0.8.1.jar,
NutsUtilPlatforms.class
package net.thevpc.nuts
NutsUtilPlatforms.getPlatformGlobalHomeFolder ( NutsStoreLocation location, String workspaceName ) [static] : String
net/thevpc/nuts/NutsUtilPlatforms.getPlatformGlobalHomeFolder:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsUtilPlatforms.getPlatformOsFamily ( ) [static] : NutsOsFamily
net/thevpc/nuts/NutsUtilPlatforms.getPlatformOsFamily:()Lnet/thevpc/nuts/NutsOsFamily;
nuts-0.8.1.jar,
NutsUtilStrings.class
package net.thevpc.nuts
NutsUtilStrings.isBlank ( char[ ] string ) [static] : boolean
net/thevpc/nuts/NutsUtilStrings.isBlank:([C)Z
NutsUtilStrings.isBlank ( CharSequence s ) [static] : boolean
net/thevpc/nuts/NutsUtilStrings.isBlank:(Ljava/lang/CharSequence;)Z
nuts-0.8.1.jar,
NutsVersion.class
package net.thevpc.nuts
NutsVersion.getNumber ( int p1, long p2 ) [abstract] : BigInteger
net/thevpc/nuts/NutsVersion.getNumber:(IJ)Ljava/math/BigInteger;
NutsVersion.parse ( String str, NutsSession session ) [static] : NutsVersion
net/thevpc/nuts/NutsVersion.parse:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersion;
nuts-0.8.1.jar,
NutsVersionFilterManager.class
package net.thevpc.nuts
NutsVersionFilterManager.byExpression ( String p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilterManager.byExpression:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilterManager.byValue ( String p1 ) [abstract] : NutsVersionFilter
net/thevpc/nuts/NutsVersionFilterManager.byValue:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersionFilter;
NutsVersionFilterManager.setSession ( NutsSession p1 ) : NutsTypedFilters
net/thevpc/nuts/NutsVersionFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTypedFilters;
NutsVersionFilterManager.setSession ( NutsSession p1 ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsVersionFilterManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionFilterManager;
nuts-0.8.1.jar,
NutsVersionManager.class
package net.thevpc.nuts
NutsVersionManager.filter ( ) [abstract] : NutsVersionFilterManager
net/thevpc/nuts/NutsVersionManager.filter:()Lnet/thevpc/nuts/NutsVersionFilterManager;
NutsVersionManager.formatter ( ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionManager.formatter:()Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionManager.formatter ( NutsVersion p1 ) [abstract] : NutsVersionFormat
net/thevpc/nuts/NutsVersionManager.formatter:(Lnet/thevpc/nuts/NutsVersion;)Lnet/thevpc/nuts/NutsVersionFormat;
NutsVersionManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsVersionManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsVersionManager.parse ( String p1 ) [abstract] : NutsVersion
net/thevpc/nuts/NutsVersionManager.parse:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsVersion;
NutsVersionManager.parser ( ) [abstract] : NutsVersionParser
net/thevpc/nuts/NutsVersionManager.parser:()Lnet/thevpc/nuts/NutsVersionParser;
NutsVersionManager.setSession ( NutsSession p1 ) [abstract] : NutsVersionManager
net/thevpc/nuts/NutsVersionManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionManager;
nuts-0.8.1.jar,
NutsVersionParser.class
package net.thevpc.nuts
NutsVersionParser.parse ( NutsSession session ) [static] : NutsVersionParser
net/thevpc/nuts/NutsVersionParser.parse:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsVersionParser;
nuts-0.8.1.jar,
NutsWorkspace.class
package net.thevpc.nuts
NutsWorkspace.apps ( ) [abstract] : NutsWorkspaceAppsManager
net/thevpc/nuts/NutsWorkspace.apps:()Lnet/thevpc/nuts/NutsWorkspaceAppsManager;
NutsWorkspace.commandLine ( ) [abstract] : NutsCommandLineManager
net/thevpc/nuts/NutsWorkspace.commandLine:()Lnet/thevpc/nuts/NutsCommandLineManager;
NutsWorkspace.concurrent ( ) [abstract] : NutsConcurrentManager
net/thevpc/nuts/NutsWorkspace.concurrent:()Lnet/thevpc/nuts/NutsConcurrentManager;
NutsWorkspace.dependency ( ) [abstract] : NutsDependencyManager
net/thevpc/nuts/NutsWorkspace.dependency:()Lnet/thevpc/nuts/NutsDependencyManager;
NutsWorkspace.descriptor ( ) [abstract] : NutsDescriptorManager
net/thevpc/nuts/NutsWorkspace.descriptor:()Lnet/thevpc/nuts/NutsDescriptorManager;
NutsWorkspace.elem ( ) [abstract] : NutsElementFormat
net/thevpc/nuts/NutsWorkspace.elem:()Lnet/thevpc/nuts/NutsElementFormat;
NutsWorkspace.filters ( ) [abstract] : NutsFilterManager
net/thevpc/nuts/NutsWorkspace.filters:()Lnet/thevpc/nuts/NutsFilterManager;
NutsWorkspace.formats ( ) [abstract] : NutsFormatManager
net/thevpc/nuts/NutsWorkspace.formats:()Lnet/thevpc/nuts/NutsFormatManager;
NutsWorkspace.getCompanionIds ( NutsSession p1 ) [abstract] : Set<NutsId>
net/thevpc/nuts/NutsWorkspace.getCompanionIds:(Lnet/thevpc/nuts/NutsSession;)Ljava/util/Set;
NutsWorkspace.getLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspace.getLocation:()Ljava/lang/String;
NutsWorkspace.id ( ) [abstract] : NutsIdManager
net/thevpc/nuts/NutsWorkspace.id:()Lnet/thevpc/nuts/NutsIdManager;
NutsWorkspace.info ( ) [abstract] : NutsInfoFormat
net/thevpc/nuts/NutsWorkspace.info:()Lnet/thevpc/nuts/NutsInfoFormat;
NutsWorkspace.io ( ) [abstract] : NutsIOManager
net/thevpc/nuts/NutsWorkspace.io:()Lnet/thevpc/nuts/NutsIOManager;
NutsWorkspace.log ( ) [abstract] : NutsLogManager
net/thevpc/nuts/NutsWorkspace.log:()Lnet/thevpc/nuts/NutsLogManager;
NutsWorkspace.sdks ( ) [abstract] : NutsSdkManager
net/thevpc/nuts/NutsWorkspace.sdks:()Lnet/thevpc/nuts/NutsSdkManager;
NutsWorkspace.term ( ) [abstract] : NutsTerminalManager
net/thevpc/nuts/NutsWorkspace.term:()Lnet/thevpc/nuts/NutsTerminalManager;
NutsWorkspace.text ( ) [abstract] : NutsTextManager
net/thevpc/nuts/NutsWorkspace.text:()Lnet/thevpc/nuts/NutsTextManager;
NutsWorkspace.version ( ) [abstract] : NutsVersionManager
net/thevpc/nuts/NutsWorkspace.version:()Lnet/thevpc/nuts/NutsVersionManager;
nuts-0.8.1.jar,
NutsWorkspaceAppsManager.class
package net.thevpc.nuts
NutsWorkspaceAppsManager.createApplicationContext ( NutsSession p1, String[ ] p2, long p3, Class p4, String p5 ) [abstract] : NutsApplicationContext
net/thevpc/nuts/NutsWorkspaceAppsManager.createApplicationContext:(Lnet/thevpc/nuts/NutsSession;[Ljava/lang/String;JLjava/lang/Class;Ljava/lang/String;)Lnet/thevpc/nuts/NutsApplicationContext;
NutsWorkspaceAppsManager.execEntries ( ) [abstract] : NutsExecutionEntryAction
net/thevpc/nuts/NutsWorkspaceAppsManager.execEntries:()Lnet/thevpc/nuts/NutsExecutionEntryAction;
NutsWorkspaceAppsManager.getSession ( ) [abstract] : NutsSession
net/thevpc/nuts/NutsWorkspaceAppsManager.getSession:()Lnet/thevpc/nuts/NutsSession;
NutsWorkspaceAppsManager.setSession ( NutsSession p1 ) [abstract] : NutsWorkspaceAppsManager
net/thevpc/nuts/NutsWorkspaceAppsManager.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspaceAppsManager;
nuts-0.8.1.jar,
NutsWorkspaceBootConfig.class
package net.thevpc.nuts
NutsWorkspaceBootConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceBootConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
NutsWorkspaceConfigManager.createContentFaceId ( NutsId p1, NutsDescriptor p2 ) [abstract] : NutsId
net/thevpc/nuts/NutsWorkspaceConfigManager.createContentFaceId:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsDescriptor;)Lnet/thevpc/nuts/NutsId;
NutsWorkspaceConfigManager.createWorkspaceListManager ( String p1 ) [abstract] : NutsWorkspaceListManager
net/thevpc/nuts/NutsWorkspaceConfigManager.createWorkspaceListManager:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceListManager;
NutsWorkspaceConfigManager.getHashName ( Object p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getHashName:(Ljava/lang/Object;)Ljava/lang/String;
NutsWorkspaceConfigManager.getWorkspaceHashName ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.getWorkspaceHashName:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceConfigManager.optionsBuilder ( ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceConfigManager.optionsBuilder:()Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceConfigManager.resolveRepositoryPath ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceConfigManager.resolveRepositoryPath:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsWorkspaceEnvManager.class
package net.thevpc.nuts
NutsWorkspaceEnvManager.getBootClassLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootClassLoader:()Ljava/lang/ClassLoader;
NutsWorkspaceEnvManager.getBootClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootClassWorldURLs:()[Ljava/net/URL;
NutsWorkspaceEnvManager.getBootOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceEnvManager.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceEnvManager.getCreationFinishTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationFinishTimeMillis:()J
NutsWorkspaceEnvManager.getCreationStartTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationStartTimeMillis:()J
NutsWorkspaceEnvManager.getCreationTimeMillis ( ) [abstract] : long
net/thevpc/nuts/NutsWorkspaceEnvManager.getCreationTimeMillis:()J
NutsWorkspaceEnvManager.getDesktopIntegrationSupport ( NutsDesktopIntegrationItem p1 ) [abstract] : NutsActionSupport
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopIntegrationSupport:(Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsActionSupport;
NutsWorkspaceEnvManager.getEnv ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnv:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getEnv ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnv:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getEnvAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getEnvAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getEnvMap ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceEnvManager.getEnvMap:()Ljava/util/Map;
NutsWorkspaceEnvManager.getOption ( String p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getOption:(Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getOption ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getOption:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.getOptionAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getOptionAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getOptionAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getOptionAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getOrCreateProperty ( Class<T> p1, Supplier<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceEnvManager.getOrCreateProperty:(Ljava/lang/Class;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getOrCreateProperty ( String p1, Supplier<T> p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceEnvManager.getOrCreateProperty:(Ljava/lang/String;Ljava/util/function/Supplier;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getProperty ( String p1, Object p2 ) [abstract] : Object
net/thevpc/nuts/NutsWorkspaceEnvManager.getProperty:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
NutsWorkspaceEnvManager.getPropertyAsBoolean ( String p1, Boolean p2 ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
NutsWorkspaceEnvManager.getPropertyAsInt ( String p1, Integer p2 ) [abstract] : Integer
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsInt:(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;
NutsWorkspaceEnvManager.getPropertyAsString ( String p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceEnvManager.getPropertyAsString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceEnvManager.setEnv ( String p1, String p2 ) [abstract] : NutsWorkspaceEnvManager
net/thevpc/nuts/NutsWorkspaceEnvManager.setEnv:(Ljava/lang/String;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceEnvManager;
nuts-0.8.1.jar,
NutsWorkspaceExtensionManager.class
package net.thevpc.nuts
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
NutsWorkspaceExtensionManager.createSupported ( Class<T> p1, V p2, Class[ ] p3, Object[ ] p4 ) [abstract] : T
net/thevpc/nuts/NutsWorkspaceExtensionManager.createSupported:(Ljava/lang/Class;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Lnet/thevpc/nuts/spi/NutsComponent;
nuts-0.8.1.jar,
NutsWorkspaceInitInformation.class
package net.thevpc.nuts
NutsWorkspaceInitInformation.getApiId ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getApiId:()Ljava/lang/String;
NutsWorkspaceInitInformation.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getApiVersion:()Ljava/lang/String;
NutsWorkspaceInitInformation.getBootRepositories ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootRepositories:()Ljava/lang/String;
NutsWorkspaceInitInformation.getBootWorkspaceFactory ( ) [abstract] : NutsBootWorkspaceFactory
net/thevpc/nuts/NutsWorkspaceInitInformation.getBootWorkspaceFactory:()Lnet/thevpc/nuts/spi/NutsBootWorkspaceFactory;
NutsWorkspaceInitInformation.getClassWorldLoader ( ) [abstract] : ClassLoader
net/thevpc/nuts/NutsWorkspaceInitInformation.getClassWorldLoader:()Ljava/lang/ClassLoader;
NutsWorkspaceInitInformation.getClassWorldURLs ( ) [abstract] : URL[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getClassWorldURLs:()[Ljava/net/URL;
NutsWorkspaceInitInformation.getExtensionBootDependencyNodes ( ) [abstract] : NutsClassLoaderNode[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionBootDependencyNodes:()[Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsWorkspaceInitInformation.getExtensionBootDescriptors ( ) [abstract] : NutsBootDescriptor[ ]
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionBootDescriptors:()[Lnet/thevpc/nuts/boot/NutsBootDescriptor;
NutsWorkspaceInitInformation.getExtensionsSet ( ) [abstract] : Set<String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getExtensionsSet:()Ljava/util/Set;
NutsWorkspaceInitInformation.getHomeLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getHomeLocations:()Ljava/util/Map;
NutsWorkspaceInitInformation.getJavaCommand ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getJavaCommand:()Ljava/lang/String;
NutsWorkspaceInitInformation.getJavaOptions ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getJavaOptions:()Ljava/lang/String;
NutsWorkspaceInitInformation.getName ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getName:()Ljava/lang/String;
NutsWorkspaceInitInformation.getOptions ( ) [abstract] : NutsWorkspaceOptions
net/thevpc/nuts/NutsWorkspaceInitInformation.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
NutsWorkspaceInitInformation.getRepositoryStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceInitInformation.getRepositoryStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceInitInformation.getRuntimeBootDependencyNode ( ) [abstract] : NutsClassLoaderNode
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeBootDependencyNode:()Lnet/thevpc/nuts/NutsClassLoaderNode;
NutsWorkspaceInitInformation.getRuntimeBootDescriptor ( ) [abstract] : NutsBootDescriptor
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeBootDescriptor:()Lnet/thevpc/nuts/boot/NutsBootDescriptor;
NutsWorkspaceInitInformation.getRuntimeId ( ) [abstract] : NutsBootId
net/thevpc/nuts/NutsWorkspaceInitInformation.getRuntimeId:()Lnet/thevpc/nuts/boot/NutsBootId;
NutsWorkspaceInitInformation.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceInitInformation.getStoreLocationLayout ( ) [abstract] : NutsOsFamily
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocationLayout:()Lnet/thevpc/nuts/NutsOsFamily;
NutsWorkspaceInitInformation.getStoreLocations ( ) [abstract] : Map<String,String>
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocations:()Ljava/util/Map;
NutsWorkspaceInitInformation.getStoreLocationStrategy ( ) [abstract] : NutsStoreLocationStrategy
net/thevpc/nuts/NutsWorkspaceInitInformation.getStoreLocationStrategy:()Lnet/thevpc/nuts/NutsStoreLocationStrategy;
NutsWorkspaceInitInformation.getUuid ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getUuid:()Ljava/lang/String;
NutsWorkspaceInitInformation.getWorkspaceLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceInitInformation.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceInitInformation.isGlobal ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceInitInformation.isGlobal:()Z
nuts-0.8.1.jar,
NutsWorkspaceListManager.class
package net.thevpc.nuts
NutsWorkspaceListManager.addWorkspace ( String p1, NutsSession p2 ) [abstract] : NutsWorkspace
net/thevpc/nuts/NutsWorkspaceListManager.addWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspace;
nuts-0.8.1.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdBasedir:(Lnet/thevpc/nuts/NutsId;)Ljava/lang/String;
NutsWorkspaceLocationManager.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2, String p3 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Ljava/lang/String;
NutsWorkspaceLocationManager.setHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2, String p3 ) [abstract] : NutsWorkspaceLocationManager
net/thevpc/nuts/NutsWorkspaceLocationManager.setHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceLocationManager;
nuts-0.8.1.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
NutsWorkspaceOptions.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptions.getDebug:()Ljava/lang/Boolean;
NutsWorkspaceOptions.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptions.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptions.getProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptions.getProperties:()[Ljava/lang/String;
NutsWorkspaceOptions.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptions.isDebug:()Z
nuts-0.8.1.jar,
NutsWorkspaceOptionsBuilder.class
package net.thevpc.nuts
NutsWorkspaceOptionsBuilder.getDebug ( ) [abstract] : Boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDebug:()Ljava/lang/Boolean;
NutsWorkspaceOptionsBuilder.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
NutsWorkspaceOptionsBuilder.getProperties ( ) [abstract] : String[ ]
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getProperties:()[Ljava/lang/String;
NutsWorkspaceOptionsBuilder.isDebug ( ) [abstract] : boolean
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.isDebug:()Z
NutsWorkspaceOptionsBuilder.setDebug ( Boolean p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setDebug:(Ljava/lang/Boolean;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2, String p3 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
NutsWorkspaceOptionsBuilder.setProperties ( String[ ] p1 ) [abstract] : NutsWorkspaceOptionsBuilder
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.setProperties:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsBuilder;
nuts-0.8.1.jar,
NutsWorkspaceOptionsFormat.class
package net.thevpc.nuts
NutsWorkspaceOptionsFormat.getApiVersion ( ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceOptionsFormat.getApiVersion:()Ljava/lang/String;
NutsWorkspaceOptionsFormat.setApiVersion ( String p1 ) [abstract] : NutsWorkspaceOptionsFormat
net/thevpc/nuts/NutsWorkspaceOptionsFormat.setApiVersion:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsWorkspaceOptionsFormat;
nuts-0.8.1.jar,
NutsWorkspaceSecurityManager.class
package net.thevpc.nuts
NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent
net/thevpc/nuts/NutsWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
nuts-0.8.1.jar,
NutsWorkspaceStoredConfig.class
package net.thevpc.nuts
NutsWorkspaceStoredConfig.getHomeLocation ( NutsOsFamily p1, NutsStoreLocation p2 ) [abstract] : String
net/thevpc/nuts/NutsWorkspaceStoredConfig.getHomeLocation:(Lnet/thevpc/nuts/NutsOsFamily;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
nuts-0.8.1.jar,
NutsWorkspaceUpdateResult.class
package net.thevpc.nuts
NutsWorkspaceUpdateResult.getAllUpdates ( ) [abstract] : NutsUpdateResult[ ]
net/thevpc/nuts/NutsWorkspaceUpdateResult.getAllUpdates:()[Lnet/thevpc/nuts/NutsUpdateResult;
nuts-0.8.1.jar,
PrivateNutsApplicationUtils.class
package net.thevpc.nuts.boot
PrivateNutsApplicationUtils.PrivateNutsApplicationUtils ( )
net/thevpc/nuts/boot/PrivateNutsApplicationUtils."<init>":()V
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out ) [static] : int
net/thevpc/nuts/boot/PrivateNutsApplicationUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;)I
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui ) [static] : int
net/thevpc/nuts/boot/PrivateNutsApplicationUtils.processThrowable:(Ljava/lang/Throwable;Ljava/io/PrintStream;ZZZ)I
nuts-0.8.1.jar,
PrivateNutsLog.class
package net.thevpc.nuts.boot
PrivateNutsLog.isLoggable ( Level lvl ) : boolean
net/thevpc/nuts/boot/PrivateNutsLog.isLoggable:(Ljava/util/logging/Level;)Z
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;)V
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object object ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object[ ] objects ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Lnet/thevpc/nuts/NutsLogVerb;Ljava/lang/String;[Ljava/lang/Object;)V
PrivateNutsLog.log ( Level lvl, String message, Throwable err ) : void
net/thevpc/nuts/boot/PrivateNutsLog.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
PrivateNutsLog.PrivateNutsLog ( )
net/thevpc/nuts/boot/PrivateNutsLog."<init>":()V
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options ) : void
net/thevpc/nuts/boot/PrivateNutsLog.setOptions:(Lnet/thevpc/nuts/NutsWorkspaceOptions;)V
nuts-0.8.1.jar,
PrivateNutsMavenUtils.class
package net.thevpc.nuts.boot
PrivateNutsMavenUtils.getFileName ( NutsBootId id, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.getFileName:(Lnet/thevpc/nuts/boot/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.getPathFile ( NutsBootId id, String name ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.getPathFile:(Lnet/thevpc/nuts/boot/NutsBootId;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.PrivateNutsMavenUtils ( )
net/thevpc/nuts/boot/PrivateNutsMavenUtils."<init>":()V
PrivateNutsMavenUtils.resolveMavenFullPath ( String repo, String nutsId, String ext ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.resolveMavenFullPath:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire, PrivateNutsUtils.ErrorInfoList errors ) [static] : File
net/thevpc/nuts/boot/PrivateNutsMavenUtils.resolveOrDownloadJar:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsLog;ZLjava/time/Instant;Lnet/thevpc/nuts/boot/PrivateNutsUtils$ErrorInfoList;)Ljava/io/File;
PrivateNutsMavenUtils.toMavenFileName ( String nutsId, String extension ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.toMavenFileName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
PrivateNutsMavenUtils.toMavenPath ( String nutsId ) [static] : String
net/thevpc/nuts/boot/PrivateNutsMavenUtils.toMavenPath:(Ljava/lang/String;)Ljava/lang/String;
nuts-0.8.1.jar,
PrivateNutsRepositorySelection.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelection.getName ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelection.getName:()Ljava/lang/String;
PrivateNutsRepositorySelection.getUrl ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelection.getUrl:()Ljava/lang/String;
PrivateNutsRepositorySelection.PrivateNutsRepositorySelection ( String name, String url )
net/thevpc/nuts/boot/PrivateNutsRepositorySelection."<init>":(Ljava/lang/String;Ljava/lang/String;)V
nuts-0.8.1.jar,
PrivateNutsRepositorySelectionList.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectionList.add ( PrivateNutsRepositorySelection a ) : void
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.add:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.addAll ( PrivateNutsRepositorySelection[ ] all ) : void
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.addAll:([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.containsName ( String name ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsName:(Ljava/lang/String;)Z
PrivateNutsRepositorySelectionList.containsSelection ( PrivateNutsRepositorySelection s ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsSelection:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)Z
PrivateNutsRepositorySelectionList.containsURL ( String url ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.containsURL:(Ljava/lang/String;)Z
PrivateNutsRepositorySelectionList.indexOf ( PrivateNutsRepositorySelection other, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOf:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;I)I
PrivateNutsRepositorySelectionList.indexOfName ( String name, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOfName:(Ljava/lang/String;I)I
PrivateNutsRepositorySelectionList.indexOfURL ( String url, int offset ) : int
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.indexOfURL:(Ljava/lang/String;I)I
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList."<init>":()V
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( PrivateNutsRepositorySelection[ ] all )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList."<init>":([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)V
PrivateNutsRepositorySelectionList.removeAt ( int i ) : PrivateNutsRepositorySelection
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.removeAt:(I)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
PrivateNutsRepositorySelectionList.toArray ( ) : PrivateNutsRepositorySelection[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectionList.toArray:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
nuts-0.8.1.jar,
PrivateNutsRepositorySelectorList.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectorList.acceptExisting ( PrivateNutsRepositorySelection ss ) : boolean
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.acceptExisting:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)Z
PrivateNutsRepositorySelectorList.join ( PrivateNutsRepositorySelectorList other ) : PrivateNutsRepositorySelectorList
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.join:(Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorList;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorList;
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList."<init>":()V
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( PrivateNutsRepositorySelector[ ] a )
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList."<init>":([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelector;)V
PrivateNutsRepositorySelectorList.resolveSelectors ( PrivateNutsRepositorySelection[ ] other ) : PrivateNutsRepositorySelection[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.resolveSelectors:([Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;)[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelection;
PrivateNutsRepositorySelectorList.toArray ( ) : PrivateNutsRepositorySelector[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorList.toArray:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelector;
nuts-0.8.1.jar,
PrivateNutsRepositorySelectorOp.class
package net.thevpc.nuts.boot
PrivateNutsRepositorySelectorOp.id ( ) : String
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.id:()Ljava/lang/String;
PrivateNutsRepositorySelectorOp.parseLenient ( String value ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyOrErrorValue ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyValue, PrivateNutsRepositorySelectorOp errorValue ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.parseLenient:(Ljava/lang/String;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.valueOf ( String name ) [static] : PrivateNutsRepositorySelectorOp
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.valueOf:(Ljava/lang/String;)Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
PrivateNutsRepositorySelectorOp.values ( ) [static] : PrivateNutsRepositorySelectorOp[ ]
net/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp.values:()[Lnet/thevpc/nuts/boot/PrivateNutsRepositorySelectorOp;
to the top
Problems with Data Types, High Severity 977
nuts-0.8.1.jar
package net.thevpc.nuts
[+] @interface NutsPrototype 1
| Change | Effect |
|---|
| 1 |
This annotation type has been removed. |
Recompilation of a client program may be terminated with the error message: cannot find symbol @NutsPrototype. |
[+] class NutsActionSupport 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsActionSupport. |
[+] affected methods: 7 (0.1%)
NutsActionSupport.acceptCondition ( NutsActionSupportCondition request, NutsSession session )This method is from 'NutsActionSupport' class.
NutsActionSupport.id ( )This method is from 'NutsActionSupport' class.
NutsActionSupport.parseLenient ( String any )This method is from 'NutsActionSupport' class.
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyOrErrorValue )This method is from 'NutsActionSupport' class.
NutsActionSupport.parseLenient ( String any, NutsActionSupport emptyValue, NutsActionSupport errorValue )This method is from 'NutsActionSupport' class.
NutsActionSupport.valueOf ( String name )This method is from 'NutsActionSupport' class.
NutsActionSupport.values ( )This method is from 'NutsActionSupport' class.
[+] class NutsActionSupportCondition 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsActionSupportCondition. |
[+] affected methods: 6 (0.1%)
NutsActionSupportCondition.id ( )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.parseLenient ( String value )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyOrErrorValue )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.parseLenient ( String value, NutsActionSupportCondition emptyValue, NutsActionSupportCondition errorValue )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.valueOf ( String name )This method is from 'NutsActionSupportCondition' class.
NutsActionSupportCondition.values ( )This method is from 'NutsActionSupportCondition' class.
[+] class NutsAddOptions 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsAddOptions. |
[+] affected methods: 6 (0.1%)
NutsAddOptions.NutsAddOptions ( )This constructor is from 'NutsAddOptions' class.
NutsAddOptions.equals ( Object o )This method is from 'NutsAddOptions' class.
NutsAddOptions.getSession ( )This method is from 'NutsAddOptions' class.
NutsAddOptions.hashCode ( )This method is from 'NutsAddOptions' class.
NutsAddOptions.setSession ( NutsSession session )This method is from 'NutsAddOptions' class.
NutsAddOptions.toString ( )This method is from 'NutsAddOptions' class.
[+] class NutsCommandlineFamily 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandlineFamily. |
[+] affected methods: 7 (0.1%)
NutsCommandlineFamily.getArchFamily ( )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.id ( )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.parseLenient ( String arch )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyOrErrorValue )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.parseLenient ( String arch, NutsCommandlineFamily emptyValue, NutsCommandlineFamily errorValue )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.valueOf ( String name )This method is from 'NutsCommandlineFamily' class.
NutsCommandlineFamily.values ( )This method is from 'NutsCommandlineFamily' class.
[+] class NutsConstants.Files 4
| Change | Effect |
|---|
| 1 |
Field WORKSPACE_API_CONFIG_FILE_NAME of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable WORKSPACE_API_CONFIG_FILE_NAME in NutsConstants.Files. |
| 2 |
Field WORKSPACE_EXTENSION_CACHE_FILE_NAME of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable WORKSPACE_EXTENSION_CACHE_FILE_NAME in NutsConstants.Files. |
| 3 |
Field WORKSPACE_RUNTIME_CACHE_FILE_NAME of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable WORKSPACE_RUNTIME_CACHE_FILE_NAME in NutsConstants.Files. |
| 4 |
Field WORKSPACE_RUNTIME_CONFIG_FILE_NAME of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable WORKSPACE_RUNTIME_CONFIG_FILE_NAME in NutsConstants.Files. |
[+] class NutsConstants.IdProperties 1
| Change | Effect |
|---|
| 1 |
Field OSDIST of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable OSDIST in NutsConstants.IdProperties. |
[+] class NutsDefaultArgumentCandidate 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDefaultArgumentCandidate. |
[+] affected methods: 4 (0.1%)
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value )This constructor is from 'NutsDefaultArgumentCandidate' class.
NutsDefaultArgumentCandidate.NutsDefaultArgumentCandidate ( String value, String display )This constructor is from 'NutsDefaultArgumentCandidate' class.
NutsDefaultArgumentCandidate.getDisplay ( )This method is from 'NutsDefaultArgumentCandidate' class.
NutsDefaultArgumentCandidate.getValue ( )This method is from 'NutsDefaultArgumentCandidate' class.
[+] class NutsDefaultSupportLevelContext<T> 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDefaultSupportLevelContext<T>. |
[+] affected methods: 7 (0.1%)
NutsDefaultSupportLevelContext<T>.NutsDefaultSupportLevelContext<T> ( NutsSession session, T constraints )This constructor is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.equals ( Object o )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.getConstraints ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.getSession ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.getWorkspace ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.hashCode ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
NutsDefaultSupportLevelContext<T>.toString ( )This method is from 'NutsDefaultSupportLevelContext<T>' class.
[+] class NutsDefaultTerminalSpec 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDefaultTerminalSpec. |
[+] affected methods: 12 (0.2%)
NutsDefaultTerminalSpec.NutsDefaultTerminalSpec ( )This constructor is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.copyFrom ( NutsTerminalSpec other )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.equals ( Object o )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.get ( String name )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.getAutoComplete ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.getParent ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.getProperties ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.hashCode ( )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.put ( String name, Object o )This method is from 'NutsDefaultTerminalSpec' class.
NutsDefaultTerminalSpec.putAll ( Map<String,Object> other )This method is from 'NutsDefaultTerminalSpec' class.
...
[+] class NutsDesktopEnvironmentFamily 1
| Change | Effect |
|---|
| 1 |
Field WINDOWS has been renamed to HEADLESS. |
Recompilation of a client program may be terminated with the message: cannot find variable WINDOWS in NutsDesktopEnvironmentFamily. |
[+] affected methods: 7 (0.1%)
NutsDesktopEnvironmentFamily.id ( )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyOrErrorValue )2nd parameter 'emptyOrErrorValue' of this method is of type 'NutsDesktopEnvironmentFamily'.
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyValue, NutsDesktopEnvironmentFamily errorValue )2nd parameter 'emptyValue' of this method is of type 'NutsDesktopEnvironmentFamily'.
NutsDesktopEnvironmentFamily.valueOf ( String name )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.values ( )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsWorkspaceEnvManager.getDesktopEnvironmentFamily ( )Return value of this abstract method is of type 'NutsDesktopEnvironmentFamily'.
[+] class NutsPredicates.BasePredicate<T> 1
| Change | Effect |
|---|
| 1 |
Removed super-interface java.util.function.Predicate<T>. |
Recompilation of a client program may be terminated with the message: cannot find method in class NutsPredicates.BasePredicate<T>. |
[+] affected methods: 4 (0.1%)
NutsPredicates.BasePredicate<T>.NutsPredicates.BasePredicate<T> ( )This constructor is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.negate ( )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
[+] class NutsSdkLocation 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSdkLocation. |
[+] affected methods: 12 (0.2%)
NutsSdkLocation.NutsSdkLocation ( NutsId id, String product, String name, String path, String version, String packaging, int priority )This constructor is from 'NutsSdkLocation' class.
NutsSdkLocation.equals ( Object o )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getId ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getName ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getPackaging ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getPath ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getPriority ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getProduct ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.getVersion ( )This method is from 'NutsSdkLocation' class.
NutsSdkLocation.hashCode ( )This method is from 'NutsSdkLocation' class.
...
[+] class NutsTextStyles 1
| Change | Effect |
|---|
| 1 |
Field NONE has been renamed to PLAIN. |
Recompilation of a client program may be terminated with the message: cannot find variable NONE in NutsTextStyles. |
[+] affected methods: 19 (0.3%)
NutsTextBuilder.append ( Object p1, NutsTextStyles p2 )2nd parameter 'p2' of this abstract method is of type 'NutsTextStyles'.
NutsTextFormatTheme.toBasicStyles ( NutsTextStyles p1, NutsSession p2 )1st parameter 'p1' of this abstract method is of type 'NutsTextStyles'.
NutsTextStyle.append ( NutsTextStyle other )Return value of this method is of type 'NutsTextStyles'.
NutsTextStyle.append ( NutsTextStyles other )1st parameter 'other' of this method is of type 'NutsTextStyles'.
NutsTextStyled.getStyles ( )Return value of this abstract method is of type 'NutsTextStyles'.
NutsTextStyleGenerator.hash ( int p1 )Return value of this abstract method is of type 'NutsTextStyles'.
NutsTextStyleGenerator.hash ( Object p1 )Return value of this abstract method is of type 'NutsTextStyles'.
NutsTextStyleGenerator.random ( )Return value of this abstract method is of type 'NutsTextStyles'.
NutsTextStyles.append ( NutsTextStyle... others )This method is from 'NutsTextStyles' class.
NutsTextStyles.append ( NutsTextStyle other )This method is from 'NutsTextStyles' class.
...
[+] interface NutsApplicationContext 43
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession createSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createSession ( ) in NutsApplicationContext. |
| 2 |
Abstract method NutsPath getAppsFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAppsFolder ( ) in NutsApplicationContext. |
| 3 |
Abstract method NutsPath getCacheFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCacheFolder ( ) in NutsApplicationContext. |
| 4 |
Abstract method NutsPath getConfigFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConfigFolder ( ) in NutsApplicationContext. |
| 5 |
Abstract method NutsPath getFolder ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFolder ( NutsStoreLocation ) in NutsApplicationContext. |
| 6 |
Abstract method NutsPath getLibFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLibFolder ( ) in NutsApplicationContext. |
| 7 |
Abstract method NutsPath getLogFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLogFolder ( ) in NutsApplicationContext. |
| 8 |
Abstract method NutsPath getRunFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRunFolder ( ) in NutsApplicationContext. |
| 9 |
Abstract method NutsPath getSharedAppsFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedAppsFolder ( ) in NutsApplicationContext. |
| 10 |
Abstract method NutsPath getSharedConfigFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedConfigFolder ( ) in NutsApplicationContext. |
| 11 |
Abstract method NutsPath getSharedFolder ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedFolder ( NutsStoreLocation ) in NutsApplicationContext. |
| 12 |
Abstract method NutsPath getSharedLibFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedLibFolder ( ) in NutsApplicationContext. |
| 13 |
Abstract method NutsPath getSharedLogFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedLogFolder ( ) in NutsApplicationContext. |
| 14 |
Abstract method NutsPath getSharedRunFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedRunFolder ( ) in NutsApplicationContext. |
| 15 |
Abstract method NutsPath getSharedTempFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedTempFolder ( ) in NutsApplicationContext. |
| 16 |
Abstract method NutsPath getSharedVarFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSharedVarFolder ( ) in NutsApplicationContext. |
| 17 |
Abstract method NutsAppStoreLocationResolver getStoreLocationResolver ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocationResolver ( ) in NutsApplicationContext. |
| 18 |
Abstract method NutsPath getTempFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTempFolder ( ) in NutsApplicationContext. |
| 19 |
Abstract method NutsPath getVarFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getVarFolder ( ) in NutsApplicationContext. |
| 20 |
Abstract method NutsPath getVersionFolder ( NutsStoreLocation, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getVersionFolder ( NutsStoreLocation, String ) in NutsApplicationContext. |
| 21 |
Abstract method void processCommandLine ( NutsAppCmdProcessor ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method processCommandLine ( NutsAppCmdProcessor ) in NutsApplicationContext. |
| 22 |
Abstract method NutsApplicationContext setAppVersionStoreLocationSupplier ( NutsAppStoreLocationResolver ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAppVersionStoreLocationSupplier ( NutsAppStoreLocationResolver ) in NutsApplicationContext. |
| 23 |
Abstract method NutsAppVersionStoreLocationSupplier getAppVersionStoreLocationSupplier ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getAppVersionStoreLocationSupplier ( ) in interface NutsApplicationContext. |
| 24 |
Abstract method String getAppsFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getAppsFolder ( ) in interface NutsApplicationContext. |
| 25 |
Abstract method String getCacheFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCacheFolder ( ) in interface NutsApplicationContext. |
| 26 |
Abstract method String getConfigFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getConfigFolder ( ) in interface NutsApplicationContext. |
| 27 |
Abstract method String getFolder ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getFolder ( NutsStoreLocation ) in interface NutsApplicationContext. |
| 28 |
Abstract method String getLibFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLibFolder ( ) in interface NutsApplicationContext. |
| 29 |
Abstract method String getLogFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLogFolder ( ) in interface NutsApplicationContext. |
| 30 |
Abstract method String getRunFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getRunFolder ( ) in interface NutsApplicationContext. |
| 31 |
Abstract method String getSharedAppsFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedAppsFolder ( ) in interface NutsApplicationContext. |
| 32 |
Abstract method String getSharedConfigFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedConfigFolder ( ) in interface NutsApplicationContext. |
| 33 |
Abstract method String getSharedFolder ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedFolder ( NutsStoreLocation ) in interface NutsApplicationContext. |
| 34 |
Abstract method String getSharedLibFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedLibFolder ( ) in interface NutsApplicationContext. |
| 35 |
Abstract method String getSharedLogFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedLogFolder ( ) in interface NutsApplicationContext. |
| 36 |
Abstract method String getSharedRunFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedRunFolder ( ) in interface NutsApplicationContext. |
| 37 |
Abstract method String getSharedTempFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedTempFolder ( ) in interface NutsApplicationContext. |
| 38 |
Abstract method String getSharedVarFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSharedVarFolder ( ) in interface NutsApplicationContext. |
| 39 |
Abstract method String getTempFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getTempFolder ( ) in interface NutsApplicationContext. |
| 40 |
Abstract method String getVarFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getVarFolder ( ) in interface NutsApplicationContext. |
| 41 |
Abstract method String getVersionFolderFolder ( NutsStoreLocation, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getVersionFolderFolder ( NutsStoreLocation, String ) in interface NutsApplicationContext. |
| 42 |
Abstract method void processCommandLine ( NutsCommandLineProcessor ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method processCommandLine ( NutsCommandLineProcessor ) in interface NutsApplicationContext. |
| 43 |
Abstract method NutsApplicationContext setAppVersionStoreLocationSupplier ( NutsAppVersionStoreLocationSupplier ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setAppVersionStoreLocationSupplier ( NutsAppVersionStoreLocationSupplier ) in interface NutsApplicationContext. |
[+] affected methods: 24 (0.4%)
NutsApplication.createApplicationContext ( NutsSession session, String[ ] args, long startTimeMillis )Return value of this method is of type 'NutsApplicationContext'.
NutsApplication.onInstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUninstallApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.onUpdateApplication ( NutsApplicationContext applicationContext )1st parameter 'applicationContext' of this method is of type 'NutsApplicationContext'.
NutsApplication.run ( NutsApplicationContext p1 )1st parameter 'p1' of this abstract method is of type 'NutsApplicationContext'.
NutsApplicationContext.configure ( boolean p1, String[ ] p2 )This method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configure ( boolean p1, String... p2 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.configureLast ( NutsCommandLine p1 )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppClass ( )This abstract method is from 'NutsApplicationContext' interface.
NutsApplicationContext.getAppId ( )This abstract method is from 'NutsApplicationContext' interface.
...
[+] interface NutsAppVersionStoreLocationSupplier 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsAppVersionStoreLocationSupplier. |
[+] affected methods: 1 (0.01%)
NutsAppVersionStoreLocationSupplier.getStoreLocation ( NutsStoreLocation p1, String p2 )This abstract method is from 'NutsAppVersionStoreLocationSupplier' interface.
[+] interface NutsArgument 33
| Change | Effect |
|---|
| 1 |
Abstract method Boolean getBooleanValue ( Boolean, Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBooleanValue ( Boolean, Boolean ) in NutsArgument. |
| 2 |
Abstract method NutsPrimitiveElement getKey ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getKey ( ) in NutsArgument. |
| 3 |
Abstract method NutsPrimitiveElement getOptionName ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOptionName ( ) in NutsArgument. |
| 4 |
Abstract method NutsPrimitiveElement getOptionPrefix ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOptionPrefix ( ) in NutsArgument. |
| 5 |
Abstract method String getSeparator ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSeparator ( ) in NutsArgument. |
| 6 |
Abstract method NutsPrimitiveElement getValue ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getValue ( ) in NutsArgument. |
| 7 |
Abstract method boolean isActive ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isActive ( ) in NutsArgument. |
| 8 |
Abstract method boolean isInactive ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isInactive ( ) in NutsArgument. |
| 9 |
Abstract method NutsPrimitiveElement toElement ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toElement ( ) in NutsArgument. |
| 10 |
Abstract method NutsArgument getArgumentKey ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getArgumentKey ( ) in interface NutsArgument. |
| 11 |
Abstract method NutsArgument getArgumentOptionName ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getArgumentOptionName ( ) in interface NutsArgument. |
| 12 |
Abstract method NutsArgument getArgumentValue ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getArgumentValue ( ) in interface NutsArgument. |
| 13 |
Abstract method boolean getBoolean ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBoolean ( ) in interface NutsArgument. |
| 14 |
Abstract method Boolean getBoolean ( Boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBoolean ( Boolean ) in interface NutsArgument. |
| 15 |
Abstract method double getDouble ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDouble ( ) in interface NutsArgument. |
| 16 |
Abstract method double getDouble ( double ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDouble ( double ) in interface NutsArgument. |
| 17 |
Abstract method double getDoubleValue ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDoubleValue ( ) in interface NutsArgument. |
| 18 |
Abstract method int getInt ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getInt ( ) in interface NutsArgument. |
| 19 |
Abstract method int getInt ( int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getInt ( int ) in interface NutsArgument. |
| 20 |
Abstract method int getIntValue ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getIntValue ( ) in interface NutsArgument. |
| 21 |
Abstract method int getIntValue ( int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getIntValue ( int ) in interface NutsArgument. |
| 22 |
Abstract method String getKeyValueSeparator ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getKeyValueSeparator ( ) in interface NutsArgument. |
| 23 |
Abstract method long getLong ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLong ( ) in interface NutsArgument. |
| 24 |
Abstract method long getLong ( long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLong ( long ) in interface NutsArgument. |
| 25 |
Abstract method long getLongValue ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLongValue ( ) in interface NutsArgument. |
| 26 |
Abstract method String getString ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getString ( String ) in interface NutsArgument. |
| 27 |
Abstract method String getStringOptionName ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStringOptionName ( ) in interface NutsArgument. |
| 28 |
Abstract method String getStringOptionPrefix ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStringOptionPrefix ( ) in interface NutsArgument. |
| 29 |
Abstract method boolean isBoolean ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isBoolean ( ) in interface NutsArgument. |
| 30 |
Abstract method boolean isDouble ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isDouble ( ) in interface NutsArgument. |
| 31 |
Abstract method boolean isInt ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isInt ( ) in interface NutsArgument. |
| 32 |
Abstract method boolean isLong ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isLong ( ) in interface NutsArgument. |
| 33 |
Removed super-interface NutsTokenFilter. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsArgument. |
[+] affected methods: 26 (0.4%)
NutsArgument.getBooleanValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getBooleanValue ( Boolean p1 )This abstract method is from 'NutsArgument' interface.
NutsArgument.getString ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getStringKey ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getStringValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.getStringValue ( String p1 )This abstract method is from 'NutsArgument' interface.
NutsArgument.isEnabled ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.isKeyValue ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.isNegated ( )This abstract method is from 'NutsArgument' interface.
NutsArgument.isNonOption ( )This abstract method is from 'NutsArgument' interface.
...
[+] interface NutsArgumentCandidate 1
| Change | Effect |
|---|
| 1 |
This interface became class. |
Recompilation of a client program may be terminated with the message: interface expected. |
[+] affected methods: 5 (0.1%)
NutsArgumentCandidate.getDisplay ( )This abstract method is from 'NutsArgumentCandidate' interface.
NutsArgumentCandidate.getValue ( )This abstract method is from 'NutsArgumentCandidate' interface.
NutsCommandAutoComplete.addCandidate ( NutsArgumentCandidate p1 )1st parameter 'p1' of this abstract method is of type 'NutsArgumentCandidate'.
NutsCommandAutoCompleteBase.addCandidate ( NutsArgumentCandidate value )1st parameter 'value' of this method is of type 'NutsArgumentCandidate'.
NutsCommandAutoCompleteBase.addCandidatesImpl ( NutsArgumentCandidate value )1st parameter 'value' of this method is of type 'NutsArgumentCandidate'.
[+] interface NutsArgumentCandidateBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsArgumentCandidateBuilder. |
[+] affected methods: 7 (0.1%)
NutsArgumentCandidateBuilder.build ( )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.getDisplay ( )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.getValue ( )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.of ( NutsSession session )This method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.setCandidate ( NutsArgumentCandidate p1 )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.setDisplay ( String p1 )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
NutsArgumentCandidateBuilder.setValue ( String p1 )This abstract method is from 'NutsArgumentCandidateBuilder' interface.
[+] interface NutsArrayElement 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsArrayElementBuilder builder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method builder ( ) in NutsArrayElement. |
[+] affected methods: 25 (0.4%)
NutsArrayElement.children ( )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.get ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getArray ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getBoolean ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getByte ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getDouble ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getFloat ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getInstant ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getInt ( int p1 )This abstract method is from 'NutsArrayElement' interface.
NutsArrayElement.getLong ( int p1 )This abstract method is from 'NutsArrayElement' interface.
...
[+] interface NutsArrayElementBuilder 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsArrayElementBuilder addAll ( Collection<NutsElement> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( Collection<NutsElement> ) in NutsArrayElementBuilder. |
[+] affected methods: 35 (0.5%)
NutsArrayElementBuilder.add ( byte p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( char p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( double p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( float p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( int p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( long p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( Number p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( String p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( NutsElement p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
NutsArrayElementBuilder.add ( boolean p1 )This abstract method is from 'NutsArrayElementBuilder' interface.
...
[+] interface NutsArtifactCall 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsBlankable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsBlankable. |
[+] affected methods: 12 (0.2%)
NutsArtifactCall.getArguments ( )This abstract method is from 'NutsArtifactCall' interface.
NutsArtifactCall.getId ( )This abstract method is from 'NutsArtifactCall' interface.
NutsArtifactCall.getProperties ( )This abstract method is from 'NutsArtifactCall' interface.
NutsArtifactCallBuilder.build ( )Return value of this abstract method is of type 'NutsArtifactCall'.
NutsArtifactCallBuilder.set ( NutsArtifactCall p1 )1st parameter 'p1' of this abstract method is of type 'NutsArtifactCall'.
NutsDescriptor.getExecutor ( )Return value of this abstract method is of type 'NutsArtifactCall'.
NutsDescriptor.getInstaller ( )Return value of this abstract method is of type 'NutsArtifactCall'.
NutsDescriptorBuilder.getExecutor ( )Return value of this abstract method is of type 'NutsArtifactCall'.
NutsDescriptorBuilder.getInstaller ( )Return value of this abstract method is of type 'NutsArtifactCall'.
NutsDescriptorBuilder.setExecutor ( NutsArtifactCall p1 )1st parameter 'p1' of this abstract method is of type 'NutsArtifactCall'.
...
[+] interface NutsArtifactCallBuilder 1
| Change | Effect |
|---|
| 1 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
[+] affected methods: 10 (0.1%)
NutsArtifactCallBuilder.build ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.clear ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.getArguments ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.getId ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.getProperties ( )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.set ( NutsArtifactCall p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.set ( NutsArtifactCallBuilder p1 )1st parameter 'p1' of this abstract method is of type 'NutsArtifactCallBuilder'.
NutsArtifactCallBuilder.setArguments ( String... p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.setId ( NutsId p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
NutsArtifactCallBuilder.setProperties ( Map<String,String> p1 )This abstract method is from 'NutsArtifactCallBuilder' interface.
[+] interface NutsAuthenticationAgent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsAuthenticationAgent. |
[+] affected methods: 5 (0.1%)
NutsAuthenticationAgent.checkCredentials ( char[ ] p1, char[ ] p2, Map<String,String> p3, NutsSession p4 )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.createCredentials ( char[ ] p1, boolean p2, char[ ] p3, Map<String,String> p4, NutsSession p5 )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.getCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.getId ( )This abstract method is from 'NutsAuthenticationAgent' interface.
NutsAuthenticationAgent.removeCredentials ( char[ ] p1, Map<String,String> p2, NutsSession p3 )This abstract method is from 'NutsAuthenticationAgent' interface.
[+] interface NutsBootManager 13
| Change | Effect |
|---|
| 1 |
Abstract method ClassLoader getBootClassLoader ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootClassLoader ( ) in NutsBootManager. |
| 2 |
Abstract method URL[ ] getBootClassWorldURLs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootClassWorldURLs ( ) in NutsBootManager. |
| 3 |
Abstract method NutsArgument getBootCustomArgument ( String... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootCustomArgument ( String... ) in NutsBootManager. |
| 4 |
Abstract method Boolean getBootCustomBoolArgument ( Boolean, Boolean, Boolean, String... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootCustomBoolArgument ( Boolean, Boolean, Boolean, String... ) in NutsBootManager. |
| 5 |
Abstract method NutsClassLoaderNode[ ] getBootExtensionClassLoaderNode ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootExtensionClassLoaderNode ( ) in NutsBootManager. |
| 6 |
Abstract method NutsWorkspaceOptions getBootOptions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootOptions ( ) in NutsBootManager. |
| 7 |
Abstract method String getBootRepositories ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootRepositories ( ) in NutsBootManager. |
| 8 |
Abstract method NutsClassLoaderNode getBootRuntimeClassLoaderNode ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootRuntimeClassLoaderNode ( ) in NutsBootManager. |
| 9 |
Abstract method NutsBootTerminal getBootTerminal ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBootTerminal ( ) in NutsBootManager. |
| 10 |
Abstract method long getCreationFinishTimeMillis ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCreationFinishTimeMillis ( ) in NutsBootManager. |
| 11 |
Abstract method long getCreationStartTimeMillis ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCreationStartTimeMillis ( ) in NutsBootManager. |
| 12 |
Abstract method long getCreationTimeMillis ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCreationTimeMillis ( ) in NutsBootManager. |
| 13 |
Abstract method boolean isFirstBoot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isFirstBoot ( ) in NutsBootManager. |
[+] affected methods: 3 (0.04%)
NutsBootManager.getSession ( )This abstract method is from 'NutsBootManager' interface.
NutsBootManager.setSession ( NutsSession p1 )This abstract method is from 'NutsBootManager' interface.
NutsWorkspace.boot ( )Return value of this abstract method is of type 'NutsBootManager'.
[+] interface NutsClassifierMapping 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsClassifierMapping. |
[+] affected methods: 6 (0.1%)
NutsClassifierMapping.getArch ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getClassifier ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getOs ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getOsdist ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getPackaging ( )This abstract method is from 'NutsClassifierMapping' interface.
NutsClassifierMapping.getPlatform ( )This abstract method is from 'NutsClassifierMapping' interface.
[+] interface NutsClassifierMappingBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsClassifierMappingBuilder. |
[+] affected methods: 16 (0.2%)
NutsClassifierMappingBuilder.build ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.clear ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getArch ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getClassifier ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getOs ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getOsdist ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getPackaging ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.getPlatform ( )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.set ( NutsClassifierMapping p1 )This abstract method is from 'NutsClassifierMappingBuilder' interface.
NutsClassifierMappingBuilder.set ( NutsClassifierMappingBuilder p1 )This abstract method is from 'NutsClassifierMappingBuilder' interface.
...
[+] interface NutsCodeFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCodeFormat. |
[+] affected methods: 3 (0.04%)
NutsCodeFormat.getSupportLevel ( NutsSupportLevelContext<String> p1 )This abstract method is from 'NutsCodeFormat' interface.
NutsCodeFormat.stringToText ( String p1, NutsSession p2 )This abstract method is from 'NutsCodeFormat' interface.
NutsCodeFormat.tokenToText ( String p1, String p2, NutsSession p3 )This abstract method is from 'NutsCodeFormat' interface.
[+] interface NutsCommandHistory 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath getPath ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPath ( ) in NutsCommandHistory. |
| 2 |
Abstract method NutsCommandHistory setPath ( File ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setPath ( File ) in NutsCommandHistory. |
| 3 |
Abstract method NutsCommandHistory setPath ( Path ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setPath ( Path ) in NutsCommandHistory. |
| 4 |
Abstract method NutsCommandHistory setPath ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setPath ( NutsPath ) in NutsCommandHistory. |
| 5 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
[+] affected methods: 11 (0.2%)
NutsCommandHistory.add ( Instant p1, String p2 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.getEntry ( int p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.iterator ( int p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.load ( )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.load ( InputStream p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.purge ( )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.save ( )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.save ( OutputStream p1 )This abstract method is from 'NutsCommandHistory' interface.
NutsCommandHistory.size ( )This abstract method is from 'NutsCommandHistory' interface.
spi.NutsSystemTerminalBase.getCommandHistory ( )Return value of this abstract method is of type 'NutsCommandHistory'.
...
[+] interface NutsCommandHistoryBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandHistoryBuilder. |
[+] affected methods: 3 (0.04%)
NutsCommandHistoryBuilder.build ( )This abstract method is from 'NutsCommandHistoryBuilder' interface.
NutsCommandHistoryBuilder.setPath ( File p1 )This abstract method is from 'NutsCommandHistoryBuilder' interface.
NutsCommandHistoryBuilder.setPath ( Path p1 )This abstract method is from 'NutsCommandHistoryBuilder' interface.
[+] interface NutsCommandLine 3
| Change | Effect |
|---|
| 1 |
Abstract method NutsCommandLine requiredNonOptions ( String... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method requiredNonOptions ( String... ) in NutsCommandLine. |
| 2 |
Abstract method NutsCommandLine requiredOptions ( String... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method requiredOptions ( String... ) in NutsCommandLine. |
| 3 |
Abstract method void process ( NutsCommandLineConfigurable, NutsCommandLineProcessor ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method process ( NutsCommandLineConfigurable, NutsCommandLineProcessor ) in interface NutsCommandLine. |
[+] affected methods: 65 (1%)
NutsApplicationContext.configureLast ( NutsCommandLine p1 )1st parameter 'p1' of this abstract method is of type 'NutsCommandLine'.
NutsApplicationContext.getCommandLine ( )Return value of this abstract method is of type 'NutsCommandLine'.
NutsCommandAutoCompleteResolver.resolveCandidates ( NutsCommandLine p1, int p2, NutsSession p3 )1st parameter 'p1' of this abstract method is of type 'NutsCommandLine'.
NutsCommandLine.accept ( String... p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.accept ( int p1, String... p2 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.contains ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.find ( String p1 )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.formatter ( )This abstract method is from 'NutsCommandLine' interface.
NutsCommandLine.formatter ( )This method is from 'NutsCommandLine' interface.
NutsCommandLine.get ( int p1 )This abstract method is from 'NutsCommandLine' interface.
...
[+] interface NutsCommandLineFormat 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsShellFamily getShellFamily ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getShellFamily ( ) in NutsCommandLineFormat. |
| 2 |
Abstract method NutsCommandLineFormat setShellFamily ( NutsShellFamily ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setShellFamily ( NutsShellFamily ) in NutsCommandLineFormat. |
| 3 |
Abstract method NutsCommandlineFamily getCommandlineFamily ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCommandlineFamily ( ) in interface NutsCommandLineFormat. |
| 4 |
Abstract method NutsCommandLineFormat setCommandlineFamily ( NutsCommandlineFamily ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setCommandlineFamily ( NutsCommandlineFamily ) in interface NutsCommandLineFormat. |
[+] affected methods: 15 (0.2%)
NutsCommandLine.formatter ( )Return value of this abstract method is of type 'NutsCommandLineFormat'.
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getFormatStrategy ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.getValue ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.isNtf ( )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setFormatStrategy ( NutsCommandLineFormatStrategy p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setNtf ( boolean p1 )This abstract method is from 'NutsCommandLineFormat' interface.
NutsCommandLineFormat.setNtf ( boolean p1 )This method is from 'NutsCommandLineFormat' interface.
...
[+] interface NutsCommandLineManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandLineManager. |
[+] affected methods: 15 (0.2%)
NutsCommandLineManager.create ( String... p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.create ( List<String> p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createArgument ( String p1 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createCandidate ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createCandidate ( String value )This method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createHistory ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createName ( String type )This method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.createName ( String p1, String p2 )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.formatter ( )This abstract method is from 'NutsCommandLineManager' interface.
NutsCommandLineManager.formatter ( NutsCommandLine p1 )This abstract method is from 'NutsCommandLineManager' interface.
...
[+] interface NutsCommandLineProcessor 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandLineProcessor. |
[+] affected methods: 6 (0.1%)
NutsCommandLineProcessor.onAutoComplete ( NutsCommandAutoComplete autoComplete )This method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onExec ( )This abstract method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onInit ( NutsCommandLine commandline )This method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onNextNonOption ( NutsArgument p1, NutsCommandLine p2 )This abstract method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onNextOption ( NutsArgument p1, NutsCommandLine p2 )This abstract method is from 'NutsCommandLineProcessor' interface.
NutsCommandLineProcessor.onPrepare ( NutsCommandLine commandline )This method is from 'NutsCommandLineProcessor' interface.
[+] interface NutsCommandReadHighlighter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsCommandReadHighlighter. |
[+] affected methods: 1 (0.01%)
NutsCommandReadHighlighter.highlight ( String p1, NutsSession p2 )This abstract method is from 'NutsCommandReadHighlighter' interface.
[+] interface NutsConcurrentManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsConcurrentManager. |
[+] affected methods: 4 (0.1%)
NutsConcurrentManager.executorService ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.getSession ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.lock ( )This abstract method is from 'NutsConcurrentManager' interface.
NutsConcurrentManager.setSession ( NutsSession p1 )This abstract method is from 'NutsConcurrentManager' interface.
[+] interface NutsContent 3
| Change | Effect |
|---|
| 1 |
Abstract method Path getFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFile ( ) in NutsContent. |
| 2 |
Abstract method Path getFilePath ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getFilePath ( ) in interface NutsContent. |
| 3 |
Abstract method NutsPath getLocation ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLocation ( ) in interface NutsContent. |
[+] affected methods: 8 (0.1%)
NutsContent.getPath ( )This abstract method is from 'NutsContent' interface.
NutsContent.getURL ( )This abstract method is from 'NutsContent' interface.
NutsContent.isCached ( )This abstract method is from 'NutsContent' interface.
NutsContent.isTemporary ( )This abstract method is from 'NutsContent' interface.
NutsDefinition.getContent ( )Return value of this abstract method is of type 'NutsContent'.
NutsFetchCommand.getResultContent ( )Return value of this abstract method is of type 'NutsContent'.
NutsRepositoryModel.fetchContent ( NutsId id, NutsDescriptor descriptor, String localPath, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session )Return value of this method is of type 'NutsContent'.
spi.NutsFetchContentRepositoryCommand.getResult ( )Return value of this abstract method is of type 'NutsContent'.
[+] interface NutsDefinition 6
| Change | Effect |
|---|
| 1 |
Abstract method Path getFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFile ( ) in NutsDefinition. |
| 2 |
Abstract method NutsPath getPath ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPath ( ) in NutsDefinition. |
| 3 |
Abstract method NutsPath getLocation ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLocation ( ) in interface NutsDefinition. |
| 4 |
Abstract method Path getPath ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPath ( ) in interface NutsDefinition. |
| 5 |
Abstract method NutsIdType getType ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getType ( ) in interface NutsDefinition. |
| 6 |
Abstract method URL getURL ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getURL ( ) in interface NutsDefinition. |
[+] affected methods: 20 (0.3%)
NutsDefinition.compareTo ( Object p1 )This method is from 'NutsDefinition' interface.
NutsDefinition.compareTo ( NutsDefinition p1 )1st parameter 'p1' of this abstract method is of type 'NutsDefinition'.
NutsDefinition.getApiId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getContent ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDependencies ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getEffectiveDescriptor ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getId ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getInstallInformation ( )This abstract method is from 'NutsDefinition' interface.
NutsDefinition.getRepositoryName ( )This abstract method is from 'NutsDefinition' interface.
...
[+] interface NutsDependencies 15
| Change | Effect |
|---|
| 1 |
Abstract method NutsStream<NutsDependency> immediate ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method immediate ( ) in NutsDependencies. |
| 2 |
Abstract method String solver ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method solver ( ) in NutsDependencies. |
| 3 |
Abstract method NutsStream<NutsId> sourceIds ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method sourceIds ( ) in NutsDependencies. |
| 4 |
Abstract method NutsStream<NutsDependencyTreeNode> sourceNodes ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method sourceNodes ( ) in NutsDependencies. |
| 5 |
Abstract method NutsStream<NutsDependency> transitive ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method transitive ( ) in NutsDependencies. |
| 6 |
Abstract method NutsStream<NutsDependencyTreeNode> transitiveNodes ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method transitiveNodes ( ) in NutsDependencies. |
| 7 |
Abstract method NutsStream<NutsDependency> transitiveWithSource ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method transitiveWithSource ( ) in NutsDependencies. |
| 8 |
Abstract method List<NutsDependency> all ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method all ( ) in interface NutsDependencies. |
| 9 |
Abstract method List<NutsDependency> immediate ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method immediate ( ) in interface NutsDependencies. |
| 10 |
Abstract method List<NutsDependency> mergedDependencies ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method mergedDependencies ( ) in interface NutsDependencies. |
| 11 |
Abstract method List<NutsDependencyTreeNode> mergedNodes ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method mergedNodes ( ) in interface NutsDependencies. |
| 12 |
Abstract method List<NutsDependencyTreeNode> nodes ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method nodes ( ) in interface NutsDependencies. |
| 13 |
Abstract method List<NutsId> sourceIds ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method sourceIds ( ) in interface NutsDependencies. |
| 14 |
Abstract method Stream<NutsDependency> stream ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method stream ( ) in interface NutsDependencies. |
| 15 |
Removed super-interface java.lang.Iterable<NutsDependency>. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsDependencies. |
[+] affected methods: 2 (0.03%)
NutsDefinition.getDependencies ( )Return value of this abstract method is of type 'NutsDependencies'.
NutsDependencies.filter ( )This abstract method is from 'NutsDependencies' interface.
[+] interface NutsDependency 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsEnvCondition getCondition ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCondition ( ) in NutsDependency. |
| 2 |
Added super-interface NutsBlankable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsBlankable. |
| 3 |
Abstract method String getArch ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getArch ( ) in interface NutsDependency. |
| 4 |
Abstract method String getOs ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOs ( ) in interface NutsDependency. |
[+] affected methods: 31 (0.5%)
NutsDependency.builder ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.formatter ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.formatter ( )This method is from 'NutsDependency' interface.
NutsDependency.getArtifactId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getClassifier ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getExclusions ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getFullName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getGroupId ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getLongName ( )This abstract method is from 'NutsDependency' interface.
NutsDependency.getOptional ( )This abstract method is from 'NutsDependency' interface.
...
[+] interface NutsDependencyBuilder 8
| Change | Effect |
|---|
| 1 |
Abstract method NutsEnvConditionBuilder getCondition ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCondition ( ) in NutsDependencyBuilder. |
| 2 |
Abstract method NutsDependencyBuilder setCondition ( NutsEnvCondition ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCondition ( NutsEnvCondition ) in NutsDependencyBuilder. |
| 3 |
Abstract method NutsDependencyBuilder setCondition ( NutsEnvConditionBuilder ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCondition ( NutsEnvConditionBuilder ) in NutsDependencyBuilder. |
| 4 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
| 5 |
Abstract method String getArch ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getArch ( ) in interface NutsDependencyBuilder. |
| 6 |
Abstract method String getOs ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOs ( ) in interface NutsDependencyBuilder. |
| 7 |
Abstract method NutsDependencyBuilder setArch ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setArch ( String ) in interface NutsDependencyBuilder. |
| 8 |
Abstract method NutsDependencyBuilder setOs ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOs ( String ) in interface NutsDependencyBuilder. |
[+] affected methods: 39 (0.6%)
NutsDependency.builder ( )Return value of this abstract method is of type 'NutsDependencyBuilder'.
NutsDependencyBuilder.addProperties ( String p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.build ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.clear ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getArtifactId ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getClassifier ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getExclusions ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getFullName ( )This abstract method is from 'NutsDependencyBuilder' interface.
NutsDependencyBuilder.getGroupId ( )This abstract method is from 'NutsDependencyBuilder' interface.
...
[+] interface NutsDependencyFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependencyFilterManager. |
[+] affected methods: 18 (0.3%)
NutsDependencyFilterManager.byArch ( NutsArchFamily... p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byArch ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byArch ( Collection<NutsArchFamily> p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byArch ( NutsArchFamily p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byExclude ( NutsDependencyFilter p1, String[ ] p2 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOptional ( Boolean p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOs ( NutsOsFamily... p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOs ( String p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
NutsDependencyFilterManager.byOs ( Collection<NutsOsFamily> p1 )This abstract method is from 'NutsDependencyFilterManager' interface.
...
[+] interface NutsDependencyFormat 5
| Change | Effect |
|---|
| 1 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
| 2 |
Abstract method boolean isHighlightOptional ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isHighlightOptional ( ) in interface NutsDependencyFormat. |
| 3 |
Abstract method boolean isHighlightScope ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isHighlightScope ( ) in interface NutsDependencyFormat. |
| 4 |
Abstract method NutsDependencyFormat setHighlightOptional ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setHighlightOptional ( boolean ) in interface NutsDependencyFormat. |
| 5 |
Abstract method NutsDependencyFormat setHighlightScope ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setHighlightScope ( boolean ) in interface NutsDependencyFormat. |
[+] affected methods: 31 (0.5%)
NutsDependency.formatter ( )Return value of this abstract method is of type 'NutsDependencyFormat'.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getOmitQueryProperties ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.getValue ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isHighlightImportedGroup ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitClassifier ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitExclusions ( )This abstract method is from 'NutsDependencyFormat' interface.
NutsDependencyFormat.isOmitGroupId ( )This abstract method is from 'NutsDependencyFormat' interface.
...
[+] interface NutsDependencyManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDependencyManager. |
[+] affected methods: 8 (0.1%)
NutsDependencyManager.builder ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.filter ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.formatter ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.formatter ( NutsDependency p1 )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.getSession ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.parser ( )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.setSession ( NutsSession p1 )This abstract method is from 'NutsDependencyManager' interface.
NutsDependencyManager.toScopeSet ( NutsDependencyScopePattern p1 )This abstract method is from 'NutsDependencyManager' interface.
[+] interface NutsDependencyParser 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsDependency parse ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( String ) in NutsDependencyParser. |
| 2 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
| 3 |
Abstract method NutsDependency parseDependency ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method parseDependency ( String ) in interface NutsDependencyParser. |
| 4 |
Abstract method boolean parseOptional ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method parseOptional ( String ) in interface NutsDependencyParser. |
| 5 |
Abstract method NutsDependencyScope parseScope ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method parseScope ( String ) in interface NutsDependencyParser. |
[+] affected methods: 3 (0.04%)
NutsDependencyParser.isLenient ( )This abstract method is from 'NutsDependencyParser' interface.
NutsDependencyParser.of ( NutsSession session )This method is from 'NutsDependencyParser' interface.
NutsDependencyParser.setLenient ( boolean p1 )This abstract method is from 'NutsDependencyParser' interface.
[+] interface NutsDeployCommand 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsDeployCommand setContent ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setContent ( NutsPath ) in NutsDeployCommand. |
| 2 |
Abstract method NutsDeployCommand setContent ( byte[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setContent ( byte[ ] ) in NutsDeployCommand. |
[+] affected methods: 39 (0.6%)
NutsDeployCommand.addId ( String p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.addId ( NutsId p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.addIds ( String... p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.clearIds ( )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDeployCommand' interface.
NutsDeployCommand.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDeployCommand' interface.
NutsDeployCommand.copySession ( )This abstract method is from 'NutsDeployCommand' interface.
NutsDeployCommand.copySession ( )This method is from 'NutsDeployCommand' interface.
...
[+] interface NutsDescriptor 16
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorFormat formatter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method formatter ( ) in NutsDescriptor. |
| 2 |
Abstract method NutsEnvCondition getCondition ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCondition ( ) in NutsDescriptor. |
| 3 |
Abstract method Set<NutsDescriptorFlag> getFlags ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFlags ( ) in NutsDescriptor. |
| 4 |
Abstract method NutsIdType getIdType ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getIdType ( ) in NutsDescriptor. |
| 5 |
Abstract method NutsDescriptorProperty[ ] getProperties ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProperties ( ) in NutsDescriptor. |
| 6 |
Abstract method NutsDescriptorProperty getProperty ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProperty ( String ) in NutsDescriptor. |
| 7 |
Abstract method String getPropertyValue ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPropertyValue ( String ) in NutsDescriptor. |
| 8 |
Abstract method String getSolver ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSolver ( ) in NutsDescriptor. |
| 9 |
Added super-interface NutsBlankable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsBlankable. |
| 10 |
Abstract method String[ ] getArch ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getArch ( ) in interface NutsDescriptor. |
| 11 |
Abstract method NutsClassifierMapping[ ] getClassifierMappings ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getClassifierMappings ( ) in interface NutsDescriptor. |
| 12 |
Abstract method String[ ] getDesktopEnvironment ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDesktopEnvironment ( ) in interface NutsDescriptor. |
| 13 |
Abstract method String[ ] getOs ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOs ( ) in interface NutsDescriptor. |
| 14 |
Abstract method String[ ] getOsdist ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOsdist ( ) in interface NutsDescriptor. |
| 15 |
Abstract method String[ ] getPlatform ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPlatform ( ) in interface NutsDescriptor. |
| 16 |
Abstract method Map<String,String> getProperties ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getProperties ( ) in interface NutsDescriptor. |
[+] affected methods: 38 (0.6%)
NutsDefinition.getDescriptor ( )Return value of this abstract method is of type 'NutsDescriptor'.
NutsDefinition.getEffectiveDescriptor ( )Return value of this abstract method is of type 'NutsDescriptor'.
NutsDeployCommand.setDescriptor ( NutsDescriptor p1 )1st parameter 'p1' of this abstract method is of type 'NutsDescriptor'.
NutsDescriptor.builder ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getCategories ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDependencies ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getDescription ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getExecutor ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getGenericName ( )This abstract method is from 'NutsDescriptor' interface.
NutsDescriptor.getIcons ( )This abstract method is from 'NutsDescriptor' interface.
...
[+] interface NutsDescriptorBuilder 55
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorBuilder addFlag ( NutsDescriptorFlag ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addFlag ( NutsDescriptorFlag ) in NutsDescriptorBuilder. |
| 2 |
Abstract method NutsDescriptorBuilder addFlags ( NutsDescriptorFlag... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addFlags ( NutsDescriptorFlag... ) in NutsDescriptorBuilder. |
| 3 |
Abstract method NutsDescriptorBuilder addProperties ( NutsDescriptorProperty[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addProperties ( NutsDescriptorProperty[ ] ) in NutsDescriptorBuilder. |
| 4 |
Abstract method NutsDescriptorBuilder addProperty ( NutsDescriptorProperty ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addProperty ( NutsDescriptorProperty ) in NutsDescriptorBuilder. |
| 5 |
Abstract method NutsDescriptorBuilder copy ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method copy ( ) in NutsDescriptorBuilder. |
| 6 |
Abstract method NutsEnvConditionBuilder getCondition ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCondition ( ) in NutsDescriptorBuilder. |
| 7 |
Abstract method Set<NutsDescriptorFlag> getFlags ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFlags ( ) in NutsDescriptorBuilder. |
| 8 |
Abstract method NutsIdType getIdType ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getIdType ( ) in NutsDescriptorBuilder. |
| 9 |
Abstract method NutsDescriptorProperty[ ] getProperties ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProperties ( ) in NutsDescriptorBuilder. |
| 10 |
Abstract method NutsDescriptorProperty getProperty ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProperty ( String ) in NutsDescriptorBuilder. |
| 11 |
Abstract method String getPropertyValue ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPropertyValue ( String ) in NutsDescriptorBuilder. |
| 12 |
Abstract method String getSolver ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSolver ( ) in NutsDescriptorBuilder. |
| 13 |
Abstract method NutsDescriptorBuilder removeFlag ( NutsDescriptorFlag ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeFlag ( NutsDescriptorFlag ) in NutsDescriptorBuilder. |
| 14 |
Abstract method NutsDescriptorBuilder removeFlags ( NutsDescriptorFlag... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeFlags ( NutsDescriptorFlag... ) in NutsDescriptorBuilder. |
| 15 |
Abstract method NutsDescriptorBuilder removeProperties ( NutsDescriptorProperty ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeProperties ( NutsDescriptorProperty ) in NutsDescriptorBuilder. |
| 16 |
Abstract method NutsDescriptorBuilder setAll ( NutsDescriptor ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAll ( NutsDescriptor ) in NutsDescriptorBuilder. |
| 17 |
Abstract method NutsDescriptorBuilder setAll ( NutsDescriptorBuilder ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAll ( NutsDescriptorBuilder ) in NutsDescriptorBuilder. |
| 18 |
Abstract method NutsDescriptorBuilder setCondition ( NutsEnvCondition ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCondition ( NutsEnvCondition ) in NutsDescriptorBuilder. |
| 19 |
Abstract method NutsDescriptorBuilder setCondition ( NutsEnvConditionBuilder ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCondition ( NutsEnvConditionBuilder ) in NutsDescriptorBuilder. |
| 20 |
Abstract method NutsDescriptorBuilder setFlags ( Set<NutsDescriptorFlag> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setFlags ( Set<NutsDescriptorFlag> ) in NutsDescriptorBuilder. |
| 21 |
Abstract method NutsDescriptorBuilder setIdType ( NutsIdType ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setIdType ( NutsIdType ) in NutsDescriptorBuilder. |
| 22 |
Abstract method NutsDescriptorBuilder setProperties ( NutsDescriptorProperty[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setProperties ( NutsDescriptorProperty[ ] ) in NutsDescriptorBuilder. |
| 23 |
Abstract method NutsDescriptorBuilder setSolver ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSolver ( String ) in NutsDescriptorBuilder. |
| 24 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
| 25 |
Abstract method NutsDescriptorBuilder addArch ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addArch ( String ) in interface NutsDescriptorBuilder. |
| 26 |
Abstract method NutsDescriptorBuilder addClassifierMapping ( NutsClassifierMapping ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addClassifierMapping ( NutsClassifierMapping ) in interface NutsDescriptorBuilder. |
| 27 |
Abstract method NutsDescriptorBuilder addOs ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addOs ( String ) in interface NutsDescriptorBuilder. |
| 28 |
Abstract method NutsDescriptorBuilder addOsdist ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addOsdist ( String ) in interface NutsDescriptorBuilder. |
| 29 |
Abstract method NutsDescriptorBuilder addPlatform ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addPlatform ( String ) in interface NutsDescriptorBuilder. |
| 30 |
Abstract method NutsDescriptorBuilder addProperties ( Map<String,String> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addProperties ( Map<String,String> ) in interface NutsDescriptorBuilder. |
| 31 |
Abstract method String[ ] getArch ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getArch ( ) in interface NutsDescriptorBuilder. |
| 32 |
Abstract method NutsClassifierMapping[ ] getClassifierMappings ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getClassifierMappings ( ) in interface NutsDescriptorBuilder. |
| 33 |
Abstract method String[ ] getDesktopEnvironment ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDesktopEnvironment ( ) in interface NutsDescriptorBuilder. |
| 34 |
Abstract method String[ ] getOs ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOs ( ) in interface NutsDescriptorBuilder. |
| 35 |
Abstract method String[ ] getOsdist ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOsdist ( ) in interface NutsDescriptorBuilder. |
| 36 |
Abstract method String[ ] getPlatform ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPlatform ( ) in interface NutsDescriptorBuilder. |
| 37 |
Abstract method Map<String,String> getProperties ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getProperties ( ) in interface NutsDescriptorBuilder. |
| 38 |
Abstract method boolean isApplication ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isApplication ( ) in interface NutsDescriptorBuilder. |
| 39 |
Abstract method boolean isExecutable ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isExecutable ( ) in interface NutsDescriptorBuilder. |
| 40 |
Abstract method NutsDescriptorBuilder removeArch ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeArch ( String ) in interface NutsDescriptorBuilder. |
| 41 |
Abstract method NutsDescriptorBuilder removeDesktopEnvironment ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeDesktopEnvironment ( String ) in interface NutsDescriptorBuilder. |
| 42 |
Abstract method NutsDescriptorBuilder removeOs ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeOs ( String ) in interface NutsDescriptorBuilder. |
| 43 |
Abstract method NutsDescriptorBuilder removeOsdist ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeOsdist ( String ) in interface NutsDescriptorBuilder. |
| 44 |
Abstract method NutsDescriptorBuilder removePlatform ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removePlatform ( String ) in interface NutsDescriptorBuilder. |
| 45 |
Abstract method NutsDescriptorBuilder set ( NutsDescriptor ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method set ( NutsDescriptor ) in interface NutsDescriptorBuilder. |
| 46 |
Abstract method NutsDescriptorBuilder set ( NutsDescriptorBuilder ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method set ( NutsDescriptorBuilder ) in interface NutsDescriptorBuilder. |
| 47 |
Abstract method NutsDescriptorBuilder setApplication ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setApplication ( boolean ) in interface NutsDescriptorBuilder. |
| 48 |
Abstract method NutsDescriptorBuilder setArch ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setArch ( String[ ] ) in interface NutsDescriptorBuilder. |
| 49 |
Abstract method NutsDescriptorBuilder setClassifierMappings ( NutsClassifierMapping[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setClassifierMappings ( NutsClassifierMapping[ ] ) in interface NutsDescriptorBuilder. |
| 50 |
Abstract method NutsDescriptorBuilder setDesktopEnvironment ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setDesktopEnvironment ( String[ ] ) in interface NutsDescriptorBuilder. |
| 51 |
Abstract method NutsDescriptorBuilder setExecutable ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setExecutable ( boolean ) in interface NutsDescriptorBuilder. |
| 52 |
Abstract method NutsDescriptorBuilder setOs ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOs ( String[ ] ) in interface NutsDescriptorBuilder. |
| 53 |
Abstract method NutsDescriptorBuilder setOsdist ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOsdist ( String[ ] ) in interface NutsDescriptorBuilder. |
| 54 |
Abstract method NutsDescriptorBuilder setPlatform ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setPlatform ( String[ ] ) in interface NutsDescriptorBuilder. |
| 55 |
Abstract method NutsDescriptorBuilder setProperties ( Map<String,String> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setProperties ( Map<String,String> ) in interface NutsDescriptorBuilder. |
[+] affected methods: 45 (0.7%)
NutsDescriptor.builder ( )Return value of this abstract method is of type 'NutsDescriptorBuilder'.
NutsDescriptorBuilder.addDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addDependency ( NutsDependency p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addLocation ( NutsIdLocation p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addStandardDependencies ( NutsDependency[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.addStandardDependency ( NutsDependency p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.applyParents ( NutsDescriptor[ ] p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.applyProperties ( )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.applyProperties ( Map<String,String> p1 )This abstract method is from 'NutsDescriptorBuilder' interface.
NutsDescriptorBuilder.build ( )This abstract method is from 'NutsDescriptorBuilder' interface.
...
[+] interface NutsDescriptorFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorFilterManager. |
[+] affected methods: 14 (0.2%)
NutsDescriptorFilterManager.byApiVersion ( NutsVersion p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byApp ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byArch ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byCompanion ( NutsVersion p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExec ( Boolean p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExpression ( String p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byExtension ( NutsVersion p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byLockedIds ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byOsdist ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
NutsDescriptorFilterManager.byPackaging ( String... p1 )This abstract method is from 'NutsDescriptorFilterManager' interface.
...
[+] interface NutsDescriptorFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptorFormat setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsDescriptorFormat. |
| 2 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
[+] affected methods: 10 (0.1%)
NutsDescriptorFormat.compact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.compact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.isCompact ( )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setCompact ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setNtf ( boolean p1 )This abstract method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setNtf ( boolean p1 )This method is from 'NutsDescriptorFormat' interface.
NutsDescriptorFormat.setValue ( NutsDescriptor p1 )This abstract method is from 'NutsDescriptorFormat' interface.
[+] interface NutsDescriptorManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsDescriptorManager. |
[+] affected methods: 10 (0.1%)
NutsDescriptorManager.callBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.classifierBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.descriptorBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.filter ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.formatter ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.formatter ( NutsDescriptor p1 )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.getSession ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.locationBuilder ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.parser ( )This abstract method is from 'NutsDescriptorManager' interface.
NutsDescriptorManager.setSession ( NutsSession p1 )This abstract method is from 'NutsDescriptorManager' interface.
[+] interface NutsDescriptorParser 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsDescriptor parse ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( NutsPath ) in NutsDescriptorParser. |
| 2 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
[+] affected methods: 13 (0.2%)
NutsDescriptorParser.getDescriptorStyle ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.getSession ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.isLenient ( )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.of ( NutsSession session )This method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( byte[ ] p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( File p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( InputStream p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( String p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( URL p1 )This abstract method is from 'NutsDescriptorParser' interface.
NutsDescriptorParser.parse ( Path p1 )This abstract method is from 'NutsDescriptorParser' interface.
...
[+] interface NutsElement 27
| Change | Effect |
|---|
| 1 |
Abstract method NutsCustomElement asCustom ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asCustom ( ) in NutsElement. |
| 2 |
Abstract method NutsArrayElement asSafeArray ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeArray ( boolean ) in NutsElement. |
| 3 |
Abstract method Byte asSafeByte ( Byte ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeByte ( Byte ) in NutsElement. |
| 4 |
Abstract method Double asSafeDouble ( Double ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeDouble ( Double ) in NutsElement. |
| 5 |
Abstract method Float asSafeFloat ( Float ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeFloat ( Float ) in NutsElement. |
| 6 |
Abstract method Instant asSafeInstant ( Instant ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeInstant ( Instant ) in NutsElement. |
| 7 |
Abstract method Integer asSafeInt ( Integer ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeInt ( Integer ) in NutsElement. |
| 8 |
Abstract method Long asSafeLong ( Long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeLong ( Long ) in NutsElement. |
| 9 |
Abstract method NutsObjectElement asSafeObject ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeObject ( boolean ) in NutsElement. |
| 10 |
Abstract method Short asSafeShort ( Short ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asSafeShort ( Short ) in NutsElement. |
| 11 |
Abstract method boolean isBlank ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isBlank ( ) in NutsElement. |
| 12 |
Abstract method boolean isCustom ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isCustom ( ) in NutsElement. |
| 13 |
Added super-interface NutsBlankable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsBlankable. |
| 14 |
Added super-interface NutsDescribable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsDescribable. |
| 15 |
Abstract method Byte asSafeByte ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeByte ( ) in interface NutsElement. |
| 16 |
Abstract method byte asSafeByte ( byte ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeByte ( byte ) in interface NutsElement. |
| 17 |
Abstract method Double asSafeDouble ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeDouble ( ) in interface NutsElement. |
| 18 |
Abstract method double asSafeDouble ( double ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeDouble ( double ) in interface NutsElement. |
| 19 |
Abstract method Float asSafeFloat ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeFloat ( ) in interface NutsElement. |
| 20 |
Abstract method float asSafeFloat ( float ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeFloat ( float ) in interface NutsElement. |
| 21 |
Abstract method Integer asSafeInt ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeInt ( ) in interface NutsElement. |
| 22 |
Abstract method int asSafeInt ( int ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeInt ( int ) in interface NutsElement. |
| 23 |
Abstract method Long asSafeLong ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeLong ( ) in interface NutsElement. |
| 24 |
Abstract method long asSafeLong ( long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeLong ( long ) in interface NutsElement. |
| 25 |
Abstract method Short asSafeShort ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeShort ( ) in interface NutsElement. |
| 26 |
Abstract method short asSafeShort ( short ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeShort ( short ) in interface NutsElement. |
| 27 |
Abstract method String asSafeString ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asSafeString ( ) in interface NutsElement. |
[+] affected methods: 73 (1.1%)
NutsArrayElement.get ( int p1 )Return value of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.add ( NutsElement p1 )1st parameter 'p1' of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.get ( int p1 )Return value of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.insert ( int p1, NutsElement p2 )2nd parameter 'p2' of this abstract method is of type 'NutsElement'.
NutsArrayElementBuilder.set ( int p1, NutsElement p2 )2nd parameter 'p2' of this abstract method is of type 'NutsElement'.
NutsElement.asArray ( )This abstract method is from 'NutsElement' interface.
NutsElement.asBoolean ( )This abstract method is from 'NutsElement' interface.
NutsElement.asByte ( )This abstract method is from 'NutsElement' interface.
NutsElement.asDouble ( )This abstract method is from 'NutsElement' interface.
NutsElement.asFloat ( )This abstract method is from 'NutsElement' interface.
...
[+] interface NutsElementFactoryContext 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsElements elem ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method elem ( ) in NutsElementFactoryContext. |
| 2 |
Abstract method Predicate<Class> getIndestructibleObjects ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getIndestructibleObjects ( ) in NutsElementFactoryContext. |
| 3 |
Abstract method boolean isNtf ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isNtf ( ) in NutsElementFactoryContext. |
| 4 |
Abstract method NutsElementFormat element ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method element ( ) in interface NutsElementFactoryContext. |
| 5 |
Abstract method Predicate<Type> getDestructTypeFilter ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDestructTypeFilter ( ) in interface NutsElementFactoryContext. |
[+] affected methods: 14 (0.2%)
NutsElementFactoryContext.defaultDestruct ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Class<T> p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultElementToObject ( NutsElement p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.defaultObjectToElement ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.destruct ( Object p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.elementToObject ( NutsElement p1, Class<T> p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.elementToObject ( NutsElement p1, Type p2 )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getProperties ( )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getSession ( )This abstract method is from 'NutsElementFactoryContext' interface.
NutsElementFactoryContext.getWorkspace ( )This abstract method is from 'NutsElementFactoryContext' interface.
...
[+] interface NutsElementFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsElementFormat. |
[+] affected methods: 60 (0.9%)
NutsElementFormat.compilePath ( String p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsElementFormat' interface.
NutsElementFormat.convert ( Object p1, Class<T> p2 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.destruct ( Object p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.forArray ( )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.forBoolean ( String p1 )This abstract method is from 'NutsElementFormat' interface.
NutsElementFormat.forBoolean ( boolean p1 )This abstract method is from 'NutsElementFormat' interface.
...
[+] interface NutsExecCommand 9
| Change | Effect |
|---|
| 1 |
Abstract method NutsString format ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method format ( ) in NutsExecCommand. |
| 2 |
Abstract method String getRedirectInputFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRedirectInputFile ( ) in NutsExecCommand. |
| 3 |
Abstract method String getRedirectOutputFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRedirectOutputFile ( ) in NutsExecCommand. |
| 4 |
Abstract method NutsExecCommand setRedirectInputFile ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRedirectInputFile ( String ) in NutsExecCommand. |
| 5 |
Abstract method NutsExecCommand setRedirectOutputFile ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRedirectOutputFile ( String ) in NutsExecCommand. |
| 6 |
Abstract method String getRedirectInpuFile ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getRedirectInpuFile ( ) in interface NutsExecCommand. |
| 7 |
Abstract method String getRedirectOuputFile ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getRedirectOuputFile ( ) in interface NutsExecCommand. |
| 8 |
Abstract method NutsExecCommand setRedirectInpuFile ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setRedirectInpuFile ( String ) in interface NutsExecCommand. |
| 9 |
Abstract method NutsExecCommand setRedirectOuputFile ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setRedirectOuputFile ( String ) in interface NutsExecCommand. |
[+] affected methods: 61 (0.9%)
NutsExecCommand.addCommand ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addCommand ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addEnv ( Map<String,String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOption ( String p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( String... p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.addExecutorOptions ( Collection<String> p1 )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearCommand ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearEnv ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.clearExecutorOptions ( )This abstract method is from 'NutsExecCommand' interface.
NutsExecCommand.configure ( boolean p1, String[ ] p2 )This method is from 'NutsExecCommand' interface.
...
[+] interface NutsExecutionContext 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsExecutionContext. |
| 2 |
Abstract method NutsSession getTraceSession ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getTraceSession ( ) in interface NutsExecutionContext. |
[+] affected methods: 18 (0.3%)
NutsExecutionContext.getArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCommandName ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getCwd ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getDefinition ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getEnv ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecSession ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutionType ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorArguments ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorDescriptor ( )This abstract method is from 'NutsExecutionContext' interface.
NutsExecutionContext.getExecutorProperties ( )This abstract method is from 'NutsExecutionContext' interface.
...
[+] interface NutsExecutionEntryAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecutionEntryAction. |
[+] affected methods: 5 (0.1%)
NutsExecutionEntryAction.getSession ( )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.parse ( File p1 )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.parse ( InputStream p1, String p2, String p3 )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.parse ( Path p1 )This abstract method is from 'NutsExecutionEntryAction' interface.
NutsExecutionEntryAction.setSession ( NutsSession p1 )This abstract method is from 'NutsExecutionEntryAction' interface.
[+] interface NutsExecutorComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsExecutorComponent. |
[+] affected methods: 3 (0.04%)
NutsExecutorComponent.dryExec ( NutsExecutionContext p1 )This abstract method is from 'NutsExecutorComponent' interface.
NutsExecutorComponent.exec ( NutsExecutionContext p1 )This abstract method is from 'NutsExecutorComponent' interface.
NutsExecutorComponent.getId ( )This abstract method is from 'NutsExecutorComponent' interface.
[+] interface NutsFilter 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsDescribable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsDescribable. |
[+] affected methods: 20 (0.3%)
NutsDependencyFilter.neg ( )Return value of this method is of type 'NutsFilter'.
NutsDescriptorFilter.neg ( )Return value of this method is of type 'NutsFilter'.
NutsFilter.and ( NutsFilter p1 )1st parameter 'p1' of this abstract method is of type 'NutsFilter'.
NutsFilter.getFilterOp ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.getFilterType ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.getSubFilters ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.getWorkspace ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.neg ( )This abstract method is from 'NutsFilter' interface.
NutsFilter.or ( NutsFilter p1 )1st parameter 'p1' of this abstract method is of type 'NutsFilter'.
NutsFilter.simplify ( )This abstract method is from 'NutsFilter' interface.
...
[+] interface NutsFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFilterManager. |
[+] affected methods: 22 (0.3%)
NutsFilterManager.all ( NutsFilter... p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.all ( Class<T> p1, NutsFilter... p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.always ( Class<T> p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.any ( NutsFilter... p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.any ( Class<T> p1, NutsFilter... p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.as ( Class<T> p1, NutsFilter p2 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.dependency ( )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.descriptor ( )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.detectType ( NutsFilter p1 )This abstract method is from 'NutsFilterManager' interface.
NutsFilterManager.getSession ( )This abstract method is from 'NutsFilterManager' interface.
...
[+] interface NutsFormat 3
| Change | Effect |
|---|
| 1 |
Abstract method void print ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method print ( NutsPath ) in NutsFormat. |
| 2 |
Abstract method void println ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method println ( NutsPath ) in NutsFormat. |
| 3 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
[+] affected methods: 51 (0.8%)
NutsCommandLine.formatter ( )Return value of this method is of type 'NutsFormat'.
NutsCommandLineFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsCommandLineFormat.setNtf ( boolean p1 )Return value of this method is of type 'NutsFormat'.
NutsCommandLineFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsDependency.formatter ( )Return value of this method is of type 'NutsFormat'.
NutsDependencyFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsDependencyFormat.setNtf ( boolean p1 )Return value of this method is of type 'NutsFormat'.
NutsDependencyFormat.setSession ( NutsSession p1 )Return value of this method is of type 'NutsFormat'.
NutsDescriptorFormat.configure ( boolean p1, String[ ] p2 )Return value of this method is of type 'NutsFormat'.
NutsDescriptorFormat.setNtf ( boolean p1 )Return value of this method is of type 'NutsFormat'.
...
[+] interface NutsFormatManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsFormatManager. |
[+] affected methods: 12 (0.2%)
NutsFormatManager.element ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.element ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.getSession ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.object ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.object ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.props ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.props ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.setSession ( NutsSession p1 )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.table ( )This abstract method is from 'NutsFormatManager' interface.
NutsFormatManager.table ( Object p1 )This abstract method is from 'NutsFormatManager' interface.
...
[+] interface NutsId 28
| Change | Effect |
|---|
| 1 |
Abstract method NutsId compatNewer ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method compatNewer ( ) in NutsId. |
| 2 |
Abstract method NutsId compatOlder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method compatOlder ( ) in NutsId. |
| 3 |
Abstract method boolean equalsLongId ( NutsId ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method equalsLongId ( NutsId ) in NutsId. |
| 4 |
Abstract method boolean equalsShortId ( NutsId ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method equalsShortId ( NutsId ) in NutsId. |
| 5 |
Abstract method NutsIdFilter filter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method filter ( ) in NutsId. |
| 6 |
Abstract method NutsEnvCondition getCondition ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCondition ( ) in NutsId. |
| 7 |
Abstract method NutsId getLongId ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLongId ( ) in NutsId. |
| 8 |
Abstract method NutsId getShortId ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getShortId ( ) in NutsId. |
| 9 |
Abstract method boolean isBlank ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isBlank ( ) in NutsId. |
| 10 |
Abstract method boolean isLongId ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isLongId ( ) in NutsId. |
| 11 |
Abstract method boolean isNull ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isNull ( ) in NutsId. |
| 12 |
Abstract method boolean isShortId ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isShortId ( ) in NutsId. |
| 13 |
Added super-interface NutsBlankable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsBlankable. |
| 14 |
Abstract method NutsTokenFilter anyToken ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method anyToken ( ) in interface NutsId. |
| 15 |
Abstract method NutsTokenFilter artifactIdToken ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method artifactIdToken ( ) in interface NutsId. |
| 16 |
Abstract method boolean equalsShortName ( NutsId ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method equalsShortName ( NutsId ) in interface NutsId. |
| 17 |
Abstract method String getArch ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getArch ( ) in interface NutsId. |
| 18 |
Abstract method NutsId getLongNameId ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLongNameId ( ) in interface NutsId. |
| 19 |
Abstract method String getOs ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOs ( ) in interface NutsId. |
| 20 |
Abstract method String getOsdist ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOsdist ( ) in interface NutsId. |
| 21 |
Abstract method String getPlatform ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPlatform ( ) in interface NutsId. |
| 22 |
Abstract method NutsId getShortNameId ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getShortNameId ( ) in interface NutsId. |
| 23 |
Abstract method NutsTokenFilter groupIdToken ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method groupIdToken ( ) in interface NutsId. |
| 24 |
Abstract method NutsTokenFilter propertiesToken ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method propertiesToken ( ) in interface NutsId. |
| 25 |
Abstract method NutsTokenFilter repositoryToken ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method repositoryToken ( ) in interface NutsId. |
| 26 |
Abstract method NutsTokenFilter versionToken ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method versionToken ( ) in interface NutsId. |
| 27 |
Removed super-interface java.io.Serializable. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsId. |
| 28 |
Removed super-interface NutsTokenFilter. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsId. |
[+] affected methods: 140 (2.1%)
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )2nd parameter 'id' of this method is of type 'NutsId'.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )2nd parameter 'id' of this method is of type 'NutsId'.
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )2nd parameter 'id' of this method is of type 'NutsId'.
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession workspace, NutsId id, NutsMessage msg, Exception cause )2nd parameter 'id' of this method is of type 'NutsId'.
NutsApplicationContext.getAppId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCall.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCallBuilder.getId ( )Return value of this abstract method is of type 'NutsId'.
NutsArtifactCallBuilder.setId ( NutsId p1 )1st parameter 'p1' of this abstract method is of type 'NutsId'.
NutsCommandConfig.getOwner ( )Return value of this method is of type 'NutsId'.
NutsCommandConfig.setOwner ( NutsId value )1st parameter 'value' of this method is of type 'NutsId'.
...
[+] interface NutsIdBuilder 16
| Change | Effect |
|---|
| 1 |
Abstract method NutsEnvConditionBuilder getCondition ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCondition ( ) in NutsIdBuilder. |
| 2 |
Abstract method NutsIdBuilder setAll ( NutsId ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAll ( NutsId ) in NutsIdBuilder. |
| 3 |
Abstract method NutsIdBuilder setAll ( NutsIdBuilder ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAll ( NutsIdBuilder ) in NutsIdBuilder. |
| 4 |
Abstract method NutsIdBuilder setCondition ( NutsEnvCondition ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCondition ( NutsEnvCondition ) in NutsIdBuilder. |
| 5 |
Abstract method NutsIdBuilder setCondition ( NutsEnvConditionBuilder ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCondition ( NutsEnvConditionBuilder ) in NutsIdBuilder. |
| 6 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
| 7 |
Abstract method String getArch ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getArch ( ) in interface NutsIdBuilder. |
| 8 |
Abstract method String getOs ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOs ( ) in interface NutsIdBuilder. |
| 9 |
Abstract method String getOsdist ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOsdist ( ) in interface NutsIdBuilder. |
| 10 |
Abstract method String getPlatform ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPlatform ( ) in interface NutsIdBuilder. |
| 11 |
Abstract method NutsIdBuilder set ( NutsId ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method set ( NutsId ) in interface NutsIdBuilder. |
| 12 |
Abstract method NutsIdBuilder set ( NutsIdBuilder ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method set ( NutsIdBuilder ) in interface NutsIdBuilder. |
| 13 |
Abstract method NutsIdBuilder setArch ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setArch ( String ) in interface NutsIdBuilder. |
| 14 |
Abstract method NutsIdBuilder setOs ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOs ( String ) in interface NutsIdBuilder. |
| 15 |
Abstract method NutsIdBuilder setOsdist ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setOsdist ( String ) in interface NutsIdBuilder. |
| 16 |
Abstract method NutsIdBuilder setPlatform ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setPlatform ( String ) in interface NutsIdBuilder. |
[+] affected methods: 32 (0.5%)
NutsId.builder ( )Return value of this abstract method is of type 'NutsIdBuilder'.
NutsIdBuilder.addProperties ( String p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.apply ( Function<String,String> p1 )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.build ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.clear ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getArtifactId ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getClassifier ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFace ( )This abstract method is from 'NutsIdBuilder' interface.
NutsIdBuilder.getFullName ( )This abstract method is from 'NutsIdBuilder' interface.
...
[+] interface NutsIdFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIdFilterManager. |
[+] affected methods: 6 (0.1%)
NutsIdFilterManager.byDefaultVersion ( Boolean p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byExpression ( String p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byInstallStatus ( NutsInstallStatusFilter p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.byName ( String... p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsIdFilterManager' interface.
NutsIdFilterManager.setSession ( NutsSession p1 )This method is from 'NutsIdFilterManager' interface.
[+] interface NutsIdFormat 5
| Change | Effect |
|---|
| 1 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
| 2 |
Abstract method boolean isHighlightOptional ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isHighlightOptional ( ) in interface NutsIdFormat. |
| 3 |
Abstract method boolean isHighlightScope ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isHighlightScope ( ) in interface NutsIdFormat. |
| 4 |
Abstract method NutsIdFormat setHighlightOptional ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setHighlightOptional ( boolean ) in interface NutsIdFormat. |
| 5 |
Abstract method NutsIdFormat setHighlightScope ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setHighlightScope ( boolean ) in interface NutsIdFormat. |
[+] affected methods: 26 (0.4%)
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsIdFormat' interface.
NutsIdFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getOmitProperties ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.getValue ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isHighlightImportedGroupId ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitClassifier ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitFace ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitGroupId ( )This abstract method is from 'NutsIdFormat' interface.
NutsIdFormat.isOmitImportedGroupId ( )This abstract method is from 'NutsIdFormat' interface.
...
[+] interface NutsIdLocation 1
| Change | Effect |
|---|
| 1 |
This interface became class. |
Recompilation of a client program may be terminated with the message: interface expected. |
[+] affected methods: 4 (0.1%)
NutsDescriptorBuilder.addLocation ( NutsIdLocation p1 )1st parameter 'p1' of this abstract method is of type 'NutsIdLocation'.
NutsIdLocation.getClassifier ( )This abstract method is from 'NutsIdLocation' interface.
NutsIdLocation.getRegion ( )This abstract method is from 'NutsIdLocation' interface.
NutsIdLocation.getUrl ( )This abstract method is from 'NutsIdLocation' interface.
[+] interface NutsIdLocationBuilder 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIdLocationBuilder. |
[+] affected methods: 10 (0.1%)
NutsIdLocationBuilder.build ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.clear ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getClassifier ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getRegion ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.getUrl ( )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.set ( NutsIdLocation p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.set ( NutsIdLocationBuilder p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setClassifier ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setRegion ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
NutsIdLocationBuilder.setUrl ( String p1 )This abstract method is from 'NutsIdLocationBuilder' interface.
[+] interface NutsIdManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIdManager. |
[+] affected methods: 10 (0.1%)
NutsIdManager.builder ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.filter ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.formatter ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.formatter ( NutsId p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.getSession ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.parse ( String p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.parser ( )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.resolveId ( Class p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.resolveIds ( Class p1 )This abstract method is from 'NutsIdManager' interface.
NutsIdManager.setSession ( NutsSession p1 )This abstract method is from 'NutsIdManager' interface.
[+] interface NutsIdParser 3
| Change | Effect |
|---|
| 1 |
Abstract method boolean isAcceptBlank ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isAcceptBlank ( ) in NutsIdParser. |
| 2 |
Abstract method NutsIdParser setAcceptBlank ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAcceptBlank ( boolean ) in NutsIdParser. |
| 3 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
[+] affected methods: 4 (0.1%)
NutsIdParser.isLenient ( )This abstract method is from 'NutsIdParser' interface.
NutsIdParser.of ( NutsSession session )This method is from 'NutsIdParser' interface.
NutsIdParser.parse ( String p1 )This abstract method is from 'NutsIdParser' interface.
NutsIdParser.setLenient ( boolean p1 )This abstract method is from 'NutsIdParser' interface.
[+] interface NutsImportManager 10
| Change | Effect |
|---|
| 1 |
Abstract method NutsImportManager addImports ( String... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addImports ( String... ) in NutsImportManager. |
| 2 |
Abstract method NutsImportManager clearImports ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method clearImports ( ) in NutsImportManager. |
| 3 |
Abstract method Set<String> getAllImports ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAllImports ( ) in NutsImportManager. |
| 4 |
Abstract method NutsImportManager removeImports ( String... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeImports ( String... ) in NutsImportManager. |
| 5 |
Abstract method NutsImportManager updateImports ( String[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateImports ( String[ ] ) in NutsImportManager. |
| 6 |
Abstract method NutsImportManager add ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method add ( String[ ] ) in interface NutsImportManager. |
| 7 |
Abstract method Set<String> getAll ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getAll ( ) in interface NutsImportManager. |
| 8 |
Abstract method NutsImportManager remove ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method remove ( String[ ] ) in interface NutsImportManager. |
| 9 |
Abstract method NutsImportManager removeAll ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method removeAll ( ) in interface NutsImportManager. |
| 10 |
Abstract method NutsImportManager set ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method set ( String[ ] ) in interface NutsImportManager. |
[+] affected methods: 4 (0.1%)
NutsImportManager.getSession ( )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.isImportedGroupId ( String p1 )This abstract method is from 'NutsImportManager' interface.
NutsImportManager.setSession ( NutsSession p1 )This abstract method is from 'NutsImportManager' interface.
NutsWorkspace.imports ( )Return value of this abstract method is of type 'NutsImportManager'.
[+] interface NutsIndexStore 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsIterator<NutsId> search ( NutsIdFilter, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method search ( NutsIdFilter, NutsSession ) in NutsIndexStore. |
| 2 |
Abstract method NutsIterator<NutsId> searchVersions ( NutsId, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method searchVersions ( NutsId, NutsSession ) in NutsIndexStore. |
| 3 |
Abstract method Iterator<NutsId> search ( NutsIdFilter, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method search ( NutsIdFilter, NutsSession ) in interface NutsIndexStore. |
| 4 |
Abstract method Iterator<NutsId> searchVersions ( NutsId, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method searchVersions ( NutsId, NutsSession ) in interface NutsIndexStore. |
[+] affected methods: 8 (0.1%)
NutsIndexStore.invalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isEnabled ( )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.isSubscribed ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.revalidate ( NutsId p1, NutsSession p2 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.setEnabled ( boolean p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.subscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
NutsIndexStore.unsubscribe ( NutsSession p1 )This abstract method is from 'NutsIndexStore' interface.
spi.NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 )Return value of this abstract method is of type 'NutsIndexStore'.
[+] interface NutsInfoFormat 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInfoFormat. |
[+] affected methods: 13 (0.2%)
NutsInfoFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isFancy ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.isShowRepositories ( )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setFancy ( boolean p1 )This abstract method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setNtf ( boolean p1 )This method is from 'NutsInfoFormat' interface.
NutsInfoFormat.setNtf ( boolean p1 )This abstract method is from 'NutsInfoFormat' interface.
...
[+] interface NutsInput 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInput. |
[+] affected methods: 17 (0.2%)
NutsInput.close ( )This abstract method is from 'NutsInput' interface.
NutsInput.getContentEncoding ( )This abstract method is from 'NutsInput' interface.
NutsInput.getContentType ( )This abstract method is from 'NutsInput' interface.
NutsInput.getFilePath ( )This abstract method is from 'NutsInput' interface.
NutsInput.getFormattedName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getLastModifiedInstant ( )This abstract method is from 'NutsInput' interface.
NutsInput.getName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getSource ( )This abstract method is from 'NutsInput' interface.
NutsInput.getTypeName ( )This abstract method is from 'NutsInput' interface.
NutsInput.getURL ( )This abstract method is from 'NutsInput' interface.
...
[+] interface NutsInputAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInputAction. |
[+] affected methods: 17 (0.2%)
NutsInputAction.getName ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.getSession ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.getTypeName ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.isMultiRead ( )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( byte[ ] p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( File p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( InputStream p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( Object p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( String p1 )This abstract method is from 'NutsInputAction' interface.
NutsInputAction.of ( URL p1 )This abstract method is from 'NutsInputAction' interface.
...
[+] interface NutsInstallCommand 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsStream<NutsDefinition> getResult ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResult ( ) in NutsInstallCommand. |
| 2 |
Abstract method NutsResultList<NutsDefinition> getResult ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResult ( ) in interface NutsInstallCommand. |
[+] affected methods: 43 (0.6%)
NutsInstallCommand.addArg ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addArgs ( Collection<String> p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addConditionalArgs ( Predicate<NutsDefinition> p1, String... p2 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( String p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addId ( NutsId p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( String... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearArgs ( )This abstract method is from 'NutsInstallCommand' interface.
NutsInstallCommand.clearIds ( )This abstract method is from 'NutsInstallCommand' interface.
...
[+] interface NutsInstallerComponent 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallerComponent. |
[+] affected methods: 3 (0.04%)
NutsInstallerComponent.install ( NutsExecutionContext p1 )This abstract method is from 'NutsInstallerComponent' interface.
NutsInstallerComponent.uninstall ( NutsExecutionContext p1, boolean p2 )This abstract method is from 'NutsInstallerComponent' interface.
NutsInstallerComponent.update ( NutsExecutionContext p1 )This abstract method is from 'NutsInstallerComponent' interface.
[+] interface NutsInstallInformation 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath getInstallFolder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInstallFolder ( ) in NutsInstallInformation. |
| 2 |
Abstract method String getInstallFolder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getInstallFolder ( ) in interface NutsInstallInformation. |
[+] affected methods: 17 (0.2%)
NutsDefinition.getInstallInformation ( )Return value of this abstract method is of type 'NutsInstallInformation'.
NutsFetchCommand.getResultInstallInformation ( )Return value of this abstract method is of type 'NutsInstallInformation'.
NutsInstallInformation.getCreatedInstant ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getId ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallStatus ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getInstallUser ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getLastModifiedInstant ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryName ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.getSourceRepositoryUUID ( )This abstract method is from 'NutsInstallInformation' interface.
NutsInstallInformation.isDefaultVersion ( )This abstract method is from 'NutsInstallInformation' interface.
...
[+] interface NutsInstallStatusFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsInstallStatusFilterManager. |
[+] affected methods: 7 (0.1%)
NutsInstallStatusFilterManager.byDefaultValue ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byDeployed ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byInstalled ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byObsolete ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.byRequired ( boolean p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsInstallStatusFilterManager' interface.
NutsInstallStatusFilterManager.setSession ( NutsSession p1 )This method is from 'NutsInstallStatusFilterManager' interface.
[+] interface NutsIOCompressAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOCompressAction. |
[+] affected methods: 35 (0.5%)
NutsIOCompressAction.addSource ( File p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( InputStream p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( String p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( URL p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.addSource ( Path p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getFormat ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getSession ( )This abstract method is from 'NutsIOCompressAction' interface.
NutsIOCompressAction.getSources ( )This abstract method is from 'NutsIOCompressAction' interface.
...
[+] interface NutsIOCopyAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOCopyAction. |
[+] affected methods: 50 (0.7%)
NutsIOCopyAction.from ( File p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( InputStream p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Object p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( String p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( URL p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( Path p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.from ( NutsInput p1 )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getByteArrayResult ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOCopyAction' interface.
NutsIOCopyAction.getSession ( )This abstract method is from 'NutsIOCopyAction' interface.
...
[+] interface NutsIODeleteAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIODeleteAction. |
[+] affected methods: 9 (0.1%)
NutsIODeleteAction.getSession ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.getTarget ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.isFailFast ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.run ( )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setFailFast ( boolean p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( File p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( Object p1 )This abstract method is from 'NutsIODeleteAction' interface.
NutsIODeleteAction.setTarget ( Path p1 )This abstract method is from 'NutsIODeleteAction' interface.
[+] interface NutsIOHashAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOHashAction. |
[+] affected methods: 15 (0.2%)
NutsIOHashAction.algorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeBytes ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.computeString ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.getAlgorithm ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.getSession ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.md5 ( )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setAlgorithm ( String p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setSource ( File p1 )This abstract method is from 'NutsIOHashAction' interface.
NutsIOHashAction.setSource ( InputStream p1 )This abstract method is from 'NutsIOHashAction' interface.
...
[+] interface NutsIOLockAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOLockAction. |
[+] affected methods: 13 (0.2%)
NutsIOLockAction.call ( Callable<T> p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.call ( Callable<T> p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.create ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getResource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSession ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.getSource ( )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.run ( Runnable p1, long p2, TimeUnit p3 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.setResource ( File p1 )This abstract method is from 'NutsIOLockAction' interface.
NutsIOLockAction.setResource ( Object p1 )This abstract method is from 'NutsIOLockAction' interface.
...
[+] interface NutsIOManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOManager. |
[+] affected methods: 33 (0.5%)
NutsIOManager.addPathFactory ( NutsPathFactory p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.compress ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.copy ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createMemoryPrintStream ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createPrintStream ( OutputStream p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createPrintStream ( OutputStream p1, NutsTerminalMode p2 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.createPrintStream ( Writer p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.delete ( )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1 )This abstract method is from 'NutsIOManager' interface.
NutsIOManager.expandPath ( String p1, String p2 )This abstract method is from 'NutsIOManager' interface.
...
[+] interface NutsIOProcessAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOProcessAction. |
[+] affected methods: 12 (0.2%)
NutsIOProcessAction.failFast ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.failFast ( boolean p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getResultList ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getSession ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.getType ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.isFailFast ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.isSupportedKillProcess ( )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.killProcess ( String p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setFailFast ( boolean p1 )This abstract method is from 'NutsIOProcessAction' interface.
NutsIOProcessAction.setSession ( NutsSession p1 )This abstract method is from 'NutsIOProcessAction' interface.
...
[+] interface NutsIOUncompressAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsIOUncompressAction. |
[+] affected methods: 39 (0.6%)
NutsIOUncompressAction.from ( File p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( InputStream p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Object p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( URL p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.from ( Path p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormat ( )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getFormatOption ( String p1 )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getProgressMonitorFactory ( )This abstract method is from 'NutsIOUncompressAction' interface.
NutsIOUncompressAction.getSession ( )This abstract method is from 'NutsIOUncompressAction' interface.
...
[+] interface NutsLogger 6
| Change | Effect |
|---|
| 1 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, Supplier<NutsMessage>, Supplier<Throwable> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method log ( NutsSession, Level, NutsLogVerb, Supplier<NutsMessage>, Supplier<Throwable> ) in NutsLogger. |
| 2 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, NutsMessage, Throwable ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method log ( NutsSession, Level, NutsLogVerb, NutsMessage, Throwable ) in NutsLogger. |
| 3 |
Abstract method void log ( NutsSession, Level, String, Throwable ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method log ( NutsSession, Level, String, Throwable ) in interface NutsLogger. |
| 4 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method log ( NutsSession, Level, NutsLogVerb, String ) in interface NutsLogger. |
| 5 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, String, Object... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method log ( NutsSession, Level, NutsLogVerb, String, Object... ) in interface NutsLogger. |
| 6 |
Abstract method void log ( NutsSession, Level, NutsLogVerb, Supplier<String> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method log ( NutsSession, Level, NutsLogVerb, Supplier<String> ) in interface NutsLogger. |
[+] affected methods: 4 (0.1%)
NutsLogger.isLoggable ( Level p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.log ( LogRecord p1 )This abstract method is from 'NutsLogger' interface.
NutsLogger.of ( Class clazz, NutsSession session )This method is from 'NutsLogger' interface.
NutsLogger.with ( )This abstract method is from 'NutsLogger' interface.
[+] interface NutsLoggerOp 6
| Change | Effect |
|---|
| 1 |
Abstract method boolean isLoggable ( Level ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isLoggable ( Level ) in NutsLoggerOp. |
| 2 |
Abstract method void log ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method log ( NutsMessage ) in NutsLoggerOp. |
| 3 |
Abstract method NutsLoggerOp formatted ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method formatted ( ) in interface NutsLoggerOp. |
| 4 |
Abstract method NutsLoggerOp formatted ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method formatted ( boolean ) in interface NutsLoggerOp. |
| 5 |
Abstract method void log ( String, Object... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method log ( String, Object... ) in interface NutsLoggerOp. |
| 6 |
Abstract method NutsLoggerOp style ( NutsTextFormatStyle ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method style ( NutsTextFormatStyle ) in interface NutsLoggerOp. |
[+] affected methods: 8 (0.1%)
NutsLogger.with ( )Return value of this abstract method is of type 'NutsLoggerOp'.
NutsLoggerOp.error ( Throwable p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.level ( Level p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.log ( Supplier<String> p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.of ( Class clazz, NutsSession session )This method is from 'NutsLoggerOp' interface.
NutsLoggerOp.session ( NutsSession p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.time ( long p1 )This abstract method is from 'NutsLoggerOp' interface.
NutsLoggerOp.verb ( NutsLogVerb p1 )This abstract method is from 'NutsLoggerOp' interface.
[+] interface NutsLogManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsLogManager. |
[+] affected methods: 13 (0.2%)
NutsLogManager.addHandler ( Handler p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getFileHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getFileLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getHandlers ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getSession ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermHandler ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.getTermLevel ( )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( Class p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.of ( String p1 )This abstract method is from 'NutsLogManager' interface.
NutsLogManager.removeHandler ( Handler p1 )This abstract method is from 'NutsLogManager' interface.
...
[+] interface NutsMonitorAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsMonitorAction. |
[+] affected methods: 23 (0.3%)
NutsMonitorAction.create ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.createSource ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getLength ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getName ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getOrigin ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getProgressFactory ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSession ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.getSourceTypeName ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.isLogProgress ( )This abstract method is from 'NutsMonitorAction' interface.
NutsMonitorAction.setLength ( long p1 )This abstract method is from 'NutsMonitorAction' interface.
...
[+] interface NutsMutableTableModel 1
| Change | Effect |
|---|
| 1 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
[+] affected methods: 14 (0.2%)
NutsMutableTableModel.addCell ( Object p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addCells ( Object... p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addHeaderCell ( Object p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addHeaderCells ( Object... p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.addRow ( Object... p1 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.clearHeader ( )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.newRow ( )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.of ( NutsSession session )This method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.setCellColSpan ( int p1, int p2, int p3 )This abstract method is from 'NutsMutableTableModel' interface.
NutsMutableTableModel.setCellRowSpan ( int p1, int p2, int p3 )This abstract method is from 'NutsMutableTableModel' interface.
...
[+] interface NutsObjectElement 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsObjectElementBuilder builder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method builder ( ) in NutsObjectElement. |
[+] affected methods: 45 (0.7%)
NutsArrayElement.getObject ( int p1 )Return value of this abstract method is of type 'NutsObjectElement'.
NutsElement.asObject ( )Return value of this abstract method is of type 'NutsObjectElement'.
NutsElement.asSafeObject ( )Return value of this abstract method is of type 'NutsObjectElement'.
NutsObjectElement.children ( )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.get ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.get ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getArray ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getArray ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getBoolean ( String p1 )This abstract method is from 'NutsObjectElement' interface.
NutsObjectElement.getBoolean ( NutsElement p1 )This abstract method is from 'NutsObjectElement' interface.
...
[+] interface NutsObjectElementBuilder 4
| Change | Effect |
|---|
| 1 |
Abstract method NutsObjectElementBuilder addAll ( Map<NutsElement,NutsElement> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( Map<NutsElement,NutsElement> ) in NutsObjectElementBuilder. |
| 2 |
Abstract method NutsObjectElementBuilder addAll ( NutsObjectElement ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( NutsObjectElement ) in NutsObjectElementBuilder. |
| 3 |
Abstract method NutsObjectElementBuilder addAll ( NutsObjectElementBuilder ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( NutsObjectElementBuilder ) in NutsObjectElementBuilder. |
| 4 |
Abstract method NutsObjectElementBuilder addAll ( NutsElementEntry... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAll ( NutsElementEntry... ) in NutsObjectElementBuilder. |
[+] affected methods: 24 (0.4%)
NutsObjectElementBuilder.add ( NutsElementEntry p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.add ( NutsObjectElement p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.add ( NutsObjectElementBuilder p1 )1st parameter 'p1' of this abstract method is of type 'NutsObjectElementBuilder'.
NutsObjectElementBuilder.build ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.children ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.clear ( )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.get ( String p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.get ( NutsElement p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.of ( NutsSession session )This method is from 'NutsObjectElementBuilder' interface.
NutsObjectElementBuilder.remove ( String p1 )This abstract method is from 'NutsObjectElementBuilder' interface.
...
[+] interface NutsObjectFormat 4
| Change | Effect |
|---|
| 1 |
Abstract method boolean isCompact ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isCompact ( ) in NutsObjectFormat. |
| 2 |
Abstract method NutsObjectFormat setCompact ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCompact ( boolean ) in NutsObjectFormat. |
| 3 |
Added super-interface NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsContentTypeFormat. |
| 4 |
Removed super-interface NutsFormat. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsObjectFormat. |
[+] affected methods: 9 (0.1%)
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.getValue ( )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setNtf ( boolean p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setNtf ( boolean p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsObjectFormat' interface.
NutsObjectFormat.setValue ( Object p1 )This abstract method is from 'NutsObjectFormat' interface.
[+] interface NutsOutput 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsOutput. |
[+] affected methods: 9 (0.1%)
NutsOutput.close ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getFilePath ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getName ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getSource ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getTypeName ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.getURL ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.isPath ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.isURL ( )This abstract method is from 'NutsOutput' interface.
NutsOutput.open ( )This abstract method is from 'NutsOutput' interface.
[+] interface NutsOutputAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsOutputAction. |
[+] affected methods: 13 (0.2%)
NutsOutputAction.getName ( )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.getSession ( )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.getTypeName ( )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( File p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( OutputStream p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( Object p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( String p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( URL p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( Path p1 )This abstract method is from 'NutsOutputAction' interface.
NutsOutputAction.of ( NutsPath p1 )This abstract method is from 'NutsOutputAction' interface.
...
[+] interface NutsPath 76
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath addPermissions ( NutsPathPermission... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addPermissions ( NutsPathPermission... ) in NutsPath. |
| 2 |
Abstract method Path asFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method asFile ( ) in NutsPath. |
| 3 |
Abstract method void copyTo ( NutsPath, NutsPathOption... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method copyTo ( NutsPath, NutsPathOption... ) in NutsPath. |
| 4 |
Abstract method NutsPath delete ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( ) in NutsPath. |
| 5 |
Abstract method NutsPath delete ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( boolean ) in NutsPath. |
| 6 |
Abstract method NutsPath deleteTree ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteTree ( ) in NutsPath. |
| 7 |
Abstract method NutsPath expandPath ( Function<String,String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method expandPath ( Function<String,String> ) in NutsPath. |
| 8 |
Abstract method Instant getCreationInstant ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCreationInstant ( ) in NutsPath. |
| 9 |
Abstract method InputStream getInputStream ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInputStream ( ) in NutsPath. |
| 10 |
Abstract method String getItem ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getItem ( int ) in NutsPath. |
| 11 |
Abstract method String[ ] getItems ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getItems ( ) in NutsPath. |
| 12 |
Abstract method Instant getLastAccessInstant ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLastAccessInstant ( ) in NutsPath. |
| 13 |
Abstract method OutputStream getOutputStream ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOutputStream ( ) in NutsPath. |
| 14 |
Abstract method NutsPath getParent ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getParent ( ) in NutsPath. |
| 15 |
Abstract method int getPathCount ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPathCount ( ) in NutsPath. |
| 16 |
Abstract method Set<NutsPathPermission> getPermissions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPermissions ( ) in NutsPath. |
| 17 |
Abstract method String getProtocol ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProtocol ( ) in NutsPath. |
| 18 |
Abstract method Reader getReader ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReader ( ) in NutsPath. |
| 19 |
Abstract method NutsPath getRoot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRoot ( ) in NutsPath. |
| 20 |
Abstract method String getUserKind ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserKind ( ) in NutsPath. |
| 21 |
Abstract method Writer getWriter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getWriter ( ) in NutsPath. |
| 22 |
Abstract method String group ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method group ( ) in NutsPath. |
| 23 |
Abstract method List<String> head ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method head ( int ) in NutsPath. |
| 24 |
Abstract method boolean isAbsolute ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isAbsolute ( ) in NutsPath. |
| 25 |
Abstract method boolean isDirectory ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isDirectory ( ) in NutsPath. |
| 26 |
Abstract method boolean isFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isFile ( ) in NutsPath. |
| 27 |
Abstract method boolean isHttp ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isHttp ( ) in NutsPath. |
| 28 |
Abstract method boolean isLocal ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isLocal ( ) in NutsPath. |
| 29 |
Abstract method boolean isName ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isName ( ) in NutsPath. |
| 30 |
Abstract method boolean isOther ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isOther ( ) in NutsPath. |
| 31 |
Abstract method boolean isRegularFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRegularFile ( ) in NutsPath. |
| 32 |
Abstract method boolean isRemote ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRemote ( ) in NutsPath. |
| 33 |
Abstract method boolean isRoot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRoot ( ) in NutsPath. |
| 34 |
Abstract method boolean isSymbolicLink ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSymbolicLink ( ) in NutsPath. |
| 35 |
Abstract method Stream<String> lines ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method lines ( ) in NutsPath. |
| 36 |
Abstract method NutsStream<NutsPath> list ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method list ( ) in NutsPath. |
| 37 |
Abstract method NutsPath mkParentDirs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method mkParentDirs ( ) in NutsPath. |
| 38 |
Abstract method NutsPath mkdir ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method mkdir ( ) in NutsPath. |
| 39 |
Abstract method NutsPath mkdir ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method mkdir ( boolean ) in NutsPath. |
| 40 |
Abstract method NutsPath mkdirs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method mkdirs ( ) in NutsPath. |
| 41 |
Abstract method void moveTo ( NutsPath, NutsPathOption... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method moveTo ( NutsPath, NutsPathOption... ) in NutsPath. |
| 42 |
Abstract method NutsPath normalize ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method normalize ( ) in NutsPath. |
| 43 |
Abstract method String owner ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method owner ( ) in NutsPath. |
| 44 |
Abstract method byte[ ] readAllBytes ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method readAllBytes ( ) in NutsPath. |
| 45 |
Abstract method NutsPath removePermissions ( NutsPathPermission... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removePermissions ( NutsPathPermission... ) in NutsPath. |
| 46 |
Abstract method NutsPath resolve ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resolve ( String ) in NutsPath. |
| 47 |
Abstract method NutsPath resolve ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resolve ( NutsPath ) in NutsPath. |
| 48 |
Abstract method NutsPath resolveSibling ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resolveSibling ( String ) in NutsPath. |
| 49 |
Abstract method NutsPath resolveSibling ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resolveSibling ( NutsPath ) in NutsPath. |
| 50 |
Abstract method NutsPath setPermissions ( NutsPathPermission... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setPermissions ( NutsPathPermission... ) in NutsPath. |
| 51 |
Abstract method NutsPath setUserKind ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setUserKind ( String ) in NutsPath. |
| 52 |
Abstract method NutsPath subpath ( int, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method subpath ( int, int ) in NutsPath. |
| 53 |
Abstract method List<String> tail ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method tail ( int ) in NutsPath. |
| 54 |
Abstract method NutsPath toAbsolute ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toAbsolute ( ) in NutsPath. |
| 55 |
Abstract method NutsPath toAbsolute ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toAbsolute ( String ) in NutsPath. |
| 56 |
Abstract method NutsPath toAbsolute ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toAbsolute ( NutsPath ) in NutsPath. |
| 57 |
Abstract method Path toFile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toFile ( ) in NutsPath. |
| 58 |
Abstract method NutsPath toRelativePath ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toRelativePath ( NutsPath ) in NutsPath. |
| 59 |
Abstract method NutsStream<NutsPath> walk ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method walk ( ) in NutsPath. |
| 60 |
Abstract method NutsStream<NutsPath> walk ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method walk ( int ) in NutsPath. |
| 61 |
Abstract method NutsStream<NutsPath> walk ( int, NutsPathOption[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method walk ( int, NutsPathOption[ ] ) in NutsPath. |
| 62 |
Abstract method NutsStream<NutsPath> walk ( NutsPathOption... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method walk ( NutsPathOption... ) in NutsPath. |
| 63 |
Abstract method NutsPath walkDfs ( NutsTreeVisitor<NutsPath>, int, NutsPathOption... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method walkDfs ( NutsTreeVisitor<NutsPath>, int, NutsPathOption... ) in NutsPath. |
| 64 |
Abstract method NutsPath walkDfs ( NutsTreeVisitor<NutsPath>, NutsPathOption... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method walkDfs ( NutsTreeVisitor<NutsPath>, NutsPathOption... ) in NutsPath. |
| 65 |
Abstract method NutsStream<NutsPath> walkGlob ( NutsPathOption... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method walkGlob ( NutsPathOption... ) in NutsPath. |
| 66 |
Abstract method NutsPath writeBytes ( byte[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method writeBytes ( byte[ ] ) in NutsPath. |
| 67 |
Added super-interface NutsStreamMetadataAware. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsStreamMetadataAware. |
| 68 |
Abstract method Path asFilePath ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asFilePath ( ) in interface NutsPath. |
| 69 |
Abstract method String asString ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asString ( ) in interface NutsPath. |
| 70 |
Abstract method void delete ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method delete ( boolean ) in interface NutsPath. |
| 71 |
Abstract method NutsString getFormattedName ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getFormattedName ( ) in interface NutsPath. |
| 72 |
Abstract method NutsInput input ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method input ( ) in interface NutsPath. |
| 73 |
Abstract method boolean isFilePath ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isFilePath ( ) in interface NutsPath. |
| 74 |
Abstract method void mkdir ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method mkdir ( boolean ) in interface NutsPath. |
| 75 |
Abstract method NutsOutput output ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method output ( ) in interface NutsPath. |
| 76 |
Abstract method Path toFilePath ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method toFilePath ( ) in interface NutsPath. |
[+] affected methods: 25 (0.4%)
NutsContent.getPath ( )Return value of this abstract method is of type 'NutsPath'.
NutsContentEvent.getLocation ( )Return value of this abstract method is of type 'NutsPath'.
NutsDefaultContent.NutsDefaultContent ( NutsPath location, boolean cached, boolean temporary )1st parameter 'location' of this method is of type 'NutsPath'.
NutsDefaultContent.getPath ( )Return value of this method is of type 'NutsPath'.
NutsPath.asURL ( )This abstract method is from 'NutsPath' interface.
NutsPath.exists ( )This abstract method is from 'NutsPath' interface.
NutsPath.getBaseName ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentEncoding ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentLength ( )This abstract method is from 'NutsPath' interface.
NutsPath.getContentType ( )This abstract method is from 'NutsPath' interface.
...
[+] interface NutsPathFactory 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsPathFactory. |
[+] affected methods: 1 (0.01%)
NutsPathFactory.createPath ( String p1, NutsSession p2, ClassLoader p3 )This abstract method is from 'NutsPathFactory' interface.
[+] interface NutsPrimitiveElement 18
| Change | Effect |
|---|
| 1 |
Abstract method Boolean getBoolean ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBoolean ( Boolean ) in NutsPrimitiveElement. |
| 2 |
Abstract method Boolean getBoolean ( Boolean, Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBoolean ( Boolean, Boolean ) in NutsPrimitiveElement. |
| 3 |
Abstract method Byte getByte ( Byte ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getByte ( Byte ) in NutsPrimitiveElement. |
| 4 |
Abstract method Double getDouble ( Double ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDouble ( Double ) in NutsPrimitiveElement. |
| 5 |
Abstract method Double getDouble ( Double, Double ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDouble ( Double, Double ) in NutsPrimitiveElement. |
| 6 |
Abstract method Float getFloat ( Float ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFloat ( Float ) in NutsPrimitiveElement. |
| 7 |
Abstract method Float getFloat ( Float, Float ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFloat ( Float, Float ) in NutsPrimitiveElement. |
| 8 |
Abstract method Instant getInstant ( Instant ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInstant ( Instant ) in NutsPrimitiveElement. |
| 9 |
Abstract method Instant getInstant ( Instant, Instant ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInstant ( Instant, Instant ) in NutsPrimitiveElement. |
| 10 |
Abstract method Integer getInt ( Integer ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInt ( Integer ) in NutsPrimitiveElement. |
| 11 |
Abstract method Integer getInt ( Integer, Integer ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInt ( Integer, Integer ) in NutsPrimitiveElement. |
| 12 |
Abstract method Long getLong ( Long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLong ( Long ) in NutsPrimitiveElement. |
| 13 |
Abstract method Long getLong ( Long, Long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLong ( Long, Long ) in NutsPrimitiveElement. |
| 14 |
Abstract method Number getNumber ( Number ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNumber ( Number ) in NutsPrimitiveElement. |
| 15 |
Abstract method Number getNumber ( Number, Number ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNumber ( Number, Number ) in NutsPrimitiveElement. |
| 16 |
Abstract method Short getShort ( Short ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getShort ( Short ) in NutsPrimitiveElement. |
| 17 |
Abstract method String getString ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getString ( String ) in NutsPrimitiveElement. |
| 18 |
Abstract method boolean isBoolean ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isBoolean ( ) in NutsPrimitiveElement. |
[+] affected methods: 19 (0.3%)
NutsElement.asPrimitive ( )Return value of this abstract method is of type 'NutsPrimitiveElement'.
NutsPrimitiveElement.getBoolean ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getByte ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getDouble ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getFloat ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getInstant ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getInt ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getLong ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getNumber ( )This abstract method is from 'NutsPrimitiveElement' interface.
NutsPrimitiveElement.getShort ( )This abstract method is from 'NutsPrimitiveElement' interface.
...
[+] interface NutsPrintStream 15
| Change | Effect |
|---|
| 1 |
Abstract method NutsString getFormattedName ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFormattedName ( ) in NutsPrintStream. |
| 2 |
Abstract method NutsSession getSession ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSession ( ) in NutsPrintStream. |
| 3 |
Abstract method NutsSystemTerminalBase getTerminal ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTerminal ( ) in NutsPrintStream. |
| 4 |
Abstract method NutsPrintStream printf ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method printf ( Object ) in NutsPrintStream. |
| 5 |
Abstract method NutsPrintStream printlnf ( Object ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method printlnf ( Object ) in NutsPrintStream. |
| 6 |
Abstract method NutsPrintStream printlnf ( String, Object... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method printlnf ( String, Object... ) in NutsPrintStream. |
| 7 |
Abstract method NutsPrintStream run ( NutsTerminalCommand, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method run ( NutsTerminalCommand, NutsSession ) in NutsPrintStream. |
| 8 |
Abstract method NutsPrintStream setFormattedName ( NutsString ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setFormattedName ( NutsString ) in NutsPrintStream. |
| 9 |
Abstract method NutsPrintStream setMode ( NutsTerminalMode ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMode ( NutsTerminalMode ) in NutsPrintStream. |
| 10 |
Abstract method NutsPrintStream setSession ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSession ( NutsSession ) in NutsPrintStream. |
| 11 |
Added super-interface NutsStreamMetadataAware. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsStreamMetadataAware. |
| 12 |
Abstract method NutsPrintStream convertMode ( NutsTerminalMode ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method convertMode ( NutsTerminalMode ) in interface NutsPrintStream. |
| 13 |
Abstract method NutsPrintStream convertSession ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method convertSession ( NutsSession ) in interface NutsPrintStream. |
| 14 |
Abstract method int getColumns ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getColumns ( ) in interface NutsPrintStream. |
| 15 |
Abstract method NutsPrintStream run ( NutsTerminalCommand ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method run ( NutsTerminalCommand ) in interface NutsPrintStream. |
[+] affected methods: 70 (1%)
NutsExecCommand.getErr ( )Return value of this abstract method is of type 'NutsPrintStream'.
NutsExecCommand.getOut ( )Return value of this abstract method is of type 'NutsPrintStream'.
NutsExecCommand.setErr ( NutsPrintStream p1 )1st parameter 'p1' of this abstract method is of type 'NutsPrintStream'.
NutsExecCommand.setOut ( NutsPrintStream p1 )1st parameter 'p1' of this abstract method is of type 'NutsPrintStream'.
NutsFormat.print ( NutsPrintStream p1 )1st parameter 'p1' of this abstract method is of type 'NutsPrintStream'.
NutsFormat.println ( NutsPrintStream p1 )1st parameter 'p1' of this abstract method is of type 'NutsPrintStream'.
NutsPrintStream.append ( char p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.append ( CharSequence p1 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.append ( CharSequence p1, int p2, int p3 )This abstract method is from 'NutsPrintStream' interface.
NutsPrintStream.asOutputStream ( )This abstract method is from 'NutsPrintStream' interface.
...
[+] interface NutsPropertiesFormat 2
| Change | Effect |
|---|
| 1 |
Added super-interface NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsContentTypeFormat. |
| 2 |
Removed super-interface NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsPropertiesFormat. |
[+] affected methods: 13 (0.2%)
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getModel ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.getSeparator ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.isSorted ( )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setNtf ( boolean p1 )This method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setNtf ( boolean p1 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSeparator ( String p1 )This abstract method is from 'NutsPropertiesFormat' interface.
NutsPropertiesFormat.setSession ( NutsSession p1 )This method is from 'NutsPropertiesFormat' interface.
...
[+] interface NutsQuestion<T> 23
| Change | Effect |
|---|
| 1 |
Abstract method NutsQuestion<Boolean> forBoolean ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forBoolean ( NutsMessage ) in NutsQuestion<T>. |
| 2 |
Abstract method NutsQuestion<Double> forDouble ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forDouble ( NutsMessage ) in NutsQuestion<T>. |
| 3 |
Abstract method NutsQuestion<K> forEnum ( Class<K>, NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forEnum ( Class<K>, NutsMessage ) in NutsQuestion<T>. |
| 4 |
Abstract method NutsQuestion<Float> forFloat ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forFloat ( NutsMessage ) in NutsQuestion<T>. |
| 5 |
Abstract method NutsQuestion<Integer> forInteger ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forInteger ( NutsMessage ) in NutsQuestion<T>. |
| 6 |
Abstract method NutsQuestion<Long> forLong ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forLong ( NutsMessage ) in NutsQuestion<T>. |
| 7 |
Abstract method NutsQuestion<char[ ]> forPassword ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forPassword ( NutsMessage ) in NutsQuestion<T>. |
| 8 |
Abstract method NutsQuestion<String> forString ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method forString ( NutsMessage ) in NutsQuestion<T>. |
| 9 |
Abstract method NutsMessage getCancelMessage ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCancelMessage ( ) in NutsQuestion<T>. |
| 10 |
Abstract method NutsMessage getHintMessage ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHintMessage ( ) in NutsQuestion<T>. |
| 11 |
Abstract method NutsMessage getMessage ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMessage ( ) in NutsQuestion<T>. |
| 12 |
Abstract method NutsQuestion<T> setCancelMessage ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCancelMessage ( NutsMessage ) in NutsQuestion<T>. |
| 13 |
Abstract method NutsQuestion<T> setHintMessage ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setHintMessage ( NutsMessage ) in NutsQuestion<T>. |
| 14 |
Abstract method NutsQuestion<T> setMessage ( NutsMessage ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMessage ( NutsMessage ) in NutsQuestion<T>. |
| 15 |
Abstract method String getCancelMessage ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCancelMessage ( ) in interface NutsQuestion<T>. |
| 16 |
Abstract method Object[ ] getCancelMessageParameters ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCancelMessageParameters ( ) in interface NutsQuestion<T>. |
| 17 |
Abstract method String getHintMessage ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHintMessage ( ) in interface NutsQuestion<T>. |
| 18 |
Abstract method Object[ ] getHintMessageParameters ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHintMessageParameters ( ) in interface NutsQuestion<T>. |
| 19 |
Abstract method String getMessage ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getMessage ( ) in interface NutsQuestion<T>. |
| 20 |
Abstract method Object[ ] getMessageParameters ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getMessageParameters ( ) in interface NutsQuestion<T>. |
| 21 |
Abstract method NutsQuestion<T> setCancelMessage ( String, Object... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setCancelMessage ( String, Object... ) in interface NutsQuestion<T>. |
| 22 |
Abstract method NutsQuestion<T> setHintMessage ( String, Object... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setHintMessage ( String, Object... ) in interface NutsQuestion<T>. |
| 23 |
Abstract method NutsQuestion<T> setMessage ( String, Object... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setMessage ( String, Object... ) in interface NutsQuestion<T>. |
[+] affected methods: 35 (0.5%)
NutsQuestion<T>.configure ( boolean p1, String[ ] p2 )This method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.configure ( boolean p1, String... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forBoolean ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forDouble ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forEnum ( Class<K> p1, String p2, Object... p3 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forFloat ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forInteger ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forLong ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forPassword ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
NutsQuestion<T>.forString ( String p1, Object... p2 )This abstract method is from 'NutsQuestion<T>' interface.
...
[+] interface NutsRepository 13
| Change | Effect |
|---|
| 1 |
Abstract method boolean isAvailable ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isAvailable ( NutsSession ) in NutsRepository. |
| 2 |
Abstract method boolean isAvailable ( boolean, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isAvailable ( boolean, NutsSession ) in NutsRepository. |
| 3 |
Abstract method boolean isSupportedDeploy ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSupportedDeploy ( NutsSession ) in NutsRepository. |
| 4 |
Abstract method boolean isSupportedDeploy ( boolean, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSupportedDeploy ( boolean, NutsSession ) in NutsRepository. |
| 5 |
Abstract method NutsRepositoryEnvManager env ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method env ( ) in interface NutsRepository. |
| 6 |
Abstract method boolean isAvailable ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isAvailable ( ) in interface NutsRepository. |
| 7 |
Abstract method boolean isAvailable ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isAvailable ( boolean ) in interface NutsRepository. |
| 8 |
Field SPEED_FAST of type int with the compile-time constant value 10000 has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find variable SPEED_FAST in NutsRepository. |
| 9 |
Field SPEED_FASTER of type int with the compile-time constant value 100000 has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find variable SPEED_FASTER in NutsRepository. |
| 10 |
Field SPEED_FASTEST of type int with the compile-time constant value 1000000 has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find variable SPEED_FASTEST in NutsRepository. |
| 11 |
Field SPEED_SLOW of type int with the compile-time constant value 1000 has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find variable SPEED_SLOW in NutsRepository. |
| 12 |
Field SPEED_SLOWER of type int with the compile-time constant value 100 has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find variable SPEED_SLOWER in NutsRepository. |
| 13 |
Field SPEED_SLOWEST of type int with the compile-time constant value 10 has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find variable SPEED_SLOWEST in NutsRepository. |
[+] affected methods: 45 (0.7%)
NutsContentEvent.getRepository ( )Return value of this abstract method is of type 'NutsRepository'.
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message )2nd parameter 'repo' of this method is of type 'NutsRepository'.
NutsFetchModeNotSupportedException.NutsFetchModeNotSupportedException ( NutsSession session, NutsRepository repo, NutsFetchMode fetchMode, String id, NutsMessage message, Exception cause )2nd parameter 'repo' of this method is of type 'NutsRepository'.
NutsRepository.addRepositoryListener ( NutsRepositoryListener p1 )This abstract method is from 'NutsRepository' interface.
NutsRepository.addUserPropertyListener ( NutsMapListener<String,Object> p1 )This abstract method is from 'NutsRepository' interface.
NutsRepository.config ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getName ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getParentRepository ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryListeners ( )This abstract method is from 'NutsRepository' interface.
NutsRepository.getRepositoryType ( )This abstract method is from 'NutsRepository' interface.
...
[+] interface NutsRepositoryConfigManager 16
| Change | Effect |
|---|
| 1 |
Abstract method Map<String,String> getConfigMap ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConfigMap ( ) in NutsRepositoryConfigManager. |
| 2 |
Abstract method Map<String,String> getConfigMap ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConfigMap ( boolean ) in NutsRepositoryConfigManager. |
| 3 |
Abstract method String getConfigProperty ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConfigProperty ( String, String ) in NutsRepositoryConfigManager. |
| 4 |
Abstract method String getConfigProperty ( String, String, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConfigProperty ( String, String, boolean ) in NutsRepositoryConfigManager. |
| 5 |
Abstract method int getDeployWeight ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDeployWeight ( ) in NutsRepositoryConfigManager. |
| 6 |
Abstract method NutsRepositoryLocation getLocation ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLocation ( ) in NutsRepositoryConfigManager. |
| 7 |
Abstract method NutsPath getLocationPath ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLocationPath ( ) in NutsRepositoryConfigManager. |
| 8 |
Abstract method NutsSpeedQualifier getSpeed ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSpeed ( ) in NutsRepositoryConfigManager. |
| 9 |
Abstract method NutsPath getStoreLocation ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( ) in NutsRepositoryConfigManager. |
| 10 |
Abstract method NutsPath getStoreLocation ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsStoreLocation ) in NutsRepositoryConfigManager. |
| 11 |
Abstract method NutsRepositoryConfigManager setConfigProperty ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setConfigProperty ( String, String ) in NutsRepositoryConfigManager. |
| 12 |
Abstract method int getDeployOrder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDeployOrder ( ) in interface NutsRepositoryConfigManager. |
| 13 |
Abstract method String getLocation ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLocation ( boolean ) in interface NutsRepositoryConfigManager. |
| 14 |
Abstract method int getSpeed ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSpeed ( ) in interface NutsRepositoryConfigManager. |
| 15 |
Abstract method String getStoreLocation ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( ) in interface NutsRepositoryConfigManager. |
| 16 |
Abstract method String getStoreLocation ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( NutsStoreLocation ) in interface NutsRepositoryConfigManager. |
[+] affected methods: 27 (0.4%)
NutsRepository.config ( )Return value of this abstract method is of type 'NutsRepositoryConfigManager'.
NutsRepositoryConfigManager.addMirror ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirror ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirrorById ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.findMirrorByName ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGlobalName ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getGroups ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getMirror ( String p1 )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getMirrors ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
NutsRepositoryConfigManager.getRepositoryRef ( )This abstract method is from 'NutsRepositoryConfigManager' interface.
...
[+] interface NutsRepositoryEnvManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryEnvManager. |
[+] affected methods: 7 (0.1%)
NutsRepositoryEnvManager.get ( String p1, String p2 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.get ( String p1, String p2, boolean p3 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.getSession ( )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.set ( String p1, String p2 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.setSession ( NutsSession p1 )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( )This abstract method is from 'NutsRepositoryEnvManager' interface.
NutsRepositoryEnvManager.toMap ( boolean p1 )This abstract method is from 'NutsRepositoryEnvManager' interface.
[+] interface NutsRepositoryFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsRepositoryFilterManager. |
[+] affected methods: 5 (0.1%)
NutsRepositoryFilterManager.byName ( String... p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.byUuid ( String... p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.installedRepo ( )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsRepositoryFilterManager' interface.
NutsRepositoryFilterManager.setSession ( NutsSession p1 )This method is from 'NutsRepositoryFilterManager' interface.
[+] interface NutsRepositoryManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepositoryFilters filter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method filter ( ) in NutsRepositoryManager. |
| 2 |
Abstract method NutsRepositoryFilterManager filter ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method filter ( ) in interface NutsRepositoryManager. |
[+] affected methods: 12 (0.2%)
NutsRepositoryManager.addRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.addRepository ( NutsAddRepositoryOptions p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepositoryById ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.findRepositoryByName ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getRepositories ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.getSession ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.removeAllRepositories ( )This abstract method is from 'NutsRepositoryManager' interface.
NutsRepositoryManager.removeRepository ( String p1 )This abstract method is from 'NutsRepositoryManager' interface.
...
[+] interface NutsRepositorySecurityManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAuthenticationAgent ( String ) in NutsRepositorySecurityManager. |
| 2 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getAuthenticationAgent ( String ) in interface NutsRepositorySecurityManager. |
[+] affected methods: 16 (0.2%)
NutsRepository.security ( )Return value of this abstract method is of type 'NutsRepositorySecurityManager'.
NutsRepositorySecurityManager.addUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.findUsers ( )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getCredentials ( char[ ] p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getEffectiveUser ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.getSession ( )This abstract method is from 'NutsRepositorySecurityManager' interface.
NutsRepositorySecurityManager.isAllowed ( String p1 )This abstract method is from 'NutsRepositorySecurityManager' interface.
...
[+] interface NutsResultList<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsResultList<T>. |
[+] affected methods: 6 (0.1%)
NutsResultList<T>.count ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.first ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.list ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.required ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.singleton ( )This abstract method is from 'NutsResultList<T>' interface.
NutsResultList<T>.stream ( )This abstract method is from 'NutsResultList<T>' interface.
[+] interface NutsSdkManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSdkManager. |
[+] affected methods: 16 (0.2%)
NutsSdkManager.add ( NutsSdkLocation p1 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.find ( String p1, Predicate<NutsSdkLocation> p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.find ( NutsSdkLocation p1 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByName ( String p1, String p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByPath ( String p1, String p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByVersion ( String p1, String p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findByVersion ( String p1, NutsVersionFilter p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findOne ( String p1, Predicate<NutsSdkLocation> p2 )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.findSdkTypes ( )This abstract method is from 'NutsSdkManager' interface.
NutsSdkManager.getSession ( )This abstract method is from 'NutsSdkManager' interface.
...
[+] interface NutsSearchCommand 59
| Change | Effect |
|---|
| 1 |
Abstract method NutsSearchCommand addArch ( Collection<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addArch ( Collection<String> ) in NutsSearchCommand. |
| 2 |
Abstract method NutsSearchCommand addArch ( String... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addArch ( String... ) in NutsSearchCommand. |
| 3 |
Abstract method NutsSearchCommand addPackaging ( Collection<String> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addPackaging ( Collection<String> ) in NutsSearchCommand. |
| 4 |
Abstract method NutsSearchCommand addPackaging ( String... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addPackaging ( String... ) in NutsSearchCommand. |
| 5 |
Abstract method NutsSearchCommand clearArch ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method clearArch ( ) in NutsSearchCommand. |
| 6 |
Abstract method NutsSearchCommand clearPackaging ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method clearPackaging ( ) in NutsSearchCommand. |
| 7 |
Abstract method NutsComparator getComparator ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getComparator ( ) in NutsSearchCommand. |
| 8 |
Abstract method NutsStream<String> getResultArch ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultArch ( ) in NutsSearchCommand. |
| 9 |
Abstract method NutsStream<NutsDefinition> getResultDefinitions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultDefinitions ( ) in NutsSearchCommand. |
| 10 |
Abstract method NutsStream<NutsDependencies> getResultDependencies ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultDependencies ( ) in NutsSearchCommand. |
| 11 |
Abstract method NutsStream<String> getResultDesktopEnvironment ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultDesktopEnvironment ( ) in NutsSearchCommand. |
| 12 |
Abstract method NutsStream<NutsExecutionEntry> getResultExecutionEntries ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultExecutionEntries ( ) in NutsSearchCommand. |
| 13 |
Abstract method NutsStream<NutsId> getResultIds ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultIds ( ) in NutsSearchCommand. |
| 14 |
Abstract method NutsStream<NutsDependency> getResultInlineDependencies ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultInlineDependencies ( ) in NutsSearchCommand. |
| 15 |
Abstract method NutsStream<Instant> getResultInstallDates ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultInstallDates ( ) in NutsSearchCommand. |
| 16 |
Abstract method NutsStream<NutsPath> getResultInstallFolders ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultInstallFolders ( ) in NutsSearchCommand. |
| 17 |
Abstract method NutsStream<String> getResultInstallUsers ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultInstallUsers ( ) in NutsSearchCommand. |
| 18 |
Abstract method NutsStream<String> getResultNames ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultNames ( ) in NutsSearchCommand. |
| 19 |
Abstract method NutsStream<String> getResultOs ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultOs ( ) in NutsSearchCommand. |
| 20 |
Abstract method NutsStream<String> getResultOsDist ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultOsDist ( ) in NutsSearchCommand. |
| 21 |
Abstract method NutsStream<String> getResultPackaging ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultPackaging ( ) in NutsSearchCommand. |
| 22 |
Abstract method NutsStream<String> getResultPathNames ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultPathNames ( ) in NutsSearchCommand. |
| 23 |
Abstract method NutsStream<String> getResultPaths ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultPaths ( ) in NutsSearchCommand. |
| 24 |
Abstract method NutsStream<String> getResultPlatform ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultPlatform ( ) in NutsSearchCommand. |
| 25 |
Abstract method NutsStream<String> getResultProfile ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultProfile ( ) in NutsSearchCommand. |
| 26 |
Abstract method NutsElement getResultQueryPlan ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultQueryPlan ( ) in NutsSearchCommand. |
| 27 |
Abstract method NutsStream<NutsPath> getResultStoreLocations ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultStoreLocations ( NutsStoreLocation ) in NutsSearchCommand. |
| 28 |
Abstract method NutsStream<String[ ]> getResultStrings ( String[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResultStrings ( String[ ] ) in NutsSearchCommand. |
| 29 |
Abstract method NutsSearchCommand setRepositoryFilter ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRepositoryFilter ( String ) in NutsSearchCommand. |
| 30 |
Abstract method NutsSearchCommand sort ( NutsComparator ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method sort ( NutsComparator ) in NutsSearchCommand. |
| 31 |
Abstract method NutsSearchCommand addArchs ( Collection<String> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addArchs ( Collection<String> ) in interface NutsSearchCommand. |
| 32 |
Abstract method NutsSearchCommand addArchs ( String... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addArchs ( String... ) in interface NutsSearchCommand. |
| 33 |
Abstract method NutsSearchCommand addPackagings ( Collection<String> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addPackagings ( Collection<String> ) in interface NutsSearchCommand. |
| 34 |
Abstract method NutsSearchCommand addPackagings ( String... ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addPackagings ( String... ) in interface NutsSearchCommand. |
| 35 |
Abstract method NutsSearchCommand clearArchs ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method clearArchs ( ) in interface NutsSearchCommand. |
| 36 |
Abstract method NutsSearchCommand clearPackagings ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method clearPackagings ( ) in interface NutsSearchCommand. |
| 37 |
Abstract method Comparator getComparator ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getComparator ( ) in interface NutsSearchCommand. |
| 38 |
Abstract method NutsResultList<String> getResultArchs ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultArchs ( ) in interface NutsSearchCommand. |
| 39 |
Abstract method NutsResultList<NutsDefinition> getResultDefinitions ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultDefinitions ( ) in interface NutsSearchCommand. |
| 40 |
Abstract method NutsResultList<NutsDependencies> getResultDependencies ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultDependencies ( ) in interface NutsSearchCommand. |
| 41 |
Abstract method NutsResultList<NutsExecutionEntry> getResultExecutionEntries ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultExecutionEntries ( ) in interface NutsSearchCommand. |
| 42 |
Abstract method NutsResultList<NutsId> getResultIds ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultIds ( ) in interface NutsSearchCommand. |
| 43 |
Abstract method NutsResultList<NutsDependency> getResultInlineDependencies ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultInlineDependencies ( ) in interface NutsSearchCommand. |
| 44 |
Abstract method NutsResultList<Instant> getResultInstallDates ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultInstallDates ( ) in interface NutsSearchCommand. |
| 45 |
Abstract method NutsResultList<String> getResultInstallFolders ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultInstallFolders ( ) in interface NutsSearchCommand. |
| 46 |
Abstract method NutsResultList<String> getResultInstallUsers ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultInstallUsers ( ) in interface NutsSearchCommand. |
| 47 |
Abstract method NutsResultList<String> getResultNames ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultNames ( ) in interface NutsSearchCommand. |
| 48 |
Abstract method NutsResultList<String> getResultOsdists ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultOsdists ( ) in interface NutsSearchCommand. |
| 49 |
Abstract method NutsResultList<String> getResultOses ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultOses ( ) in interface NutsSearchCommand. |
| 50 |
Abstract method NutsResultList<String> getResultPackagings ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultPackagings ( ) in interface NutsSearchCommand. |
| 51 |
Abstract method NutsResultList<String> getResultPathNames ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultPathNames ( ) in interface NutsSearchCommand. |
| 52 |
Abstract method NutsResultList<String> getResultPaths ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultPaths ( ) in interface NutsSearchCommand. |
| 53 |
Abstract method NutsResultList<String> getResultPlatforms ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultPlatforms ( ) in interface NutsSearchCommand. |
| 54 |
Abstract method NutsResultList<String> getResultStoreLocations ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultStoreLocations ( NutsStoreLocation ) in interface NutsSearchCommand. |
| 55 |
Abstract method NutsResultList<String[ ]> getResultStrings ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResultStrings ( String[ ] ) in interface NutsSearchCommand. |
| 56 |
Abstract method boolean isPrintResult ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isPrintResult ( ) in interface NutsSearchCommand. |
| 57 |
Abstract method NutsSearchCommand setPrintResult ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setPrintResult ( boolean ) in interface NutsSearchCommand. |
| 58 |
Abstract method NutsSearchCommand setRepository ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setRepository ( String ) in interface NutsSearchCommand. |
| 59 |
Abstract method NutsSearchCommand sort ( Comparator ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method sort ( Comparator ) in interface NutsSearchCommand. |
[+] affected methods: 111 (1.6%)
NutsSearchCommand.addArch ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addIds ( NutsId... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedId ( NutsId p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedIds ( String... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addLockedIds ( NutsId... p1 )This abstract method is from 'NutsSearchCommand' interface.
NutsSearchCommand.addPackaging ( String p1 )This abstract method is from 'NutsSearchCommand' interface.
...
[+] interface NutsSession 30
| Change | Effect |
|---|
| 1 |
Abstract method NutsBootManager boot ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method boot ( ) in NutsSession. |
| 2 |
Abstract method NutsCustomCommandManager commands ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method commands ( ) in NutsSession. |
| 3 |
Abstract method NutsWorkspaceConfigManager config ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method config ( ) in NutsSession. |
| 4 |
Abstract method NutsDeployCommand deploy ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deploy ( ) in NutsSession. |
| 5 |
Abstract method NutsWorkspaceEnvManager env ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method env ( ) in NutsSession. |
| 6 |
Abstract method NutsWorkspaceEventManager events ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method events ( ) in NutsSession. |
| 7 |
Abstract method NutsExecCommand exec ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method exec ( ) in NutsSession. |
| 8 |
Abstract method NutsFetchCommand fetch ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method fetch ( ) in NutsSession. |
| 9 |
Abstract method String getDebug ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDebug ( ) in NutsSession. |
| 10 |
Abstract method String getDependencySolver ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDependencySolver ( ) in NutsSession. |
| 11 |
Abstract method NutsImportManager imports ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method imports ( ) in NutsSession. |
| 12 |
Abstract method NutsInfoCommand info ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method info ( ) in NutsSession. |
| 13 |
Abstract method NutsInstallCommand install ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method install ( ) in NutsSession. |
| 14 |
Abstract method NutsPushCommand push ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method push ( ) in NutsSession. |
| 15 |
Abstract method NutsRepositoryManager repos ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method repos ( ) in NutsSession. |
| 16 |
Abstract method NutsSearchCommand search ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method search ( ) in NutsSession. |
| 17 |
Abstract method NutsWorkspaceSecurityManager security ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method security ( ) in NutsSession. |
| 18 |
Abstract method NutsSession setDebug ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDebug ( String ) in NutsSession. |
| 19 |
Abstract method NutsSession setDependencySolver ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDependencySolver ( String ) in NutsSession. |
| 20 |
Abstract method NutsSession setLogTermLevel ( Level ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setLogTermLevel ( Level ) in NutsSession. |
| 21 |
Abstract method NutsUndeployCommand undeploy ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method undeploy ( ) in NutsSession. |
| 22 |
Abstract method NutsUninstallCommand uninstall ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method uninstall ( ) in NutsSession. |
| 23 |
Abstract method NutsUpdateCommand update ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method update ( ) in NutsSession. |
| 24 |
Abstract method NutsUpdateStatisticsCommand updateStatistics ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateStatistics ( ) in NutsSession. |
| 25 |
Abstract method NutsWorkspaceExtensionManager extensions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method extensions ( ) in NutsSession. |
| 26 |
Abstract method NutsWorkspaceLocationManager locations ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method locations ( ) in NutsSession. |
| 27 |
Abstract method Boolean getDebug ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDebug ( ) in interface NutsSession. |
| 28 |
Abstract method boolean isDebug ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isDebug ( ) in interface NutsSession. |
| 29 |
Abstract method NutsSession setDebug ( Boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setDebug ( Boolean ) in interface NutsSession. |
| 30 |
Abstract method NutsSession setLogLevel ( Level ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setLogLevel ( Level ) in interface NutsSession. |
[+] affected methods: 385 (5.7%)
boot.NutsApiUtils.checkSession ( NutsSession session )1st parameter 'session' of this method is of type 'NutsSession'.
boot.NutsBootWorkspace.openWorkspace ( )Return value of this method is of type 'NutsSession'.
Nuts.openInheritedWorkspace ( String... args )Return value of this method is of type 'NutsSession'.
Nuts.openWorkspace ( )Return value of this method is of type 'NutsSession'.
Nuts.openWorkspace ( String... args )Return value of this method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this abstract method is of type 'NutsSession'.
NutsAddUserCommand.setSession ( NutsSession p1 )1st parameter 'p1' of this method is of type 'NutsSession'.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id )1st parameter 'session' of this method is of type 'NutsSession'.
NutsAlreadyDeployedException.NutsAlreadyDeployedException ( NutsSession session, NutsId id, NutsMessage msg, Throwable cause )1st parameter 'session' of this method is of type 'NutsSession'.
NutsAlreadyInstalledException.NutsAlreadyInstalledException ( NutsSession session, NutsId id )1st parameter 'session' of this method is of type 'NutsSession'.
...
[+] interface NutsSessionAware 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSessionAware. |
[+] affected methods: 1 (0.01%)
NutsSessionAware.setSession ( NutsSession p1 )This abstract method is from 'NutsSessionAware' interface.
[+] interface NutsString 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsTextBuilder builder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method builder ( ) in NutsString. |
| 2 |
Added super-interface NutsBlankable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsBlankable. |
[+] affected methods: 19 (0.3%)
NutsCommandLine.required ( NutsString p1 )1st parameter 'p1' of this abstract method is of type 'NutsString'.
NutsCommandLine.throwError ( NutsString p1 )1st parameter 'p1' of this abstract method is of type 'NutsString'.
NutsCommandLine.unexpectedArgument ( NutsString p1 )1st parameter 'p1' of this abstract method is of type 'NutsString'.
NutsException.getFormattedString ( )Return value of this method is of type 'NutsString'.
NutsExceptionBase.getFormattedString ( )Return value of this abstract method is of type 'NutsString'.
NutsFormat.format ( )Return value of this abstract method is of type 'NutsString'.
NutsFormattable.format ( )Return value of this method is of type 'NutsString'.
NutsPrintStream.print ( NutsString p1 )1st parameter 'p1' of this abstract method is of type 'NutsString'.
NutsPrintStream.println ( NutsString p1 )1st parameter 'p1' of this abstract method is of type 'NutsString'.
NutsProgressEvent.getMessage ( )Return value of this abstract method is of type 'NutsString'.
...
[+] interface NutsSupplier<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSupplier<T>. |
[+] affected methods: 2 (0.03%)
NutsSupplier<T>.create ( )This abstract method is from 'NutsSupplier<T>' interface.
NutsSupplier<T>.getLevel ( )This abstract method is from 'NutsSupplier<T>' interface.
[+] interface NutsSupportLevelContext<T> 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsSupportLevelContext<T>. |
[+] affected methods: 3 (0.04%)
NutsSupportLevelContext<T>.getConstraints ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
NutsSupportLevelContext<T>.getSession ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
NutsSupportLevelContext<T>.getWorkspace ( )This abstract method is from 'NutsSupportLevelContext<T>' interface.
[+] interface NutsSystemTerminal 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsSystemTerminalBase getBase ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBase ( ) in NutsSystemTerminal. |
[+] affected methods: 6 (0.1%)
NutsSystemTerminal.err ( )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.in ( )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.out ( )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.printProgress ( float p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.readLine ( NutsMessage p1, NutsSession p2 )This abstract method is from 'NutsSystemTerminal' interface.
NutsSystemTerminal.readPassword ( NutsMessage p1, NutsSession p2 )This abstract method is from 'NutsSystemTerminal' interface.
[+] interface NutsTableFormat 3
| Change | Effect |
|---|
| 1 |
Added super-interface NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsContentTypeFormat. |
| 2 |
Abstract method NutsMutableTableModel createModel ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createModel ( ) in interface NutsTableFormat. |
| 3 |
Removed super-interface NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsTableFormat. |
[+] affected methods: 17 (0.2%)
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTableFormat' interface.
NutsTableFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getBorder ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getModel ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.getVisibleColumn ( int p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.isVisibleHeader ( )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setBorder ( String p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setBorder ( NutsTableBordersFormat p1 )This abstract method is from 'NutsTableFormat' interface.
NutsTableFormat.setCellFormat ( NutsTableCellFormat p1 )This abstract method is from 'NutsTableFormat' interface.
...
[+] interface NutsTempAction 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTempAction. |
[+] affected methods: 6 (0.1%)
NutsTempAction.createTempFile ( String p1 )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.createTempFolder ( String p1 )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.getRepositoryId ( )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.getSession ( )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.setRepositoryId ( String p1 )This abstract method is from 'NutsTempAction' interface.
NutsTempAction.setSession ( NutsSession p1 )This abstract method is from 'NutsTempAction' interface.
[+] interface NutsTerminalManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTerminalManager. |
[+] affected methods: 11 (0.2%)
NutsTerminalManager.createSystemTerminal ( NutsTerminalSpec p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.createTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.createTerminal ( InputStream p1, NutsPrintStream p2, NutsPrintStream p3 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.createTerminal ( NutsSessionTerminal p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.enableRichTerm ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getSession ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getSystemTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.getTerminal ( )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.setSession ( NutsSession p1 )This abstract method is from 'NutsTerminalManager' interface.
NutsTerminalManager.setSystemTerminal ( NutsSystemTerminalBase p1 )This abstract method is from 'NutsTerminalManager' interface.
...
[+] interface NutsTerminalSpec 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTerminalSpec. |
[+] affected methods: 9 (0.1%)
NutsTerminalSpec.copyFrom ( NutsTerminalSpec p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.get ( String p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getAutoComplete ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getParent ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.getProperties ( )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.put ( String p1, Object p2 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.putAll ( Map<String,Object> p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.setAutoComplete ( Boolean p1 )This abstract method is from 'NutsTerminalSpec' interface.
NutsTerminalSpec.setParent ( NutsSystemTerminalBase p1 )This abstract method is from 'NutsTerminalSpec' interface.
[+] interface NutsTextBuilder 12
| Change | Effect |
|---|
| 1 |
Abstract method NutsTextBuilder flatten ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method flatten ( ) in NutsTextBuilder. |
| 2 |
Abstract method NutsText get ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method get ( int ) in NutsTextBuilder. |
| 3 |
Abstract method List<NutsText> getChildren ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getChildren ( ) in NutsTextBuilder. |
| 4 |
Abstract method NutsTextBuilder insert ( int, NutsText... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method insert ( int, NutsText... ) in NutsTextBuilder. |
| 5 |
Abstract method Iterable<NutsText> items ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method items ( ) in NutsTextBuilder. |
| 6 |
Abstract method NutsStream<NutsTextBuilder> lines ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method lines ( ) in NutsTextBuilder. |
| 7 |
Abstract method NutsTextBuilder readLine ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method readLine ( ) in NutsTextBuilder. |
| 8 |
Abstract method NutsTextBuilder removeAt ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeAt ( int ) in NutsTextBuilder. |
| 9 |
Abstract method NutsTextBuilder replace ( int, int, NutsText... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method replace ( int, int, NutsText... ) in NutsTextBuilder. |
| 10 |
Abstract method NutsTextBuilder replaceChildren ( int, int, NutsText... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method replaceChildren ( int, int, NutsText... ) in NutsTextBuilder. |
| 11 |
Abstract method NutsText subChildren ( int, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method subChildren ( int, int ) in NutsTextBuilder. |
| 12 |
Abstract method NutsText substring ( int, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method substring ( int, int ) in NutsTextBuilder. |
[+] affected methods: 20 (0.3%)
NutsTextBuilder.append ( Object p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.append ( Object p1, NutsTextStyle p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.append ( Object p1, NutsTextStyles p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.append ( NutsText p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendAll ( Collection<?> p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendCode ( String p1, String p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendCommand ( NutsTerminalCommand p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendHash ( Object p1 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendHash ( Object p1, Object p2 )This abstract method is from 'NutsTextBuilder' interface.
NutsTextBuilder.appendJoined ( Object p1, Collection<?> p2 )This abstract method is from 'NutsTextBuilder' interface.
...
[+] interface NutsTextList 1
| Change | Effect |
|---|
| 1 |
Abstract method List<NutsText> getChildren ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getChildren ( ) in NutsTextList. |
[+] affected methods: 3 (0.04%)
NutsTextList.get ( int p1 )This abstract method is from 'NutsTextList' interface.
NutsTextList.simplify ( )This abstract method is from 'NutsTextList' interface.
NutsTextList.size ( )This abstract method is from 'NutsTextList' interface.
[+] interface NutsTextManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTextManager. |
[+] affected methods: 30 (0.4%)
NutsTextManager.addCodeFormat ( NutsCodeFormat p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.builder ( )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forAnchor ( String p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forBlank ( )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forCode ( String p1, String p2 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forCommand ( NutsTerminalCommand p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forLink ( NutsText p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forList ( NutsText... p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forList ( Collection<NutsText> p1 )This abstract method is from 'NutsTextManager' interface.
NutsTextManager.forNumbering ( )This abstract method is from 'NutsTextManager' interface.
...
[+] interface NutsTokenFilter 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsTokenFilter. |
[+] affected methods: 5 (0.1%)
NutsTokenFilter.contains ( String p1 )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.isBlank ( )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.isNull ( )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.like ( String p1 )This abstract method is from 'NutsTokenFilter' interface.
NutsTokenFilter.matches ( String p1 )This abstract method is from 'NutsTokenFilter' interface.
[+] interface NutsTreeFormat 2
| Change | Effect |
|---|
| 1 |
Added super-interface NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsContentTypeFormat. |
| 2 |
Removed super-interface NutsObjectFormat. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsTreeFormat. |
[+] affected methods: 13 (0.2%)
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String[ ] p2 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.configure ( boolean p1, String... p2 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getLinkFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getModel ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.getNodeFormat ( )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setLinkFormat ( NutsTreeLinkFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNodeFormat ( NutsTreeNodeFormat p1 )This abstract method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNtf ( boolean p1 )This method is from 'NutsTreeFormat' interface.
NutsTreeFormat.setNtf ( boolean p1 )This abstract method is from 'NutsTreeFormat' interface.
...
[+] interface NutsTypedFilters<T> 3
| Change | Effect |
|---|
| 1 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
| 2 |
Abstract method NutsSession getSession ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getSession ( ) in interface NutsTypedFilters<T>. |
| 3 |
Abstract method NutsTypedFilters setSession ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setSession ( NutsSession ) in interface NutsTypedFilters<T>. |
[+] affected methods: 10 (0.1%)
NutsTypedFilters<T>.all ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.always ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.any ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.as ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.from ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.never ( )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.none ( NutsFilter... p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.nonnull ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.not ( NutsFilter p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
NutsTypedFilters<T>.parse ( String p1 )This abstract method is from 'NutsTypedFilters<T>' interface.
[+] interface NutsUpdateResult 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsDefinition getInstalled ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInstalled ( ) in NutsUpdateResult. |
| 2 |
Abstract method boolean isInstalled ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isInstalled ( ) in NutsUpdateResult. |
| 3 |
Abstract method boolean isUpdatable ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isUpdatable ( ) in NutsUpdateResult. |
| 4 |
Abstract method NutsDefinition getLocal ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLocal ( ) in interface NutsUpdateResult. |
| 5 |
Abstract method boolean isUpdateAvailable ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isUpdateAvailable ( ) in interface NutsUpdateResult. |
[+] affected methods: 9 (0.1%)
NutsUpdateResult.getAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.getDependencies ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.getId ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateApplied ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateForced ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateStatusAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsUpdateResult.isUpdateVersionAvailable ( )This abstract method is from 'NutsUpdateResult' interface.
NutsWorkspaceUpdateResult.getApi ( )Return value of this abstract method is of type 'NutsUpdateResult'.
NutsWorkspaceUpdateResult.getRuntime ( )Return value of this abstract method is of type 'NutsUpdateResult'.
[+] interface NutsVersion 10
| Change | Effect |
|---|
| 1 |
Abstract method NutsVersion compatNewer ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method compatNewer ( ) in NutsVersion. |
| 2 |
Abstract method NutsVersion compatOlder ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method compatOlder ( ) in NutsVersion. |
| 3 |
Abstract method int getInt ( int, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInt ( int, int ) in NutsVersion. |
| 4 |
Abstract method long getLong ( int, long ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLong ( int, long ) in NutsVersion. |
| 5 |
Abstract method boolean isBlank ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isBlank ( ) in NutsVersion. |
| 6 |
Abstract method boolean isFilter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isFilter ( ) in NutsVersion. |
| 7 |
Abstract method boolean isNull ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isNull ( ) in NutsVersion. |
| 8 |
Added super-interface NutsBlankable. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsBlankable. |
| 9 |
Abstract method BigInteger getNumber ( int, long ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getNumber ( int, long ) in interface NutsVersion. |
| 10 |
Removed super-interface NutsTokenFilter. |
Recompilation of a client program may be terminated with the message: cannot find method in interface NutsVersion. |
[+] affected methods: 34 (0.5%)
NutsApplicationContext.getAppPreviousVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsApplicationContext.getAppVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependency.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependencyBuilder.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsDependencyBuilder.setVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
NutsId.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsIdBuilder.getVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsIdBuilder.setVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
NutsSearchCommand.getTargetApiVersion ( )Return value of this abstract method is of type 'NutsVersion'.
NutsSearchCommand.setTargetApiVersion ( NutsVersion p1 )1st parameter 'p1' of this abstract method is of type 'NutsVersion'.
...
[+] interface NutsVersionFilterManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsVersionFilterManager. |
[+] affected methods: 4 (0.1%)
NutsVersionFilterManager.byExpression ( String p1 )This abstract method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.byValue ( String p1 )This abstract method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.setSession ( NutsSession p1 )This method is from 'NutsVersionFilterManager' interface.
NutsVersionFilterManager.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionFilterManager' interface.
[+] interface NutsVersionFormat 1
| Change | Effect |
|---|
| 1 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
[+] affected methods: 9 (0.1%)
NutsVersionFormat.addProperties ( Map<String,String> p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.addProperty ( String p1, String p2 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.getVersion ( )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.isWorkspaceVersion ( )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setNtf ( boolean p1 )This method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setNtf ( boolean p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setSession ( NutsSession p1 )This method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionFormat' interface.
NutsVersionFormat.setVersion ( NutsVersion p1 )This abstract method is from 'NutsVersionFormat' interface.
[+] interface NutsVersionManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsVersionManager. |
[+] affected methods: 7 (0.1%)
NutsVersionManager.filter ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.formatter ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.formatter ( NutsVersion p1 )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.getSession ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.parse ( String p1 )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.parser ( )This abstract method is from 'NutsVersionManager' interface.
NutsVersionManager.setSession ( NutsSession p1 )This abstract method is from 'NutsVersionManager' interface.
[+] interface NutsVersionParser 5
| Change | Effect |
|---|
| 1 |
Abstract method boolean isAcceptBlank ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isAcceptBlank ( ) in NutsVersionParser. |
| 2 |
Abstract method boolean isAcceptIntervals ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isAcceptIntervals ( ) in NutsVersionParser. |
| 3 |
Abstract method NutsVersionParser setAcceptBlank ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAcceptBlank ( boolean ) in NutsVersionParser. |
| 4 |
Abstract method NutsVersionParser setAcceptIntervals ( boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAcceptIntervals ( boolean ) in NutsVersionParser. |
| 5 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
[+] affected methods: 3 (0.04%)
NutsVersionParser.isLenient ( )This abstract method is from 'NutsVersionParser' interface.
NutsVersionParser.parse ( String p1 )This abstract method is from 'NutsVersionParser' interface.
NutsVersionParser.setLenient ( boolean p1 )This abstract method is from 'NutsVersionParser' interface.
[+] interface NutsWorkspace 21
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath getLocation ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLocation ( ) in NutsWorkspace. |
| 2 |
Abstract method NutsInfoCommand info ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method info ( ) in NutsWorkspace. |
| 3 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
| 4 |
Abstract method NutsWorkspaceAppsManager apps ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method apps ( ) in interface NutsWorkspace. |
| 5 |
Abstract method NutsCommandLineManager commandLine ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method commandLine ( ) in interface NutsWorkspace. |
| 6 |
Abstract method NutsConcurrentManager concurrent ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method concurrent ( ) in interface NutsWorkspace. |
| 7 |
Abstract method NutsDependencyManager dependency ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method dependency ( ) in interface NutsWorkspace. |
| 8 |
Abstract method NutsDescriptorManager descriptor ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method descriptor ( ) in interface NutsWorkspace. |
| 9 |
Abstract method NutsElementFormat elem ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method elem ( ) in interface NutsWorkspace. |
| 10 |
Abstract method NutsFilterManager filters ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method filters ( ) in interface NutsWorkspace. |
| 11 |
Abstract method NutsFormatManager formats ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method formats ( ) in interface NutsWorkspace. |
| 12 |
Abstract method Set<NutsId> getCompanionIds ( NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCompanionIds ( NutsSession ) in interface NutsWorkspace. |
| 13 |
Abstract method String getLocation ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLocation ( ) in interface NutsWorkspace. |
| 14 |
Abstract method NutsIdManager id ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method id ( ) in interface NutsWorkspace. |
| 15 |
Abstract method NutsInfoFormat info ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method info ( ) in interface NutsWorkspace. |
| 16 |
Abstract method NutsIOManager io ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method io ( ) in interface NutsWorkspace. |
| 17 |
Abstract method NutsLogManager log ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method log ( ) in interface NutsWorkspace. |
| 18 |
Abstract method NutsSdkManager sdks ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method sdks ( ) in interface NutsWorkspace. |
| 19 |
Abstract method NutsTerminalManager term ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method term ( ) in interface NutsWorkspace. |
| 20 |
Abstract method NutsTextManager text ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method text ( ) in interface NutsWorkspace. |
| 21 |
Abstract method NutsVersionManager version ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method version ( ) in interface NutsWorkspace. |
[+] affected methods: 46 (0.7%)
NutsApplicationContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsCommandAutoComplete.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsCommandAutoCompleteBase.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsContentEvent.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsElementFactoryContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsException.getWorkspace ( )Return value of this method is of type 'NutsWorkspace'.
NutsExceptionBase.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsExecutionContext.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsFilter.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
NutsInstallEvent.getWorkspace ( )Return value of this abstract method is of type 'NutsWorkspace'.
...
[+] interface NutsWorkspaceAppsManager 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceAppsManager. |
[+] affected methods: 4 (0.1%)
NutsWorkspaceAppsManager.createApplicationContext ( NutsSession p1, String[ ] p2, long p3, Class p4, String p5 )This abstract method is from 'NutsWorkspaceAppsManager' interface.
NutsWorkspaceAppsManager.execEntries ( )This abstract method is from 'NutsWorkspaceAppsManager' interface.
NutsWorkspaceAppsManager.getSession ( )This abstract method is from 'NutsWorkspaceAppsManager' interface.
NutsWorkspaceAppsManager.setSession ( NutsSession p1 )This abstract method is from 'NutsWorkspaceAppsManager' interface.
[+] interface NutsWorkspaceBootConfig 2
| Change | Effect |
|---|
| 1 |
Abstract method String getHomeLocation ( NutsHomeLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocation ( NutsHomeLocation ) in NutsWorkspaceBootConfig. |
| 2 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHomeLocation ( NutsOsFamily, NutsStoreLocation ) in interface NutsWorkspaceBootConfig. |
[+] affected methods: 19 (0.3%)
NutsWorkspaceBootConfig.getBootPath ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspace ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getEffectiveWorkspaceName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getExtensions ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocation ( NutsStoreLocation p1 )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getName ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceBootConfig' interface.
NutsWorkspaceBootConfig.getStoreLocation ( NutsId p1, NutsStoreLocation p2 )This abstract method is from 'NutsWorkspaceBootConfig' interface.
...
[+] interface NutsWorkspaceConfigManager 14
| Change | Effect |
|---|
| 1 |
Abstract method Map<String,String> getConfigMap ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConfigMap ( ) in NutsWorkspaceConfigManager. |
| 2 |
Abstract method NutsPrimitiveElement getConfigProperty ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConfigProperty ( String ) in NutsWorkspaceConfigManager. |
| 3 |
Abstract method NutsSessionTerminal getDefaultTerminal ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDefaultTerminal ( ) in NutsWorkspaceConfigManager. |
| 4 |
Abstract method NutsSystemTerminal getSystemTerminal ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSystemTerminal ( ) in NutsWorkspaceConfigManager. |
| 5 |
Abstract method NutsPath resolveRepositoryPath ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resolveRepositoryPath ( String ) in NutsWorkspaceConfigManager. |
| 6 |
Abstract method NutsWorkspaceConfigManager setConfigProperty ( String, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setConfigProperty ( String, String ) in NutsWorkspaceConfigManager. |
| 7 |
Abstract method NutsWorkspaceConfigManager setDefaultTerminal ( NutsSessionTerminal ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDefaultTerminal ( NutsSessionTerminal ) in NutsWorkspaceConfigManager. |
| 8 |
Abstract method NutsWorkspaceConfigManager setSystemTerminal ( NutsSystemTerminalBase ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSystemTerminal ( NutsSystemTerminalBase ) in NutsWorkspaceConfigManager. |
| 9 |
Abstract method NutsId createContentFaceId ( NutsId, NutsDescriptor ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createContentFaceId ( NutsId, NutsDescriptor ) in interface NutsWorkspaceConfigManager. |
| 10 |
Abstract method NutsWorkspaceListManager createWorkspaceListManager ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createWorkspaceListManager ( String ) in interface NutsWorkspaceConfigManager. |
| 11 |
Abstract method String getHashName ( Object ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHashName ( Object ) in interface NutsWorkspaceConfigManager. |
| 12 |
Abstract method String getWorkspaceHashName ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getWorkspaceHashName ( String ) in interface NutsWorkspaceConfigManager. |
| 13 |
Abstract method NutsWorkspaceOptionsBuilder optionsBuilder ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method optionsBuilder ( ) in interface NutsWorkspaceConfigManager. |
| 14 |
Abstract method String resolveRepositoryPath ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method resolveRepositoryPath ( String ) in interface NutsWorkspaceConfigManager. |
[+] affected methods: 16 (0.2%)
NutsWorkspace.config ( )Return value of this abstract method is of type 'NutsWorkspaceConfigManager'.
NutsWorkspaceConfigManager.getAvailableArchetypes ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getDefaultRepositories ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getIndexStoreClientFactory ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaCommand ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getJavaOptions ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.getSession ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isExcludedExtension ( String p1, NutsWorkspaceOptions p2 )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isGlobal ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
NutsWorkspaceConfigManager.isReadOnly ( )This abstract method is from 'NutsWorkspaceConfigManager' interface.
...
[+] interface NutsWorkspaceEnvManager 29
| Change | Effect |
|---|
| 1 |
Abstract method NutsSupportMode getDesktopIntegrationSupport ( NutsDesktopIntegrationItem ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDesktopIntegrationSupport ( NutsDesktopIntegrationItem ) in NutsWorkspaceEnvManager. |
| 2 |
Abstract method NutsElement getPropertyElement ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPropertyElement ( String ) in NutsWorkspaceEnvManager. |
| 3 |
Abstract method NutsShellFamily[ ] getShellFamilies ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getShellFamilies ( ) in NutsWorkspaceEnvManager. |
| 4 |
Abstract method NutsShellFamily getShellFamily ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getShellFamily ( ) in NutsWorkspaceEnvManager. |
| 5 |
Abstract method NutsPlatformManager platforms ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method platforms ( ) in NutsWorkspaceEnvManager. |
| 6 |
Abstract method ClassLoader getBootClassLoader ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBootClassLoader ( ) in interface NutsWorkspaceEnvManager. |
| 7 |
Abstract method URL[ ] getBootClassWorldURLs ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBootClassWorldURLs ( ) in interface NutsWorkspaceEnvManager. |
| 8 |
Abstract method NutsWorkspaceOptions getBootOptions ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBootOptions ( ) in interface NutsWorkspaceEnvManager. |
| 9 |
Abstract method String getBootRepositories ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getBootRepositories ( ) in interface NutsWorkspaceEnvManager. |
| 10 |
Abstract method long getCreationFinishTimeMillis ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCreationFinishTimeMillis ( ) in interface NutsWorkspaceEnvManager. |
| 11 |
Abstract method long getCreationStartTimeMillis ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCreationStartTimeMillis ( ) in interface NutsWorkspaceEnvManager. |
| 12 |
Abstract method long getCreationTimeMillis ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCreationTimeMillis ( ) in interface NutsWorkspaceEnvManager. |
| 13 |
Abstract method NutsActionSupport getDesktopIntegrationSupport ( NutsDesktopIntegrationItem ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDesktopIntegrationSupport ( NutsDesktopIntegrationItem ) in interface NutsWorkspaceEnvManager. |
| 14 |
Abstract method String getEnv ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getEnv ( String ) in interface NutsWorkspaceEnvManager. |
| 15 |
Abstract method String getEnv ( String, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getEnv ( String, String ) in interface NutsWorkspaceEnvManager. |
| 16 |
Abstract method Boolean getEnvAsBoolean ( String, Boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getEnvAsBoolean ( String, Boolean ) in interface NutsWorkspaceEnvManager. |
| 17 |
Abstract method Integer getEnvAsInt ( String, Integer ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getEnvAsInt ( String, Integer ) in interface NutsWorkspaceEnvManager. |
| 18 |
Abstract method Map<String,String> getEnvMap ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getEnvMap ( ) in interface NutsWorkspaceEnvManager. |
| 19 |
Abstract method String getOption ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOption ( String ) in interface NutsWorkspaceEnvManager. |
| 20 |
Abstract method String getOption ( String, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOption ( String, String ) in interface NutsWorkspaceEnvManager. |
| 21 |
Abstract method Boolean getOptionAsBoolean ( String, Boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOptionAsBoolean ( String, Boolean ) in interface NutsWorkspaceEnvManager. |
| 22 |
Abstract method Integer getOptionAsInt ( String, Integer ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOptionAsInt ( String, Integer ) in interface NutsWorkspaceEnvManager. |
| 23 |
Abstract method T getOrCreateProperty ( Class<T>, Supplier<T> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOrCreateProperty ( Class<T>, Supplier<T> ) in interface NutsWorkspaceEnvManager. |
| 24 |
Abstract method T getOrCreateProperty ( String, Supplier<T> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getOrCreateProperty ( String, Supplier<T> ) in interface NutsWorkspaceEnvManager. |
| 25 |
Abstract method Object getProperty ( String, Object ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getProperty ( String, Object ) in interface NutsWorkspaceEnvManager. |
| 26 |
Abstract method Boolean getPropertyAsBoolean ( String, Boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPropertyAsBoolean ( String, Boolean ) in interface NutsWorkspaceEnvManager. |
| 27 |
Abstract method Integer getPropertyAsInt ( String, Integer ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPropertyAsInt ( String, Integer ) in interface NutsWorkspaceEnvManager. |
| 28 |
Abstract method String getPropertyAsString ( String, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getPropertyAsString ( String, String ) in interface NutsWorkspaceEnvManager. |
| 29 |
Abstract method NutsWorkspaceEnvManager setEnv ( String, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setEnv ( String, String ) in interface NutsWorkspaceEnvManager. |
[+] affected methods: 19 (0.3%)
NutsWorkspace.env ( )Return value of this abstract method is of type 'NutsWorkspaceEnvManager'.
NutsWorkspaceEnvManager.addLauncher ( NutsLauncherOptions p1 )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getArch ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getArchFamily ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopEnvironment ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopEnvironmentFamilies ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopEnvironmentFamily ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopEnvironments ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getDesktopPath ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
NutsWorkspaceEnvManager.getOs ( )This abstract method is from 'NutsWorkspaceEnvManager' interface.
...
[+] interface NutsWorkspaceExtensionManager 4
| Change | Effect |
|---|
| 1 |
Abstract method Set<NutsId> getCompanionIds ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCompanionIds ( ) in NutsWorkspaceExtensionManager. |
| 2 |
Abstract method T createSupported ( Class<T>, boolean, V ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createSupported ( Class<T>, boolean, V ) in NutsWorkspaceExtensionManager. |
| 3 |
Abstract method T createSupported ( Class<T>, V ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createSupported ( Class<T>, V ) in interface NutsWorkspaceExtensionManager. |
| 4 |
Abstract method T createSupported ( Class<T>, V, Class[ ], Object[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createSupported ( Class<T>, V, Class[ ], Object[ ] ) in interface NutsWorkspaceExtensionManager. |
[+] affected methods: 21 (0.3%)
NutsWorkspace.extensions ( )Return value of this abstract method is of type 'NutsWorkspaceExtensionManager'.
NutsWorkspaceExtensionManager.createAll ( Class<T> p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createAllSupported ( Class<T> p1, V p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.createServiceLoader ( Class<T> p1, Class<B> p2, ClassLoader p3 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.discoverTypes ( NutsId p1, ClassLoader p2 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getConfigExtensions ( )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getExtensionObjects ( Class p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getExtensionTypes ( Class p1 )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
NutsWorkspaceExtensionManager.getLoadedExtensions ( )This abstract method is from 'NutsWorkspaceExtensionManager' interface.
...
[+] interface NutsWorkspaceInitInformation 1
| Change | Effect |
|---|
| 1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsWorkspaceInitInformation. |
[+] affected methods: 25 (0.4%)
NutsWorkspaceInitInformation.getApiId ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getApiVersion ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getBootRepositories ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getBootWorkspaceFactory ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldLoader ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getClassWorldURLs ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getExtensionBootDependencyNodes ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getExtensionBootDescriptors ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getExtensionsSet ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
NutsWorkspaceInitInformation.getHomeLocations ( )This abstract method is from 'NutsWorkspaceInitInformation' interface.
...
[+] interface NutsWorkspaceListManager 5
| Change | Effect |
|---|
| 1 |
Abstract method NutsSession addWorkspace ( String, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addWorkspace ( String, NutsSession ) in NutsWorkspaceListManager. |
| 2 |
Abstract method String getName ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getName ( ) in NutsWorkspaceListManager. |
| 3 |
Abstract method NutsWorkspaceListManager setName ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setName ( String ) in NutsWorkspaceListManager. |
| 4 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
| 5 |
Abstract method NutsWorkspace addWorkspace ( String, NutsSession ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method addWorkspace ( String, NutsSession ) in interface NutsWorkspaceListManager. |
[+] affected methods: 6 (0.1%)
NutsWorkspaceListManager.getConfig ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaceLocation ( String p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.getWorkspaces ( )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.removeWorkspace ( String p1, NutsSession p2 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.save ( NutsSession p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
NutsWorkspaceListManager.setConfig ( NutsWorkspaceListConfig p1 )This abstract method is from 'NutsWorkspaceListManager' interface.
[+] interface NutsWorkspaceLocationManager 18
| Change | Effect |
|---|
| 1 |
Abstract method NutsPath getDefaultIdBasedir ( NutsId ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDefaultIdBasedir ( NutsId ) in NutsWorkspaceLocationManager. |
| 2 |
Abstract method NutsPath getHomeLocation ( NutsHomeLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocation ( NutsHomeLocation ) in NutsWorkspaceLocationManager. |
| 3 |
Abstract method NutsPath getHomeLocation ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocation ( NutsStoreLocation ) in NutsWorkspaceLocationManager. |
| 4 |
Abstract method NutsPath getStoreLocation ( NutsId, NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsId, NutsStoreLocation ) in NutsWorkspaceLocationManager. |
| 5 |
Abstract method NutsPath getStoreLocation ( NutsId, NutsStoreLocation, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsId, NutsStoreLocation, String ) in NutsWorkspaceLocationManager. |
| 6 |
Abstract method NutsPath getStoreLocation ( NutsStoreLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsStoreLocation ) in NutsWorkspaceLocationManager. |
| 7 |
Abstract method NutsPath getStoreLocation ( NutsStoreLocation, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getStoreLocation ( NutsStoreLocation, String ) in NutsWorkspaceLocationManager. |
| 8 |
Abstract method NutsWorkspaceLocationManager setHomeLocation ( NutsHomeLocation, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setHomeLocation ( NutsHomeLocation, String ) in NutsWorkspaceLocationManager. |
| 9 |
Abstract method NutsPath getWorkspaceLocation ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getWorkspaceLocation ( ) in NutsWorkspaceLocationManager. |
| 10 |
Abstract method String getDefaultIdBasedir ( NutsId ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDefaultIdBasedir ( NutsId ) in interface NutsWorkspaceLocationManager. |
| 11 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHomeLocation ( NutsOsFamily, NutsStoreLocation ) in interface NutsWorkspaceLocationManager. |
| 12 |
Abstract method String getHomeLocation ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHomeLocation ( NutsStoreLocation ) in interface NutsWorkspaceLocationManager. |
| 13 |
Abstract method String getStoreLocation ( NutsId, NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( NutsId, NutsStoreLocation ) in interface NutsWorkspaceLocationManager. |
| 14 |
Abstract method String getStoreLocation ( NutsId, NutsStoreLocation, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( NutsId, NutsStoreLocation, String ) in interface NutsWorkspaceLocationManager. |
| 15 |
Abstract method String getStoreLocation ( NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( NutsStoreLocation ) in interface NutsWorkspaceLocationManager. |
| 16 |
Abstract method String getStoreLocation ( NutsStoreLocation, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getStoreLocation ( NutsStoreLocation, String ) in interface NutsWorkspaceLocationManager. |
| 17 |
Abstract method String getWorkspaceLocation ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getWorkspaceLocation ( ) in interface NutsWorkspaceLocationManager. |
| 18 |
Abstract method NutsWorkspaceLocationManager setHomeLocation ( NutsOsFamily, NutsStoreLocation, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setHomeLocation ( NutsOsFamily, NutsStoreLocation, String ) in interface NutsWorkspaceLocationManager. |
[+] affected methods: 14 (0.2%)
NutsWorkspace.locations ( )Return value of this abstract method is of type 'NutsWorkspaceLocationManager'.
NutsWorkspaceLocationManager.getDefaultIdContentExtension ( String p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdExtension ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getDefaultIdFilename ( NutsId p1 )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getHomeLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getSession ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationLayout ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocations ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
NutsWorkspaceLocationManager.getStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceLocationManager' interface.
...
[+] interface NutsWorkspaceOptions 12
| Change | Effect |
|---|
| 1 |
Abstract method Boolean getCommandHelp ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCommandHelp ( ) in NutsWorkspaceOptions. |
| 2 |
Abstract method Boolean getCommandVersion ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCommandVersion ( ) in NutsWorkspaceOptions. |
| 3 |
Abstract method String[ ] getCustomOptions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCustomOptions ( ) in NutsWorkspaceOptions. |
| 4 |
Abstract method String getDebug ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDebug ( ) in NutsWorkspaceOptions. |
| 5 |
Abstract method String getDependencySolver ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDependencySolver ( ) in NutsWorkspaceOptions. |
| 6 |
Abstract method String getHomeLocation ( NutsHomeLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocation ( NutsHomeLocation ) in NutsWorkspaceOptions. |
| 7 |
Abstract method boolean isCommandHelp ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isCommandHelp ( ) in NutsWorkspaceOptions. |
| 8 |
Abstract method boolean isCommandVersion ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isCommandVersion ( ) in NutsWorkspaceOptions. |
| 9 |
Abstract method Boolean getDebug ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDebug ( ) in interface NutsWorkspaceOptions. |
| 10 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHomeLocation ( NutsOsFamily, NutsStoreLocation ) in interface NutsWorkspaceOptions. |
| 11 |
Abstract method String[ ] getProperties ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getProperties ( ) in interface NutsWorkspaceOptions. |
| 12 |
Abstract method boolean isDebug ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isDebug ( ) in interface NutsWorkspaceOptions. |
[+] affected methods: 82 (1.2%)
NutsSession.configure ( NutsWorkspaceOptions p1 )1st parameter 'p1' of this abstract method is of type 'NutsWorkspaceOptions'.
NutsSession.copyFrom ( NutsWorkspaceOptions p1 )1st parameter 'p1' of this abstract method is of type 'NutsWorkspaceOptions'.
NutsWorkspaceConfigManager.isExcludedExtension ( String p1, NutsWorkspaceOptions p2 )2nd parameter 'p2' of this abstract method is of type 'NutsWorkspaceOptions'.
NutsWorkspaceOptions.builder ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.formatter ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getArchetype ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getBot ( )This abstract method is from 'NutsWorkspaceOptions' interface.
NutsWorkspaceOptions.getCached ( )This abstract method is from 'NutsWorkspaceOptions' interface.
...
[+] interface NutsWorkspaceOptionsBuilder 23
| Change | Effect |
|---|
| 1 |
Abstract method Boolean getCommandHelp ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCommandHelp ( ) in NutsWorkspaceOptionsBuilder. |
| 2 |
Abstract method Boolean getCommandVersion ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCommandVersion ( ) in NutsWorkspaceOptionsBuilder. |
| 3 |
Abstract method String[ ] getCustomOptions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCustomOptions ( ) in NutsWorkspaceOptionsBuilder. |
| 4 |
Abstract method String getDebug ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDebug ( ) in NutsWorkspaceOptionsBuilder. |
| 5 |
Abstract method String getDependencySolver ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDependencySolver ( ) in NutsWorkspaceOptionsBuilder. |
| 6 |
Abstract method String getHomeLocation ( NutsHomeLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocation ( NutsHomeLocation ) in NutsWorkspaceOptionsBuilder. |
| 7 |
Abstract method boolean isCommandHelp ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isCommandHelp ( ) in NutsWorkspaceOptionsBuilder. |
| 8 |
Abstract method boolean isCommandVersion ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isCommandVersion ( ) in NutsWorkspaceOptionsBuilder. |
| 9 |
Abstract method NutsWorkspaceOptionsBuilder setCommandHelp ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCommandHelp ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 10 |
Abstract method NutsWorkspaceOptionsBuilder setCommandVersion ( Boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCommandVersion ( Boolean ) in NutsWorkspaceOptionsBuilder. |
| 11 |
Abstract method NutsWorkspaceOptionsBuilder setCustomOptions ( String[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCustomOptions ( String[ ] ) in NutsWorkspaceOptionsBuilder. |
| 12 |
Abstract method NutsWorkspaceOptionsBuilder setDebug ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDebug ( String ) in NutsWorkspaceOptionsBuilder. |
| 13 |
Abstract method NutsWorkspaceOptionsBuilder setDependencySolver ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setDependencySolver ( String ) in NutsWorkspaceOptionsBuilder. |
| 14 |
Abstract method NutsWorkspaceOptionsBuilder setHomeLocation ( NutsHomeLocation, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setHomeLocation ( NutsHomeLocation, String ) in NutsWorkspaceOptionsBuilder. |
| 15 |
Abstract method NutsBootOptions toBootOptions ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toBootOptions ( ) in NutsWorkspaceOptionsBuilder. |
| 16 |
Added super-interface spi.NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in spi.NutsComponent. |
| 17 |
Abstract method Boolean getDebug ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getDebug ( ) in interface NutsWorkspaceOptionsBuilder. |
| 18 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHomeLocation ( NutsOsFamily, NutsStoreLocation ) in interface NutsWorkspaceOptionsBuilder. |
| 19 |
Abstract method String[ ] getProperties ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getProperties ( ) in interface NutsWorkspaceOptionsBuilder. |
| 20 |
Abstract method boolean isDebug ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method isDebug ( ) in interface NutsWorkspaceOptionsBuilder. |
| 21 |
Abstract method NutsWorkspaceOptionsBuilder setDebug ( Boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setDebug ( Boolean ) in interface NutsWorkspaceOptionsBuilder. |
| 22 |
Abstract method NutsWorkspaceOptionsBuilder setHomeLocation ( NutsOsFamily, NutsStoreLocation, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setHomeLocation ( NutsOsFamily, NutsStoreLocation, String ) in interface NutsWorkspaceOptionsBuilder. |
| 23 |
Abstract method NutsWorkspaceOptionsBuilder setProperties ( String[ ] ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setProperties ( String[ ] ) in interface NutsWorkspaceOptionsBuilder. |
[+] affected methods: 141 (2.1%)
NutsWorkspaceOptions.builder ( )Return value of this abstract method is of type 'NutsWorkspaceOptionsBuilder'.
NutsWorkspaceOptionsBuilder.addOutputFormatOptions ( String... p1 )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.build ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.copy ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.formatter ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getApiVersion ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getApplicationArguments ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getArchetype ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getBot ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
NutsWorkspaceOptionsBuilder.getCached ( )This abstract method is from 'NutsWorkspaceOptionsBuilder' interface.
...
[+] interface NutsWorkspaceOptionsFormat 2
| Change | Effect |
|---|
| 1 |
Abstract method String getApiVersion ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getApiVersion ( ) in interface NutsWorkspaceOptionsFormat. |
| 2 |
Abstract method NutsWorkspaceOptionsFormat setApiVersion ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setApiVersion ( String ) in interface NutsWorkspaceOptionsFormat. |
[+] affected methods: 13 (0.2%)
NutsWorkspaceOptions.formatter ( )Return value of this abstract method is of type 'NutsWorkspaceOptionsFormat'.
NutsWorkspaceOptionsBuilder.formatter ( )Return value of this abstract method is of type 'NutsWorkspaceOptionsFormat'.
NutsWorkspaceOptionsFormat.equals ( Object p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.getBootCommandLine ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.hashCode ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isExported ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isInit ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.isRuntime ( )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setCompact ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
NutsWorkspaceOptionsFormat.setExported ( boolean p1 )This abstract method is from 'NutsWorkspaceOptionsFormat' interface.
...
[+] interface NutsWorkspaceSecurityManager 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAuthenticationAgent ( String ) in NutsWorkspaceSecurityManager. |
| 2 |
Abstract method NutsAuthenticationAgent getAuthenticationAgent ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getAuthenticationAgent ( String ) in interface NutsWorkspaceSecurityManager. |
[+] affected methods: 23 (0.3%)
NutsWorkspace.security ( )Return value of this abstract method is of type 'NutsWorkspaceSecurityManager'.
NutsWorkspaceSecurityManager.addUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkAllowed ( String p1, String p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.checkCredentials ( char[ ] p1, char[ ] p2 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.createCredentials ( char[ ] p1, boolean p2, char[ ] p3 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUser ( String p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.findUsers ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCredentials ( char[ ] p1 )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentLoginStack ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
NutsWorkspaceSecurityManager.getCurrentUsername ( )This abstract method is from 'NutsWorkspaceSecurityManager' interface.
...
[+] interface NutsWorkspaceStoredConfig 2
| Change | Effect |
|---|
| 1 |
Abstract method String getHomeLocation ( NutsHomeLocation ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHomeLocation ( NutsHomeLocation ) in NutsWorkspaceStoredConfig. |
| 2 |
Abstract method String getHomeLocation ( NutsOsFamily, NutsStoreLocation ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getHomeLocation ( NutsOsFamily, NutsStoreLocation ) in interface NutsWorkspaceStoredConfig. |
[+] affected methods: 15 (0.2%)
NutsWorkspaceConfigManager.stored ( )Return value of this abstract method is of type 'NutsWorkspaceStoredConfig'.
NutsWorkspaceStoredConfig.getApiId ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getBootRepositories ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getHomeLocations ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getJavaCommand ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getJavaOptions ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getName ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRepositoryStoreLocationStrategy ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRuntimeDependencies ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
NutsWorkspaceStoredConfig.getRuntimeId ( )This abstract method is from 'NutsWorkspaceStoredConfig' interface.
...
[+] interface NutsWorkspaceUpdateResult 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsUpdateResult[ ] getUpdatable ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUpdatable ( ) in NutsWorkspaceUpdateResult. |
| 2 |
Abstract method NutsUpdateResult[ ] getAllUpdates ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getAllUpdates ( ) in interface NutsWorkspaceUpdateResult. |
[+] affected methods: 11 (0.2%)
NutsUpdateCommand.getResult ( )Return value of this abstract method is of type 'NutsWorkspaceUpdateResult'.
NutsWorkspaceUpdateResult.getAllResults ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getApi ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getArtifacts ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getExtensions ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getRuntime ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.getUpdatesCount ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableApi ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableExtensions ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
NutsWorkspaceUpdateResult.isUpdatableRuntime ( )This abstract method is from 'NutsWorkspaceUpdateResult' interface.
...
nuts-0.8.1.jar
package net.thevpc.nuts.boot
[+] class NutsBootDescriptor 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsBootDescriptor. |
[+] affected methods: 4 (0.1%)
NutsBootDescriptor.NutsBootDescriptor ( NutsBootId id, NutsBootId[ ] dependencies )This constructor is from 'NutsBootDescriptor' class.
NutsBootDescriptor.getDependencies ( )This method is from 'NutsBootDescriptor' class.
NutsBootDescriptor.getId ( )This method is from 'NutsBootDescriptor' class.
NutsBootDescriptor.toString ( )This method is from 'NutsBootDescriptor' class.
[+] class NutsBootId 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsBootId. |
[+] affected methods: 14 (0.2%)
NutsBootId.NutsBootId ( String groupId, String artifactId, NutsBootVersion version, boolean optional, String os, String arch )This constructor is from 'NutsBootId' class.
NutsBootId.equals ( Object obj )This method is from 'NutsBootId' class.
NutsBootId.getArch ( )This method is from 'NutsBootId' class.
NutsBootId.getArtifactId ( )This method is from 'NutsBootId' class.
NutsBootId.getGroupId ( )This method is from 'NutsBootId' class.
NutsBootId.getLongName ( )This method is from 'NutsBootId' class.
NutsBootId.getOs ( )This method is from 'NutsBootId' class.
NutsBootId.getShortName ( )This method is from 'NutsBootId' class.
NutsBootId.getVersion ( )This method is from 'NutsBootId' class.
NutsBootId.hashCode ( )This method is from 'NutsBootId' class.
...
[+] class NutsBootVersion 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NutsBootVersion. |
[+] affected methods: 14 (0.2%)
NutsBootVersion.accept ( NutsBootVersion other )This method is from 'NutsBootVersion' class.
NutsBootVersion.compareTo ( String other )This method is from 'NutsBootVersion' class.
NutsBootVersion.compareTo ( NutsBootVersion other )This method is from 'NutsBootVersion' class.
NutsBootVersion.equals ( Object o )This method is from 'NutsBootVersion' class.
NutsBootVersion.getFrom ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.getTo ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.hashCode ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.isBlank ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.isIncludeFrom ( )This method is from 'NutsBootVersion' class.
NutsBootVersion.isIncludeTo ( )This method is from 'NutsBootVersion' class.
...
[+] class PrivateNutsApplicationUtils 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsApplicationUtils. |
[+] affected methods: 3 (0.04%)
PrivateNutsApplicationUtils.PrivateNutsApplicationUtils ( )This constructor is from 'PrivateNutsApplicationUtils' class.
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out )This method is from 'PrivateNutsApplicationUtils' class.
PrivateNutsApplicationUtils.processThrowable ( Throwable ex, PrintStream out, boolean showMessage, boolean showTrace, boolean showGui )This method is from 'PrivateNutsApplicationUtils' class.
[+] class PrivateNutsLog 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsLog. |
[+] affected methods: 7 (0.1%)
PrivateNutsLog.PrivateNutsLog ( )This constructor is from 'PrivateNutsLog' class.
PrivateNutsLog.isLoggable ( Level lvl )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, String message, Throwable err )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object[ ] objects )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.log ( Level lvl, NutsLogVerb logVerb, String message, Object object )This method is from 'PrivateNutsLog' class.
PrivateNutsLog.setOptions ( NutsWorkspaceOptions options )This method is from 'PrivateNutsLog' class.
[+] class PrivateNutsMavenUtils 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsMavenUtils. |
[+] affected methods: 7 (0.1%)
PrivateNutsMavenUtils.PrivateNutsMavenUtils ( )This constructor is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.getFileName ( NutsBootId id, String ext )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.getPathFile ( NutsBootId id, String name )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.resolveMavenFullPath ( String repo, String nutsId, String ext )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.resolveOrDownloadJar ( String nutsId, String[ ] repositories, String cacheFolder, PrivateNutsLog LOG, boolean includeDesc, Instant expire, PrivateNutsUtils.ErrorInfoList errors )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.toMavenFileName ( String nutsId, String extension )This method is from 'PrivateNutsMavenUtils' class.
PrivateNutsMavenUtils.toMavenPath ( String nutsId )This method is from 'PrivateNutsMavenUtils' class.
[+] class PrivateNutsRepositorySelection 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsRepositorySelection. |
[+] affected methods: 3 (0.04%)
PrivateNutsRepositorySelection.PrivateNutsRepositorySelection ( String name, String url )This constructor is from 'PrivateNutsRepositorySelection' class.
PrivateNutsRepositorySelection.getName ( )This method is from 'PrivateNutsRepositorySelection' class.
PrivateNutsRepositorySelection.getUrl ( )This method is from 'PrivateNutsRepositorySelection' class.
[+] class PrivateNutsRepositorySelectionList 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsRepositorySelectionList. |
[+] affected methods: 12 (0.2%)
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( )This constructor is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.PrivateNutsRepositorySelectionList ( PrivateNutsRepositorySelection[ ] all )This constructor is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.add ( PrivateNutsRepositorySelection a )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.addAll ( PrivateNutsRepositorySelection[ ] all )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.containsName ( String name )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.containsSelection ( PrivateNutsRepositorySelection s )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.containsURL ( String url )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.indexOf ( PrivateNutsRepositorySelection other, int offset )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.indexOfName ( String name, int offset )This method is from 'PrivateNutsRepositorySelectionList' class.
PrivateNutsRepositorySelectionList.indexOfURL ( String url, int offset )This method is from 'PrivateNutsRepositorySelectionList' class.
...
[+] class PrivateNutsRepositorySelectorList 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsRepositorySelectorList. |
[+] affected methods: 6 (0.1%)
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( )This constructor is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.PrivateNutsRepositorySelectorList ( PrivateNutsRepositorySelector[ ] a )This constructor is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.acceptExisting ( PrivateNutsRepositorySelection ss )This method is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.join ( PrivateNutsRepositorySelectorList other )This method is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.resolveSelectors ( PrivateNutsRepositorySelection[ ] other )This method is from 'PrivateNutsRepositorySelectorList' class.
PrivateNutsRepositorySelectorList.toArray ( )This method is from 'PrivateNutsRepositorySelectorList' class.
[+] class PrivateNutsRepositorySelectorOp 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsRepositorySelectorOp. |
[+] affected methods: 6 (0.1%)
PrivateNutsRepositorySelectorOp.id ( )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.parseLenient ( String value )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyOrErrorValue )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.parseLenient ( String value, PrivateNutsRepositorySelectorOp emptyValue, PrivateNutsRepositorySelectorOp errorValue )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.valueOf ( String name )This method is from 'PrivateNutsRepositorySelectorOp' class.
PrivateNutsRepositorySelectorOp.values ( )This method is from 'PrivateNutsRepositorySelectorOp' class.
[+] class PrivateNutsUtils.Deps 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsUtils.Deps. |
[+] affected methods: 1 (0.01%)
PrivateNutsUtils.Deps.PrivateNutsUtils.Deps ( )This constructor is from 'PrivateNutsUtils.Deps' class.
[+] class PrivateNutsUtils.ErrorInfo 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsUtils.ErrorInfo. |
[+] affected methods: 7 (0.1%)
PrivateNutsUtils.ErrorInfo.PrivateNutsUtils.ErrorInfo ( String nutsId, String repository, String url, String message, Throwable throwable )This constructor is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getMessage ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getNutsId ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getRepository ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getThrowable ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.getUrl ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
PrivateNutsUtils.ErrorInfo.toString ( )This method is from 'PrivateNutsUtils.ErrorInfo' class.
[+] class PrivateNutsUtils.ErrorInfoList 1
| Change | Effect |
|---|
| 1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PrivateNutsUtils.ErrorInfoList. |
[+] affected methods: 4 (0.1%)
PrivateNutsUtils.ErrorInfoList.PrivateNutsUtils.ErrorInfoList ( )This constructor is from 'PrivateNutsUtils.ErrorInfoList' class.
PrivateNutsUtils.ErrorInfoList.add ( PrivateNutsUtils.ErrorInfo e )This method is from 'PrivateNutsUtils.ErrorInfoList' class.
PrivateNutsUtils.ErrorInfoList.list ( )This method is from 'PrivateNutsUtils.ErrorInfoList' class.
PrivateNutsUtils.ErrorInfoList.removeErrorsFor ( String nutsId )This method is from 'PrivateNutsUtils.ErrorInfoList' class.
nuts-0.8.1.jar
package net.thevpc.nuts.spi
[+] interface NutsDeployRepositoryCommand 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsDeployRepositoryCommand setContent ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setContent ( NutsPath ) in NutsDeployRepositoryCommand. |
[+] affected methods: 14 (0.2%)
NutsDeployRepositoryCommand.getContent ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.getDescriptor ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.getId ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.run ( )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.run ( )This method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( File p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( InputStream p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( URL p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setContent ( Path p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
NutsDeployRepositoryCommand.setDescriptor ( NutsDescriptor p1 )This abstract method is from 'NutsDeployRepositoryCommand' interface.
...
[+] interface NutsDescriptorContentParserComponent 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsComponent. |
[+] affected methods: 1 (0.01%)
NutsDescriptorContentParserComponent.parse ( NutsDescriptorContentParserContext p1 )This abstract method is from 'NutsDescriptorContentParserComponent' interface.
[+] interface NutsIndexStoreFactory 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsComponent. |
[+] affected methods: 2 (0.03%)
net.thevpc.nuts.NutsWorkspaceConfigManager.getIndexStoreClientFactory ( )Return value of this abstract method is of type 'NutsIndexStoreFactory'.
NutsIndexStoreFactory.createIndexStore ( NutsRepository p1 )This abstract method is from 'NutsIndexStoreFactory' interface.
[+] interface NutsPathSPI 61
| Change | Effect |
|---|
| 1 |
Abstract method void addPermissions ( NutsPath, NutsPathPermission... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addPermissions ( NutsPath, NutsPathPermission... ) in NutsPathSPI. |
| 2 |
Abstract method void copyTo ( NutsPath, NutsPath, NutsPathOption... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method copyTo ( NutsPath, NutsPath, NutsPathOption... ) in NutsPathSPI. |
| 3 |
Abstract method void delete ( NutsPath, boolean ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method delete ( NutsPath, boolean ) in NutsPathSPI. |
| 4 |
Abstract method boolean exists ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method exists ( NutsPath ) in NutsPathSPI. |
| 5 |
Abstract method NutsFormatSPI formatter ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method formatter ( NutsPath ) in NutsPathSPI. |
| 6 |
Abstract method String getContentEncoding ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getContentEncoding ( NutsPath ) in NutsPathSPI. |
| 7 |
Abstract method long getContentLength ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getContentLength ( NutsPath ) in NutsPathSPI. |
| 8 |
Abstract method String getContentType ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getContentType ( NutsPath ) in NutsPathSPI. |
| 9 |
Abstract method Instant getCreationInstant ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCreationInstant ( NutsPath ) in NutsPathSPI. |
| 10 |
Abstract method InputStream getInputStream ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInputStream ( NutsPath ) in NutsPathSPI. |
| 11 |
Abstract method String[ ] getItems ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getItems ( NutsPath ) in NutsPathSPI. |
| 12 |
Abstract method Instant getLastAccessInstant ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLastAccessInstant ( NutsPath ) in NutsPathSPI. |
| 13 |
Abstract method Instant getLastModifiedInstant ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLastModifiedInstant ( NutsPath ) in NutsPathSPI. |
| 14 |
Abstract method String getLocation ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLocation ( NutsPath ) in NutsPathSPI. |
| 15 |
Abstract method String getName ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getName ( NutsPath ) in NutsPathSPI. |
| 16 |
Abstract method OutputStream getOutputStream ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOutputStream ( NutsPath ) in NutsPathSPI. |
| 17 |
Abstract method NutsPath getParent ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getParent ( NutsPath ) in NutsPathSPI. |
| 18 |
Abstract method int getPathCount ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPathCount ( NutsPath ) in NutsPathSPI. |
| 19 |
Abstract method Set<NutsPathPermission> getPermissions ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPermissions ( NutsPath ) in NutsPathSPI. |
| 20 |
Abstract method String getProtocol ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProtocol ( NutsPath ) in NutsPathSPI. |
| 21 |
Abstract method NutsPath getRoot ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRoot ( NutsPath ) in NutsPathSPI. |
| 22 |
Abstract method String group ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method group ( NutsPath ) in NutsPathSPI. |
| 23 |
Abstract method boolean isAbsolute ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isAbsolute ( NutsPath ) in NutsPathSPI. |
| 24 |
Abstract method boolean isDirectory ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isDirectory ( NutsPath ) in NutsPathSPI. |
| 25 |
Abstract method boolean isLocal ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isLocal ( NutsPath ) in NutsPathSPI. |
| 26 |
Abstract method boolean isName ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isName ( NutsPath ) in NutsPathSPI. |
| 27 |
Abstract method boolean isOther ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isOther ( NutsPath ) in NutsPathSPI. |
| 28 |
Abstract method boolean isRegularFile ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRegularFile ( NutsPath ) in NutsPathSPI. |
| 29 |
Abstract method boolean isRoot ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isRoot ( NutsPath ) in NutsPathSPI. |
| 30 |
Abstract method boolean isSymbolicLink ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSymbolicLink ( NutsPath ) in NutsPathSPI. |
| 31 |
Abstract method NutsStream<NutsPath> list ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method list ( NutsPath ) in NutsPathSPI. |
| 32 |
Abstract method void mkdir ( boolean, NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method mkdir ( boolean, NutsPath ) in NutsPathSPI. |
| 33 |
Abstract method void moveTo ( NutsPath, NutsPath, NutsPathOption... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method moveTo ( NutsPath, NutsPath, NutsPathOption... ) in NutsPathSPI. |
| 34 |
Abstract method NutsPath normalize ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method normalize ( NutsPath ) in NutsPathSPI. |
| 35 |
Abstract method String owner ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method owner ( NutsPath ) in NutsPathSPI. |
| 36 |
Abstract method void removePermissions ( NutsPath, NutsPathPermission... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removePermissions ( NutsPath, NutsPathPermission... ) in NutsPathSPI. |
| 37 |
Abstract method NutsPath resolve ( NutsPath, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resolve ( NutsPath, String ) in NutsPathSPI. |
| 38 |
Abstract method NutsPath resolve ( NutsPath, NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resolve ( NutsPath, NutsPath ) in NutsPathSPI. |
| 39 |
Abstract method NutsPath resolveSibling ( NutsPath, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resolveSibling ( NutsPath, String ) in NutsPathSPI. |
| 40 |
Abstract method NutsPath resolveSibling ( NutsPath, NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resolveSibling ( NutsPath, NutsPath ) in NutsPathSPI. |
| 41 |
Abstract method void setPermissions ( NutsPath, NutsPathPermission... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setPermissions ( NutsPath, NutsPathPermission... ) in NutsPathSPI. |
| 42 |
Abstract method NutsPath subpath ( NutsPath, int, int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method subpath ( NutsPath, int, int ) in NutsPathSPI. |
| 43 |
Abstract method NutsPath toAbsolute ( NutsPath, NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toAbsolute ( NutsPath, NutsPath ) in NutsPathSPI. |
| 44 |
Abstract method NutsPath toCompressedForm ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toCompressedForm ( NutsPath ) in NutsPathSPI. |
| 45 |
Abstract method Path toFile ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toFile ( NutsPath ) in NutsPathSPI. |
| 46 |
Abstract method NutsPath toRelativePath ( NutsPath, NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toRelativePath ( NutsPath, NutsPath ) in NutsPathSPI. |
| 47 |
Abstract method URL toURL ( NutsPath ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method toURL ( NutsPath ) in NutsPathSPI. |
| 48 |
Abstract method NutsStream<NutsPath> walk ( NutsPath, int, NutsPathOption[ ] ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method walk ( NutsPath, int, NutsPathOption[ ] ) in NutsPathSPI. |
| 49 |
Abstract method void walkDfs ( NutsPath, NutsTreeVisitor<NutsPath>, int, NutsPathOption... ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method walkDfs ( NutsPath, NutsTreeVisitor<NutsPath>, int, NutsPathOption... ) in NutsPathSPI. |
| 50 |
Abstract method String asString ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method asString ( ) in interface NutsPathSPI. |
| 51 |
Abstract method void delete ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method delete ( boolean ) in interface NutsPathSPI. |
| 52 |
Abstract method boolean exists ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method exists ( ) in interface NutsPathSPI. |
| 53 |
Abstract method String getContentEncoding ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getContentEncoding ( ) in interface NutsPathSPI. |
| 54 |
Abstract method long getContentLength ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getContentLength ( ) in interface NutsPathSPI. |
| 55 |
Abstract method String getContentType ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getContentType ( ) in interface NutsPathSPI. |
| 56 |
Abstract method NutsFormatSPI getFormatterSPI ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getFormatterSPI ( ) in interface NutsPathSPI. |
| 57 |
Abstract method Instant getLastModifiedInstant ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLastModifiedInstant ( ) in interface NutsPathSPI. |
| 58 |
Abstract method String getLocation ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getLocation ( ) in interface NutsPathSPI. |
| 59 |
Abstract method InputStream inputStream ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method inputStream ( ) in interface NutsPathSPI. |
| 60 |
Abstract method void mkdir ( boolean ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method mkdir ( boolean ) in interface NutsPathSPI. |
| 61 |
Abstract method OutputStream outputStream ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method outputStream ( ) in interface NutsPathSPI. |
[+] affected methods: 2 (0.03%)
NutsPathSPI.getSession ( )This abstract method is from 'NutsPathSPI' interface.
NutsPathSPI.toString ( )This abstract method is from 'NutsPathSPI' interface.
[+] interface NutsRepositoryFactoryComponent 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsComponent. |
[+] affected methods: 2 (0.03%)
NutsRepositoryFactoryComponent.create ( NutsAddRepositoryOptions p1, NutsSession p2, NutsRepository p3 )This abstract method is from 'NutsRepositoryFactoryComponent' interface.
NutsRepositoryFactoryComponent.getDefaultRepositories ( NutsSession p1 )This abstract method is from 'NutsRepositoryFactoryComponent' interface.
[+] interface NutsRepositorySPI 1
| Change | Effect |
|---|
| 1 |
Abstract method NutsRepositoryEnvManager env ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method env ( ) in interface NutsRepositorySPI. |
[+] affected methods: 21 (0.3%)
NutsRepositorySPI.config ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.deploy ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.fetchContent ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.fetchDescriptor ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getName ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getParentRepository ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getRepositoryListeners ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getRepositoryType ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getUserProperties ( )This abstract method is from 'NutsRepositorySPI' interface.
NutsRepositorySPI.getUserPropertyListeners ( )This abstract method is from 'NutsRepositorySPI' interface.
...
[+] interface NutsSearchRepositoryCommand 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsIterator<NutsId> getResult ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResult ( ) in NutsSearchRepositoryCommand. |
| 2 |
Abstract method Iterator<NutsId> getResult ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResult ( ) in interface NutsSearchRepositoryCommand. |
[+] affected methods: 9 (0.1%)
NutsRepositorySPI.search ( )Return value of this abstract method is of type 'NutsSearchRepositoryCommand'.
NutsSearchRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.run ( )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchRepositoryCommand' interface.
NutsSearchRepositoryCommand.setSession ( NutsSession p1 )This abstract method is from 'NutsSearchRepositoryCommand' interface.
[+] interface NutsSearchVersionsRepositoryCommand 2
| Change | Effect |
|---|
| 1 |
Abstract method NutsIterator<NutsId> getResult ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResult ( ) in NutsSearchVersionsRepositoryCommand. |
| 2 |
Abstract method Iterator<NutsId> getResult ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getResult ( ) in interface NutsSearchVersionsRepositoryCommand. |
[+] affected methods: 11 (0.2%)
NutsRepositorySPI.searchVersions ( )Return value of this abstract method is of type 'NutsSearchVersionsRepositoryCommand'.
NutsSearchVersionsRepositoryCommand.getFetchMode ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getFilter ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.getId ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.run ( )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFetchMode ( NutsFetchMode p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setFilter ( NutsIdFilter p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setId ( NutsId p1 )This abstract method is from 'NutsSearchVersionsRepositoryCommand' interface.
NutsSearchVersionsRepositoryCommand.setSession ( NutsSession p1 )This method is from 'NutsSearchVersionsRepositoryCommand' interface.
...
[+] interface NutsSystemTerminalBase 11
| Change | Effect |
|---|
| 1 |
Abstract method NutsSystemTerminalBase clearScreen ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method clearScreen ( NutsSession ) in NutsSystemTerminalBase. |
| 2 |
Abstract method String getCommandHighlighter ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCommandHighlighter ( ) in NutsSystemTerminalBase. |
| 3 |
Abstract method NutsSystemTerminalBase.Cursor getTerminalCursor ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTerminalCursor ( NutsSession ) in NutsSystemTerminalBase. |
| 4 |
Abstract method NutsSystemTerminalBase.Size getTerminalSize ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTerminalSize ( NutsSession ) in NutsSystemTerminalBase. |
| 5 |
Abstract method NutsSystemTerminalBase resetLine ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resetLine ( NutsSession ) in NutsSystemTerminalBase. |
| 6 |
Abstract method Object run ( NutsTerminalCommand, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method run ( NutsTerminalCommand, NutsSession ) in NutsSystemTerminalBase. |
| 7 |
Abstract method NutsSystemTerminalBase setCommandHighlighter ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setCommandHighlighter ( String ) in NutsSystemTerminalBase. |
| 8 |
Abstract method void setStyles ( NutsTextStyles, NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setStyles ( NutsTextStyles, NutsSession ) in NutsSystemTerminalBase. |
| 9 |
Added super-interface NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsComponent. |
| 10 |
Abstract method NutsCommandReadHighlighter getCommandReadHighlighter ( ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method getCommandReadHighlighter ( ) in interface NutsSystemTerminalBase. |
| 11 |
Abstract method NutsSystemTerminalBase setCommandReadHighlighter ( NutsCommandReadHighlighter ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method setCommandReadHighlighter ( NutsCommandReadHighlighter ) in interface NutsSystemTerminalBase. |
[+] affected methods: 10 (0.1%)
NutsSystemTerminalBase.getAutoCompleteResolver ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getCommandHistory ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getErr ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getIn ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.getOut ( )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.isAutoCompleteSupported ( )This method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.readLine ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.readPassword ( NutsPrintStream p1, NutsMessage p2, NutsSession p3 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.setCommandAutoCompleteResolver ( NutsCommandAutoCompleteResolver p1 )This abstract method is from 'NutsSystemTerminalBase' interface.
NutsSystemTerminalBase.setCommandHistory ( NutsCommandHistory p1 )This abstract method is from 'NutsSystemTerminalBase' interface.
[+] interface NutsTransportComponent 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsComponent. |
[+] affected methods: 1 (0.01%)
NutsTransportComponent.open ( String p1 )This abstract method is from 'NutsTransportComponent' interface.
[+] interface NutsWorkspaceArchetypeComponent 2
| Change | Effect |
|---|
| 1 |
Abstract method void startWorkspace ( NutsSession ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method startWorkspace ( NutsSession ) in NutsWorkspaceArchetypeComponent. |
| 2 |
Added super-interface NutsComponent. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in NutsComponent. |
[+] affected methods: 2 (0.03%)
NutsWorkspaceArchetypeComponent.getName ( )This abstract method is from 'NutsWorkspaceArchetypeComponent' interface.
NutsWorkspaceArchetypeComponent.initializeWorkspace ( NutsSession p1 )This abstract method is from 'NutsWorkspaceArchetypeComponent' interface.
to the top
Problems with Methods, High Severity 1
nuts-0.8.1.jar,
NutsBootWorkspace.class
package net.thevpc.nuts.boot
[+] NutsBootWorkspace.getContextClassLoader ( ) : ClassLoader 1
net/thevpc/nuts/boot/NutsBootWorkspace.getContextClassLoader:()Ljava/lang/ClassLoader;
| Change | Effect |
|---|
| 1 |
Access level has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: getContextClassLoader ( ) has private access in NutsBootWorkspace. |
to the top
Problems with Data Types, Medium Severity 1
nuts-0.8.1.jar
package net.thevpc.nuts.spi
[+] interface NutsComponent<CriteriaType> 1
| Change | Effect |
|---|
| 1 |
This interface became raw. |
Recompilation of a client program may be terminated with the message: type NutsComponent does not take parameters. |
[+] affected methods: 1 (0.01%)
NutsComponent<CriteriaType>.getSupportLevel ( NutsSupportLevelContext<CriteriaType> p1 )This abstract method is from 'NutsComponent<CriteriaType>' interface.
to the top
Problems with Methods, Medium Severity 99
nuts-0.8.1.jar,
BasePredicate.class
package net.thevpc.nuts
[+] NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other ) : Predicate<T> 1
net/thevpc/nuts/NutsPredicates.BasePredicate.and:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<T> to NutsPredicate<T>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPredicate<T> cannot be converted to java.util.function.Predicate<T>. |
[+] NutsPredicates.BasePredicate<T>.negate ( ) : Predicate<T> 1
net/thevpc/nuts/NutsPredicates.BasePredicate.negate:()Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<T> to NutsPredicate<T>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPredicate<T> cannot be converted to java.util.function.Predicate<T>. |
[+] NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other ) : Predicate<T> 1
net/thevpc/nuts/NutsPredicates.BasePredicate.or:(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<T> to NutsPredicate<T>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPredicate<T> cannot be converted to java.util.function.Predicate<T>. |
nuts-0.8.1.jar,
NutsApplicationContext.class
package net.thevpc.nuts
[+] NutsApplicationContext.getAppsFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getAppsFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getCacheFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getCacheFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getConfigFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getConfigFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getFolder ( NutsStoreLocation p1 ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getLibFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getLibFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getLogFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getLogFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getRunFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getRunFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getSharedAppsFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedAppsFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getSharedConfigFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedConfigFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getSharedFolder ( NutsStoreLocation p1 ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedFolder:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getSharedLibFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedLibFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getSharedLogFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedLogFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getSharedRunFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedRunFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getSharedTempFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedTempFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getSharedVarFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getSharedVarFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getTempFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getTempFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsApplicationContext.getVarFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsApplicationContext.getVarFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
nuts-0.8.1.jar,
NutsArgument.class
package net.thevpc.nuts
[+] NutsArgument.required ( ) [abstract] : NutsArgument 1
net/thevpc/nuts/NutsArgument.required:()Lnet/thevpc/nuts/NutsArgument;
| Change | Effect |
|---|
| 1 |
Removed java.util.NoSuchElementException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override required ( ) in NutsArgument; overridden method does not throw java.util.NoSuchElementException. |
nuts-0.8.1.jar,
NutsArrayElementBuilder.class
package net.thevpc.nuts
[+] NutsArrayElementBuilder.build ( ) [abstract] : NutsArrayElement 1
net/thevpc/nuts/NutsArrayElementBuilder.build:()Lnet/thevpc/nuts/NutsArrayElement;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsArrayElement to NutsElement. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsElement cannot be converted to NutsArrayElement. |
nuts-0.8.1.jar,
NutsBootWorkspace.class
package net.thevpc.nuts.boot
[+] NutsBootWorkspace.getOptions ( ) : NutsWorkspaceOptions 1
net/thevpc/nuts/boot/NutsBootWorkspace.getOptions:()Lnet/thevpc/nuts/NutsWorkspaceOptions;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from net.thevpc.nuts.NutsWorkspaceOptions to net.thevpc.nuts.NutsBootOptions. |
Recompilation of a client program may be terminated with the message: incompatible types: net.thevpc.nuts.NutsBootOptions cannot be converted to net.thevpc.nuts.NutsWorkspaceOptions. |
nuts-0.8.1.jar,
NutsDefinition.class
package net.thevpc.nuts
[+] NutsDefinition.getPath ( ) [abstract] : Path 1
net/thevpc/nuts/NutsDefinition.getPath:()Ljava/nio/file/Path;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.nio.file.Path to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.nio.file.Path. |
nuts-0.8.1.jar,
NutsDependencies.class
package net.thevpc.nuts
[+] NutsDependencies.immediate ( ) [abstract] : List<NutsDependency> 1
net/thevpc/nuts/NutsDependencies.immediate:()Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.List<NutsDependency> to NutsStream<NutsDependency>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<NutsDependency> cannot be converted to java.util.List<NutsDependency>. |
[+] NutsDependencies.sourceIds ( ) [abstract] : List<NutsId> 1
net/thevpc/nuts/NutsDependencies.sourceIds:()Ljava/util/List;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.List<NutsId> to NutsStream<NutsId>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<NutsId> cannot be converted to java.util.List<NutsId>. |
nuts-0.8.1.jar,
NutsDescriptor.class
package net.thevpc.nuts
[+] NutsDescriptor.getProperties ( ) [abstract] : Map<String,String> 1
net/thevpc/nuts/NutsDescriptor.getProperties:()Ljava/util/Map;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Map<java.lang.String,java.lang.String> to NutsDescriptorProperty[]. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsDescriptorProperty[] cannot be converted to java.util.Map<java.lang.String,java.lang.String>. |
nuts-0.8.1.jar,
NutsDescriptorBuilder.class
package net.thevpc.nuts
[+] NutsDescriptorBuilder.getProperties ( ) [abstract] : Map<String,String> 1
net/thevpc/nuts/NutsDescriptorBuilder.getProperties:()Ljava/util/Map;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Map<java.lang.String,java.lang.String> to NutsDescriptorProperty[]. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsDescriptorProperty[] cannot be converted to java.util.Map<java.lang.String,java.lang.String>. |
nuts-0.8.1.jar,
NutsIndexStore.class
package net.thevpc.nuts
[+] NutsIndexStore.search ( NutsIdFilter p1, NutsSession p2 ) [abstract] : Iterator<NutsId> 1
net/thevpc/nuts/NutsIndexStore.search:(Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Iterator<NutsId> to NutsIterator<NutsId>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsIterator<NutsId> cannot be converted to java.util.Iterator<NutsId>. |
[+] NutsIndexStore.searchVersions ( NutsId p1, NutsSession p2 ) [abstract] : Iterator<NutsId> 1
net/thevpc/nuts/NutsIndexStore.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Iterator<NutsId> to NutsIterator<NutsId>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsIterator<NutsId> cannot be converted to java.util.Iterator<NutsId>. |
nuts-0.8.1.jar,
NutsInstallCommand.class
package net.thevpc.nuts
[+] NutsInstallCommand.getResult ( ) [abstract] : NutsResultList<NutsDefinition> 1
net/thevpc/nuts/NutsInstallCommand.getResult:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<NutsDefinition> to NutsStream<NutsDefinition>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<NutsDefinition> cannot be converted to NutsResultList<NutsDefinition>. |
nuts-0.8.1.jar,
NutsInstallInformation.class
package net.thevpc.nuts
[+] NutsInstallInformation.getInstallFolder ( ) [abstract] : String 1
net/thevpc/nuts/NutsInstallInformation.getInstallFolder:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
nuts-0.8.1.jar,
NutsLauncherOptions.class
package net.thevpc.nuts
[+] NutsLauncherOptions.getCreateCustomShortcut ( ) : NutsActionSupportCondition 1
net/thevpc/nuts/NutsLauncherOptions.getCreateCustomShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsActionSupportCondition to NutsSupportCondition. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsSupportCondition cannot be converted to NutsActionSupportCondition. |
[+] NutsLauncherOptions.getCreateDesktopShortcut ( ) : NutsActionSupportCondition 1
net/thevpc/nuts/NutsLauncherOptions.getCreateDesktopShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsActionSupportCondition to NutsSupportCondition. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsSupportCondition cannot be converted to NutsActionSupportCondition. |
[+] NutsLauncherOptions.getCreateMenuShortcut ( ) : NutsActionSupportCondition 1
net/thevpc/nuts/NutsLauncherOptions.getCreateMenuShortcut:()Lnet/thevpc/nuts/NutsActionSupportCondition;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsActionSupportCondition to NutsSupportCondition. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsSupportCondition cannot be converted to NutsActionSupportCondition. |
nuts-0.8.1.jar,
NutsObjectElementBuilder.class
package net.thevpc.nuts
[+] NutsObjectElementBuilder.build ( ) [abstract] : NutsObjectElement 1
net/thevpc/nuts/NutsObjectElementBuilder.build:()Lnet/thevpc/nuts/NutsObjectElement;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectElement to NutsElement. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsElement cannot be converted to NutsObjectElement. |
nuts-0.8.1.jar,
NutsObjectFormat.class
package net.thevpc.nuts
[+] NutsObjectFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat 1
net/thevpc/nuts/NutsObjectFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsFormat. |
[+] NutsObjectFormat.setNtf ( boolean p1 ) : NutsFormat 1
net/thevpc/nuts/NutsObjectFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsFormat. |
[+] NutsObjectFormat.setSession ( NutsSession p1 ) : NutsFormat 1
net/thevpc/nuts/NutsObjectFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsFormat. |
[+] NutsObjectFormat.setValue ( Object p1 ) [abstract] : NutsObjectFormat 1
net/thevpc/nuts/NutsObjectFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsObjectFormat. |
nuts-0.8.1.jar,
NutsPredicates.class
package net.thevpc.nuts
[+] NutsPredicates.always ( ) [static] : Predicate<T> 1
net/thevpc/nuts/NutsPredicates.always:()Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<T> to NutsPredicate<T>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPredicate<T> cannot be converted to java.util.function.Predicate<T>. |
[+] NutsPredicates.blank ( ) [static] : Predicate<String> 1
net/thevpc/nuts/NutsPredicates.blank:()Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<java.lang.String> to NutsPredicate<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPredicate<java.lang.String> cannot be converted to java.util.function.Predicate<java.lang.String>. |
[+] NutsPredicates.isNull ( ) [static] : Predicate<T> 1
net/thevpc/nuts/NutsPredicates.isNull:()Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<T> to NutsPredicate<T>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPredicate<T> cannot be converted to java.util.function.Predicate<T>. |
[+] NutsPredicates.never ( ) [static] : Predicate<T> 1
net/thevpc/nuts/NutsPredicates.never:()Ljava/util/function/Predicate;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.function.Predicate<T> to NutsPredicate<T>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPredicate<T> cannot be converted to java.util.function.Predicate<T>. |
nuts-0.8.1.jar,
NutsPropertiesFormat.class
package net.thevpc.nuts
[+] NutsPropertiesFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat 1
net/thevpc/nuts/NutsPropertiesFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsFormat. |
[+] NutsPropertiesFormat.setNtf ( boolean p1 ) [abstract] : NutsPropertiesFormat 1
net/thevpc/nuts/NutsPropertiesFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsPropertiesFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsPropertiesFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsPropertiesFormat. |
[+] NutsPropertiesFormat.setSession ( NutsSession p1 ) : NutsObjectFormat 1
net/thevpc/nuts/NutsPropertiesFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsObjectFormat. |
[+] NutsPropertiesFormat.setValue ( Object p1 ) : NutsObjectFormat 1
net/thevpc/nuts/NutsPropertiesFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsObjectFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsObjectFormat. |
nuts-0.8.1.jar,
NutsQuestion.class
package net.thevpc.nuts
[+] NutsQuestion<T>.getCancelMessage ( ) [abstract] : String 1
net/thevpc/nuts/NutsQuestion.getCancelMessage:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsMessage. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsMessage cannot be converted to java.lang.String. |
[+] NutsQuestion<T>.getHintMessage ( ) [abstract] : String 1
net/thevpc/nuts/NutsQuestion.getHintMessage:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsMessage. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsMessage cannot be converted to java.lang.String. |
[+] NutsQuestion<T>.getMessage ( ) [abstract] : String 1
net/thevpc/nuts/NutsQuestion.getMessage:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsMessage. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsMessage cannot be converted to java.lang.String. |
nuts-0.8.1.jar,
NutsRepositoryConfig.class
package net.thevpc.nuts
[+] NutsRepositoryConfig.getLocation ( ) : String 1
net/thevpc/nuts/NutsRepositoryConfig.getLocation:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to spi.NutsRepositoryLocation. |
Recompilation of a client program may be terminated with the message: incompatible types: spi.NutsRepositoryLocation cannot be converted to java.lang.String. |
nuts-0.8.1.jar,
NutsRepositoryConfigManager.class
package net.thevpc.nuts
[+] NutsRepositoryConfigManager.getSpeed ( ) [abstract] : int 1
net/thevpc/nuts/NutsRepositoryConfigManager.getSpeed:()I
| Change | Effect |
|---|
| 1 |
Return value type has been changed from int to NutsSpeedQualifier. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsSpeedQualifier cannot be converted to int. |
[+] NutsRepositoryConfigManager.getStoreLocation ( ) [abstract] : String 1
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsRepositoryConfigManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String 1
net/thevpc/nuts/NutsRepositoryConfigManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
nuts-0.8.1.jar,
NutsRepositoryManager.class
package net.thevpc.nuts
[+] NutsRepositoryManager.filter ( ) [abstract] : NutsRepositoryFilterManager 1
net/thevpc/nuts/NutsRepositoryManager.filter:()Lnet/thevpc/nuts/NutsRepositoryFilterManager;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsRepositoryFilterManager to NutsRepositoryFilters. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsRepositoryFilters cannot be converted to NutsRepositoryFilterManager. |
nuts-0.8.1.jar,
NutsRepositoryModel.class
package net.thevpc.nuts
[+] NutsRepositoryModel.getSpeed ( ) : int 1
net/thevpc/nuts/NutsRepositoryModel.getSpeed:()I
| Change | Effect |
|---|
| 1 |
Return value type has been changed from int to NutsSpeedQualifier. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsSpeedQualifier cannot be converted to int. |
[+] NutsRepositoryModel.searchVersions ( NutsId id, NutsIdFilter idFilter, NutsFetchMode fetchMode, NutsRepository repository, NutsSession session ) : Iterator<NutsId> 1
net/thevpc/nuts/NutsRepositoryModel.searchVersions:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsIdFilter;Lnet/thevpc/nuts/NutsFetchMode;Lnet/thevpc/nuts/NutsRepository;Lnet/thevpc/nuts/NutsSession;)Ljava/util/Iterator;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Iterator<NutsId> to NutsIterator<NutsId>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsIterator<NutsId> cannot be converted to java.util.Iterator<NutsId>. |
nuts-0.8.1.jar,
NutsRepositorySecurityManager.class
package net.thevpc.nuts
[+] NutsRepositorySecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent 1
net/thevpc/nuts/NutsRepositorySecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsAuthenticationAgent to spi.NutsAuthenticationAgent. |
Recompilation of a client program may be terminated with the message: incompatible types: spi.NutsAuthenticationAgent cannot be converted to NutsAuthenticationAgent. |
nuts-0.8.1.jar,
NutsSearchCommand.class
package net.thevpc.nuts
[+] NutsSearchCommand.getComparator ( ) [abstract] : Comparator 1
net/thevpc/nuts/NutsSearchCommand.getComparator:()Ljava/util/Comparator;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Comparator to NutsComparator. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsComparator cannot be converted to java.util.Comparator. |
[+] NutsSearchCommand.getResultDefinitions ( ) [abstract] : NutsResultList<NutsDefinition> 1
net/thevpc/nuts/NutsSearchCommand.getResultDefinitions:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<NutsDefinition> to NutsStream<NutsDefinition>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<NutsDefinition> cannot be converted to NutsResultList<NutsDefinition>. |
[+] NutsSearchCommand.getResultDependencies ( ) [abstract] : NutsResultList<NutsDependencies> 1
net/thevpc/nuts/NutsSearchCommand.getResultDependencies:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<NutsDependencies> to NutsStream<NutsDependencies>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<NutsDependencies> cannot be converted to NutsResultList<NutsDependencies>. |
[+] NutsSearchCommand.getResultExecutionEntries ( ) [abstract] : NutsResultList<NutsExecutionEntry> 1
net/thevpc/nuts/NutsSearchCommand.getResultExecutionEntries:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<NutsExecutionEntry> to NutsStream<NutsExecutionEntry>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<NutsExecutionEntry> cannot be converted to NutsResultList<NutsExecutionEntry>. |
[+] NutsSearchCommand.getResultIds ( ) [abstract] : NutsResultList<NutsId> 1
net/thevpc/nuts/NutsSearchCommand.getResultIds:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<NutsId> to NutsStream<NutsId>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<NutsId> cannot be converted to NutsResultList<NutsId>. |
[+] NutsSearchCommand.getResultInlineDependencies ( ) [abstract] : NutsResultList<NutsDependency> 1
net/thevpc/nuts/NutsSearchCommand.getResultInlineDependencies:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<NutsDependency> to NutsStream<NutsDependency>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<NutsDependency> cannot be converted to NutsResultList<NutsDependency>. |
[+] NutsSearchCommand.getResultInstallDates ( ) [abstract] : NutsResultList<Instant> 1
net/thevpc/nuts/NutsSearchCommand.getResultInstallDates:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.time.Instant> to NutsStream<java.time.Instant>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<java.time.Instant> cannot be converted to NutsResultList<java.time.Instant>. |
[+] NutsSearchCommand.getResultInstallFolders ( ) [abstract] : NutsResultList<String> 1
net/thevpc/nuts/NutsSearchCommand.getResultInstallFolders:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String> to NutsStream<NutsPath>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<NutsPath> cannot be converted to NutsResultList<java.lang.String>. |
[+] NutsSearchCommand.getResultInstallUsers ( ) [abstract] : NutsResultList<String> 1
net/thevpc/nuts/NutsSearchCommand.getResultInstallUsers:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String> to NutsStream<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<java.lang.String> cannot be converted to NutsResultList<java.lang.String>. |
[+] NutsSearchCommand.getResultNames ( ) [abstract] : NutsResultList<String> 1
net/thevpc/nuts/NutsSearchCommand.getResultNames:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String> to NutsStream<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<java.lang.String> cannot be converted to NutsResultList<java.lang.String>. |
[+] NutsSearchCommand.getResultPathNames ( ) [abstract] : NutsResultList<String> 1
net/thevpc/nuts/NutsSearchCommand.getResultPathNames:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String> to NutsStream<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<java.lang.String> cannot be converted to NutsResultList<java.lang.String>. |
[+] NutsSearchCommand.getResultPaths ( ) [abstract] : NutsResultList<String> 1
net/thevpc/nuts/NutsSearchCommand.getResultPaths:()Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String> to NutsStream<java.lang.String>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<java.lang.String> cannot be converted to NutsResultList<java.lang.String>. |
[+] NutsSearchCommand.getResultStoreLocations ( NutsStoreLocation p1 ) [abstract] : NutsResultList<String> 1
net/thevpc/nuts/NutsSearchCommand.getResultStoreLocations:(Lnet/thevpc/nuts/NutsStoreLocation;)Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String> to NutsStream<NutsPath>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<NutsPath> cannot be converted to NutsResultList<java.lang.String>. |
[+] NutsSearchCommand.getResultStrings ( String[ ] p1 ) [abstract] : NutsResultList<String[ ]> 1
net/thevpc/nuts/NutsSearchCommand.getResultStrings:([Ljava/lang/String;)Lnet/thevpc/nuts/NutsResultList;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsResultList<java.lang.String[]> to NutsStream<java.lang.String[]>. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsStream<java.lang.String[]> cannot be converted to NutsResultList<java.lang.String[]>. |
nuts-0.8.1.jar,
NutsSearchRepositoryCommand.class
package net.thevpc.nuts.spi
[+] NutsSearchRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId> 1
net/thevpc/nuts/spi/NutsSearchRepositoryCommand.getResult:()Ljava/util/Iterator;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Iterator<net.thevpc.nuts.NutsId> to net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId>. |
Recompilation of a client program may be terminated with the message: incompatible types: net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> cannot be converted to java.util.Iterator<net.thevpc.nuts.NutsId>. |
nuts-0.8.1.jar,
NutsSearchVersionsRepositoryCommand.class
package net.thevpc.nuts.spi
[+] NutsSearchVersionsRepositoryCommand.getResult ( ) [abstract] : Iterator<NutsId> 1
net/thevpc/nuts/spi/NutsSearchVersionsRepositoryCommand.getResult:()Ljava/util/Iterator;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.util.Iterator<net.thevpc.nuts.NutsId> to net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId>. |
Recompilation of a client program may be terminated with the message: incompatible types: net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> cannot be converted to java.util.Iterator<net.thevpc.nuts.NutsId>. |
nuts-0.8.1.jar,
NutsSession.class
package net.thevpc.nuts
[+] NutsSession.getDebug ( ) [abstract] : Boolean 1
net/thevpc/nuts/NutsSession.getDebug:()Ljava/lang/Boolean;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.Boolean to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.lang.Boolean. |
nuts-0.8.1.jar,
NutsTableFormat.class
package net.thevpc.nuts
[+] NutsTableFormat.configure ( boolean p1, String[ ] p2 ) : NutsFormat 1
net/thevpc/nuts/NutsTableFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsFormat. |
[+] NutsTableFormat.setNtf ( boolean p1 ) : NutsObjectFormat 1
net/thevpc/nuts/NutsTableFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsObjectFormat. |
[+] NutsTableFormat.setSession ( NutsSession p1 ) : NutsObjectFormat 1
net/thevpc/nuts/NutsTableFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsObjectFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsObjectFormat. |
[+] NutsTableFormat.setValue ( Object p1 ) [abstract] : NutsTableFormat 1
net/thevpc/nuts/NutsTableFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTableFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTableFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsTableFormat. |
nuts-0.8.1.jar,
NutsTreeFormat.class
package net.thevpc.nuts
[+] NutsTreeFormat.configure ( boolean p1, String... p2 ) [abstract] : NutsTreeFormat 1
net/thevpc/nuts/NutsTreeFormat.configure:(Z[Ljava/lang/String;)Lnet/thevpc/nuts/NutsTreeFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTreeFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsTreeFormat. |
[+] NutsTreeFormat.setNtf ( boolean p1 ) : NutsObjectFormat 1
net/thevpc/nuts/NutsTreeFormat.setNtf:(Z)Lnet/thevpc/nuts/NutsObjectFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsObjectFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsObjectFormat. |
[+] NutsTreeFormat.setSession ( NutsSession p1 ) [abstract] : NutsTreeFormat 1
net/thevpc/nuts/NutsTreeFormat.setSession:(Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsTreeFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTreeFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsTreeFormat. |
[+] NutsTreeFormat.setValue ( Object p1 ) [abstract] : NutsTreeFormat 1
net/thevpc/nuts/NutsTreeFormat.setValue:(Ljava/lang/Object;)Lnet/thevpc/nuts/NutsTreeFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsTreeFormat to NutsContentTypeFormat. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsContentTypeFormat cannot be converted to NutsTreeFormat. |
nuts-0.8.1.jar,
NutsWorkspace.class
package net.thevpc.nuts
[+] NutsWorkspace.getLocation ( ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspace.getLocation:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsWorkspace.info ( ) [abstract] : NutsInfoFormat 1
net/thevpc/nuts/NutsWorkspace.info:()Lnet/thevpc/nuts/NutsInfoFormat;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsInfoFormat to NutsInfoCommand. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsInfoCommand cannot be converted to NutsInfoFormat. |
nuts-0.8.1.jar,
NutsWorkspaceConfigManager.class
package net.thevpc.nuts
[+] NutsWorkspaceConfigManager.resolveRepositoryPath ( String p1 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceConfigManager.resolveRepositoryPath:(Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
nuts-0.8.1.jar,
NutsWorkspaceEnvManager.class
package net.thevpc.nuts
[+] NutsWorkspaceEnvManager.getDesktopIntegrationSupport ( NutsDesktopIntegrationItem p1 ) [abstract] : NutsActionSupport 1
net/thevpc/nuts/NutsWorkspaceEnvManager.getDesktopIntegrationSupport:(Lnet/thevpc/nuts/NutsDesktopIntegrationItem;)Lnet/thevpc/nuts/NutsActionSupport;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsActionSupport to NutsSupportMode. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsSupportMode cannot be converted to NutsActionSupport. |
nuts-0.8.1.jar,
NutsWorkspaceListManager.class
package net.thevpc.nuts
[+] NutsWorkspaceListManager.addWorkspace ( String p1, NutsSession p2 ) [abstract] : NutsWorkspace 1
net/thevpc/nuts/NutsWorkspaceListManager.addWorkspace:(Ljava/lang/String;Lnet/thevpc/nuts/NutsSession;)Lnet/thevpc/nuts/NutsWorkspace;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsWorkspace to NutsSession. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsSession cannot be converted to NutsWorkspace. |
nuts-0.8.1.jar,
NutsWorkspaceLocationManager.class
package net.thevpc.nuts
[+] NutsWorkspaceLocationManager.getDefaultIdBasedir ( NutsId p1 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getDefaultIdBasedir:(Lnet/thevpc/nuts/NutsId;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsWorkspaceLocationManager.getHomeLocation ( NutsStoreLocation p1 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getHomeLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsWorkspaceLocationManager.getStoreLocation ( NutsId p1, NutsStoreLocation p2, String p3 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsId;Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsWorkspaceLocationManager.getStoreLocation ( NutsStoreLocation p1, String p2 ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getStoreLocation:(Lnet/thevpc/nuts/NutsStoreLocation;Ljava/lang/String;)Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
[+] NutsWorkspaceLocationManager.getWorkspaceLocation ( ) [abstract] : String 1
net/thevpc/nuts/NutsWorkspaceLocationManager.getWorkspaceLocation:()Ljava/lang/String;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.String to NutsPath. |
Recompilation of a client program may be terminated with the message: incompatible types: NutsPath cannot be converted to java.lang.String. |
nuts-0.8.1.jar,
NutsWorkspaceOptions.class
package net.thevpc.nuts
[+] NutsWorkspaceOptions.getDebug ( ) [abstract] : Boolean 1
net/thevpc/nuts/NutsWorkspaceOptions.getDebug:()Ljava/lang/Boolean;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.Boolean to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.lang.Boolean. |
nuts-0.8.1.jar,
NutsWorkspaceOptionsBuilder.class
package net.thevpc.nuts
[+] NutsWorkspaceOptionsBuilder.getDebug ( ) [abstract] : Boolean 1
net/thevpc/nuts/NutsWorkspaceOptionsBuilder.getDebug:()Ljava/lang/Boolean;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from java.lang.Boolean to java.lang.String. |
Recompilation of a client program may be terminated with the message: incompatible types: java.lang.String cannot be converted to java.lang.Boolean. |
nuts-0.8.1.jar,
NutsWorkspaceSecurityManager.class
package net.thevpc.nuts
[+] NutsWorkspaceSecurityManager.getAuthenticationAgent ( String p1 ) [abstract] : NutsAuthenticationAgent 1
net/thevpc/nuts/NutsWorkspaceSecurityManager.getAuthenticationAgent:(Ljava/lang/String;)Lnet/thevpc/nuts/NutsAuthenticationAgent;
| Change | Effect |
|---|
| 1 |
Return value type has been changed from NutsAuthenticationAgent to spi.NutsAuthenticationAgent. |
Recompilation of a client program may be terminated with the message: incompatible types: spi.NutsAuthenticationAgent cannot be converted to NutsAuthenticationAgent. |
to the top
Other Changes in Data Types 26
nuts-0.8.1.jar
package net.thevpc.nuts
[+] class NutsDescriptorStyle 1
| Change | Effect |
|---|
| 1 |
Field MANIFEST has been added to this class. |
No effect. |
[+] affected methods: 8 (0.1%)
NutsDescriptorParser.getDescriptorStyle ( )Return value of this abstract method is of type 'NutsDescriptorStyle'.
NutsDescriptorParser.setDescriptorStyle ( NutsDescriptorStyle p1 )1st parameter 'p1' of this abstract method is of type 'NutsDescriptorStyle'.
NutsDescriptorStyle.id ( )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.parseLenient ( String value )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyOrErrorValue )2nd parameter 'emptyOrErrorValue' of this method is of type 'NutsDescriptorStyle'.
NutsDescriptorStyle.parseLenient ( String value, NutsDescriptorStyle emptyValue, NutsDescriptorStyle errorValue )2nd parameter 'emptyValue' of this method is of type 'NutsDescriptorStyle'.
NutsDescriptorStyle.valueOf ( String name )This method is from 'NutsDescriptorStyle' class.
NutsDescriptorStyle.values ( )This method is from 'NutsDescriptorStyle' class.
[+] class NutsDesktopEnvironmentFamily 17
| Change | Effect |
|---|
| 1 |
Field AWESOME has been added to this class. |
No effect. |
| 2 |
Field BUDGIE has been added to this class. |
No effect. |
| 3 |
Field CDE has been added to this class. |
No effect. |
| 4 |
Field CINNAMON has been added to this class. |
No effect. |
| 5 |
Field DEEPIN has been added to this class. |
No effect. |
| 6 |
Field ENLIGHTENMENT has been added to this class. |
No effect. |
| 7 |
Field I3 has been added to this class. |
No effect. |
| 8 |
Field LUMINA has been added to this class. |
No effect. |
| 9 |
Field LXDE has been added to this class. |
No effect. |
| 10 |
Field LXQT has been added to this class. |
No effect. |
| 11 |
Field MACOS_AQUA has been added to this class. |
No effect. |
| 12 |
Field MATE has been added to this class. |
No effect. |
| 13 |
Field OPENBOX has been added to this class. |
No effect. |
| 14 |
Field PANTHEON has been added to this class. |
No effect. |
| 15 |
Field UNITY has been added to this class. |
No effect. |
| 16 |
Field WINDOWS_SHELL has been added to this class. |
No effect. |
| 17 |
Field XFCE has been added to this class. |
No effect. |
[+] affected methods: 7 (0.1%)
NutsDesktopEnvironmentFamily.id ( )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyOrErrorValue )2nd parameter 'emptyOrErrorValue' of this method is of type 'NutsDesktopEnvironmentFamily'.
NutsDesktopEnvironmentFamily.parseLenient ( String e, NutsDesktopEnvironmentFamily emptyValue, NutsDesktopEnvironmentFamily errorValue )2nd parameter 'emptyValue' of this method is of type 'NutsDesktopEnvironmentFamily'.
NutsDesktopEnvironmentFamily.valueOf ( String name )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsDesktopEnvironmentFamily.values ( )This method is from 'NutsDesktopEnvironmentFamily' class.
NutsWorkspaceEnvManager.getDesktopEnvironmentFamily ( )Return value of this abstract method is of type 'NutsDesktopEnvironmentFamily'.
[+] class NutsElementType 1
| Change | Effect |
|---|
| 1 |
Field CUSTOM has been added to this class. |
No effect. |
[+] affected methods: 9 (0.1%)
NutsElement.type ( )Return value of this abstract method is of type 'NutsElementType'.
NutsElementType.id ( )This method is from 'NutsElementType' class.
NutsElementType.isNumber ( )This method is from 'NutsElementType' class.
NutsElementType.isPrimitive ( )This method is from 'NutsElementType' class.
NutsElementType.parseLenient ( String value )This method is from 'NutsElementType' class.
NutsElementType.parseLenient ( String value, NutsElementType emptyOrErrorValue )2nd parameter 'emptyOrErrorValue' of this method is of type 'NutsElementType'.
NutsElementType.parseLenient ( String value, NutsElementType emptyValue, NutsElementType errorValue )2nd parameter 'emptyValue' of this method is of type 'NutsElementType'.
NutsElementType.valueOf ( String name )This method is from 'NutsElementType' class.
NutsElementType.values ( )This method is from 'NutsElementType' class.
[+] class NutsExecutableType 1
| Change | Effect |
|---|
| 1 |
Field UNKNOWN has been added to this class. |
No effect. |
[+] affected methods: 7 (0.1%)
NutsExecutableInformation.getType ( )Return value of this abstract method is of type 'NutsExecutableType'.
NutsExecutableType.id ( )This method is from 'NutsExecutableType' class.
NutsExecutableType.parseLenient ( String value )This method is from 'NutsExecutableType' class.
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyOrErrorValue )2nd parameter 'emptyOrErrorValue' of this method is of type 'NutsExecutableType'.
NutsExecutableType.parseLenient ( String value, NutsExecutableType emptyValue, NutsExecutableType errorValue )2nd parameter 'emptyValue' of this method is of type 'NutsExecutableType'.
NutsExecutableType.valueOf ( String name )This method is from 'NutsExecutableType' class.
NutsExecutableType.values ( )This method is from 'NutsExecutableType' class.
[+] class NutsLogVerb 2
| Change | Effect |
|---|
| 1 |
Field ADD has been added to this class. |
No effect. |
| 2 |
Field REMOVE has been added to this class. |
No effect. |
[+] affected methods: 7 (0.1%)
NutsLoggerOp.verb ( NutsLogVerb p1 )1st parameter 'p1' of this abstract method is of type 'NutsLogVerb'.
NutsLogVerb.NutsLogVerb ( String name )This constructor is from 'NutsLogVerb' class.
NutsLogVerb.equals ( Object o )This method is from 'NutsLogVerb' class.
NutsLogVerb.hashCode ( )This method is from 'NutsLogVerb' class.
NutsLogVerb.name ( )This method is from 'NutsLogVerb' class.
NutsLogVerb.of ( String name )This method is from 'NutsLogVerb' class.
NutsLogVerb.toString ( )This method is from 'NutsLogVerb' class.
[+] class NutsPredicates.BasePredicate<T> 1
| Change | Effect |
|---|
| 1 |
Added super-interface NutsPredicate<T>. |
No effect. |
[+] affected methods: 4 (0.1%)
NutsPredicates.BasePredicate<T>.NutsPredicates.BasePredicate<T> ( )This constructor is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.and ( Predicate<? super T> other )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.negate ( )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
NutsPredicates.BasePredicate<T>.or ( Predicate<? super T> other )This method is from 'NutsPredicates.BasePredicate<T>' abstract class.
[+] class NutsTerminalCommand 2
| Change | Effect |
|---|
| 1 |
Field GET_CURSOR has been added to this class. |
No effect. |
| 2 |
Field GET_SIZE has been added to this class. |
No effect. |
[+] affected methods: 16 (0.2%)
NutsTerminalCommand.NutsTerminalCommand ( String name )This constructor is from 'NutsTerminalCommand' class.
NutsTerminalCommand.NutsTerminalCommand ( String name, String args )This constructor is from 'NutsTerminalCommand' class.
NutsTerminalCommand.equals ( Object obj )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.getArgs ( )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.getName ( )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.hashCode ( )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_DOWN ( int count )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_LEFT ( int count )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_RIGHT ( int count )This method is from 'NutsTerminalCommand' class.
NutsTerminalCommand.MOVE_TO ( int row, int col )This method is from 'NutsTerminalCommand' class.
...
[+] class NutsTextStyleType 1
| Change | Effect |
|---|
| 1 |
Field PLAIN has been added to this class. |
No effect. |
[+] affected methods: 11 (0.2%)
NutsTextStyle.NutsTextStyle ( NutsTextStyleType type, int variant )1st parameter 'type' of this method is of type 'NutsTextStyleType'.
NutsTextStyle.getType ( )Return value of this method is of type 'NutsTextStyleType'.
NutsTextStyle.of ( NutsTextStyleType style )1st parameter 'style' of this method is of type 'NutsTextStyleType'.
NutsTextStyle.of ( NutsTextStyleType style, int variant )1st parameter 'style' of this method is of type 'NutsTextStyleType'.
NutsTextStyleType.basic ( )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.id ( )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.parseLenient ( String value )This method is from 'NutsTextStyleType' class.
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyOrErrorValue )2nd parameter 'emptyOrErrorValue' of this method is of type 'NutsTextStyleType'.
NutsTextStyleType.parseLenient ( String value, NutsTextStyleType emptyValue, NutsTextStyleType errorValue )2nd parameter 'emptyValue' of this method is of type 'NutsTextStyleType'.
NutsTextStyleType.valueOf ( String name )This method is from 'NutsTextStyleType' class.
...
to the top
Java Archives 1
nuts-0.8.1.jar
to the top